[Freeipa-devel] [PATCH] 141 Make sure ipa-client-install returns correct error code

Martin Kosek mkosek at redhat.com
Fri Oct 7 13:26:03 UTC 2011


On Fri, 2011-10-07 at 16:17 +0300, Alexander Bokovoy wrote:
> On Fri, 07 Oct 2011, Martin Kosek wrote:
> > https://fedorahosted.org/freeipa/ticket/1937
> > 
> > >From d2c9d1518929fa83d8574e7ae555817e8cc96c5e Mon Sep 17 00:00:00 2001
> > From: Martin Kosek <mkosek at redhat.com>
> > Date: Fri, 7 Oct 2011 14:47:28 +0200
> > Subject: [PATCH] Make sure ipa-client-install returns correct error code
> > 
> > https://fedorahosted.org/freeipa/ticket/1937
> > ---
> >  ipa-client/ipa-install/ipa-client-install |    2 ++
> >  1 files changed, 2 insertions(+), 0 deletions(-)
> > 
> > diff --git a/ipa-client/ipa-install/ipa-client-install b/ipa-client/ipa-install/ipa-client-install
> > index 75de24aab86b5381244fc800e5d1a4bc79df111f..ee643de537d97180b7c04811fa800b71b36ca16f 100755
> > --- a/ipa-client/ipa-install/ipa-client-install
> > +++ b/ipa-client/ipa-install/ipa-client-install
> > @@ -1193,6 +1193,8 @@ def main():
> >              options.unattended = True
> >              uninstall(options, env, quiet=True)
> >  
> > +    return rval
> > +
> >  try:
> >      if __name__ == "__main__":
> >          sys.exit(main())
> ACK.
> 

Pushed to master, ipa-2-1.

Martin




More information about the Freeipa-devel mailing list