On Wed, Jun 07, 2006 at 09:07:33PM +0200, Kilian CAVALOTTI wrote: > I left the commented line in the patch on purpose, to raise discussion. :)
You might want to comment such things instead of just leaving them in the patch; people might blindly apply such things in good faith... (Granted, I probably wouldn't do that anyhow, especially since I'm a bit skeptical to the ps -A part.) > According to LSB standards: Debian init scripts are not required to be LSB compatible. > If "set -e" is enabled, starting an already started service returns a > non-true return value, and results in the script termination, with the exit > code of the non-zero start-stop-service return code. This is not LSB > compliant, since init script exit codes must be 0 for such a situation. That should, IMO, be fixed with pre-checking (--oknodo would probably be a good idea, for instance), not just by turning off error checking overall. /* Steinar */ -- Homepage: http://www.sesse.net/ -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]