kumquat-buildroot/package/busybox
Javier Viguera fc6b5e4411 busybox: minor fixes to S01logging bootscript
* The PID file is not created unless the '-m' option is passed to
  start-stop-daemon.

* Remove the mark '-m 0' option as it's not supported by busybox's
  syslogd.

* Syslogd and Klogd forks to background by default giving as a result
  that the pid stored in the PID file is not correct. Let the
  background job be done by 'start-stop-daemon' by passing '-n'
  (foreground) to the daemons and '-b' to start-stop-daemon. This
  way the pid stored in the PID files is correct.

Signed-off-by: Javier Viguera <javier.viguera@digi.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
2013-11-06 12:00:41 +01:00
..
1.19.4
1.20.2
1.21.1
busybox-1.19.x.config
busybox-1.20.x.config
busybox-1.21.x.config
busybox.mk
Config.in
mdev.conf
S01logging
S10mdev
S15watchdog
udhcpc.script