Bug#668416: killproc incorrect exit status

2012-04-18 Thread Peter Eisentraut
On tor, 2012-04-12 at 14:21 +0200, Didier 'OdyX' Raboud wrote: > Le 11.04.2012 19:59, Peter Eisentraut a écrit : > > Simple test: > > > > sudo bash > > . /lib/lsb/init-functions > > killproc /usr/bin/nonexistent > > echo $? > > > > should print 0. It now prints 3. > > Attached

Bug#668416: killproc incorrect exit status

2012-04-12 Thread Didier 'OdyX' Raboud
severity 668416 serious tags 668416 +patch thanks Le 11.04.2012 19:59, Peter Eisentraut a écrit : > Somewhere between versions 3.2+Debian31 and 4.1+Debian0, the exit > status of the killproc function (/lib/lsb/init-functions) was changed > to return 3 when the program is not running. This is only

Bug#668416: killproc incorrect exit status

2012-04-11 Thread Peter Eisentraut
Package: lsb-base Version: 4.1+Debian0 Severity: normal Somewhere between versions 3.2+Debian31 and 4.1+Debian0, the exit status of the killproc function (/lib/lsb/init-functions) was changed to return 3 when the program is not running. This is only correct when a signal was specified; see