busybox/init
Eric Andersen 53a2299230 Patch from Russ Dill <Russ.Dill@asu.edu>. From the
start-stop-daemon man page:

-b|--background
        Typically used with programs that don't detach on their own.
        This option will force start-stop-daemon to fork before starting
        the process, and force it into the background. WARNING:
        start-stop-daemon cannot check the exit status if the process
        fails to execute for any reason. This is a last resort, and is
        only meant for programs that either make no sense forking on
        their own, or where it's not feasible to add the code for it to
        do this itself.

This is usefull for applets like watchdog
2002-01-26 09:04:45 +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 Teach 'init -q' that init's pid may not equal 1 2002-01-25 23:13:06 +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 Vodz' last_patch31 2001-12-18 14:06:03 +00:00
start_stop_daemon.c Patch from Russ Dill <Russ.Dill@asu.edu>. From the 2002-01-26 09:04:45 +00:00