Index: initactions.sgml =================================================================== RCS file: /cvsroot/lsb/spec/wip/sysinit/initactions.sgml,v retrieving revision 1.2 diff -u -r1.2 initactions.sgml --- initactions.sgml 29 Apr 2003 12:49:44 -0000 1.2 +++ initactions.sgml 17 Jun 2003 16:21:44 -0000 @@ -55,7 +55,7 @@ 0program is running or service is OK 1program is dead and /var/run pid file exists 2program is dead and /var/lock lock file exists -3program is stopped +3program is not running 4program or service status is unknown 5-99reserved for future LSB use 100-149reserved for distribution use Index: initfunctions.sgml =================================================================== RCS file: /cvsroot/lsb/spec/wip/sysinit/initfunctions.sgml,v retrieving revision 1.2 diff -u -r1.2 initfunctions.sgml --- initfunctions.sgml 30 Apr 2003 19:10:57 -0000 1.2 +++ initfunctions.sgml 17 Jun 2003 16:21:44 -0000 @@ -42,9 +42,10 @@ after some number of seconds is sent. Compliant applications may use the basename instead of the pathname. -killproc should return the LSB defined exit status codes. It -shall return 0 if the program has been stopped or is not running -and not 0 otherwise. +killproc should return the LSB defined exit status codes. If called +without a signal, it shall return 0 if the program has been stopped or +is not running and not 0 otherwise. If a signal is given, it shall return 0 +only if the program is running. pidofproc [-p pidfile] pathname