[gentoo-dev] [PATCH] openrc: make exit codes comply with Linux Standard Base

2011-01-08 Thread Eray Aslan
Linux Standard Base[1] states that for init scripts: * status command for a stopped service should have a return code of 3 * starting an already started service or stopping an already stopped service should be considered as successful The trivial patch below makes openrc comply with LSB. I am

Re: [gentoo-dev] [PATCH] openrc: make exit codes comply with Linux Standard Base

2011-01-08 Thread Mike Frysinger
On Saturday, January 08, 2011 18:51:36 Eray Aslan wrote: The trivial patch below makes openrc comply with LSB. I am not aware of any service depending on the changed behaviour. this belongs in bugzilla, not the gentoo-dev mailing list -mike signature.asc Description: This is a digitally

Re: [gentoo-dev] [PATCH] openrc: make exit codes comply with Linux Standard Base

2011-01-08 Thread Eray Aslan
On Sat, Jan 08, 2011 at 05:09:21PM -0500, Mike Frysinger wrote: this belongs in bugzilla, not the gentoo-dev mailing list Well, this is the upstream ML but anyway, no big deal: https://bugs.gentoo.org/show_bug.cgi?id=351160 -- Eray Aslan Developer, Gentoo Linux eras at gentoo.org

Re: [gentoo-dev] [PATCH] openrc: make exit codes comply with Linux Standard Base

2011-01-08 Thread Mike Frysinger
On Saturday, January 08, 2011 17:21:18 Eray Aslan wrote: On Sat, Jan 08, 2011 at 05:09:21PM -0500, Mike Frysinger wrote: this belongs in bugzilla, not the gentoo-dev mailing list Well, this is the upstream ML which might be relevant if we were talking about a project dedicated to a package