hush/init
Eric Andersen b24d65659f If find_pid_by_name() had an error, it was returning -1, but storing
that into a pid_t, which is unsigned on a number archs.  Furthermore,
find_pid_by_name() would _never_ return an error if the intended proces
was "init", but instead would return 1, meaning we would fail to work
on 2.4.x kernels running an initrd...
 -Erik
2001-12-06 14:52:32 +00:00
..
config.in Cleanup some config problems. Add a sane default config that basically 2001-11-10 12:07:24 +00:00
halt.c If find_pid_by_name() had an error, it was returning -1, but storing 2001-12-06 14:52:32 +00:00
init.c Patch from Dan Langlois <dan@somanetworks.com> Support SIGSTOP/SIGCONT 2001-11-30 19:10:58 +00:00
Makefile Run parts applet by Emanuele Aina <faina.mail@tiscalinet.it> 2001-10-31 10:24:36 +00:00
poweroff.c If find_pid_by_name() had an error, it was returning -1, but storing 2001-12-06 14:52:32 +00:00
reboot.c If find_pid_by_name() had an error, it was returning -1, but storing 2001-12-06 14:52:32 +00:00
run_parts.c Add the run-parts applet submitted by Emanuele Aina 2001-10-31 10:59:29 +00:00
start_stop_daemon.c patch from vodz: 2001-10-31 09:55:39 +00:00