buildrootschalter/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 busybox: move patches to new model 2013-04-23 08:59:23 +02:00
1.20.2 busybox: move patches to new model 2013-04-23 08:59:23 +02:00
1.21.1 busybox: add patches to fix build with the musl C library 2013-10-09 16:03:22 +02:00
busybox-1.19.x.config busybox: enable CONFIG_FEATURE_MDEV_RENAME 2012-01-02 22:49:44 +01:00
busybox-1.20.x.config busybox: add new 1.20.0, remove deprecated, mark 1.18.x deprecated 2012-04-29 10:51:14 +02:00
busybox-1.21.x.config busybox: add 1.21.x series 2013-01-21 23:38:24 +01:00
busybox.mk busybox: set/unset CONFIG_NOMMU 2013-08-10 10:29:42 +02:00
Config.in busybox: bump 1.21.x series to 1.21.1 2013-06-29 21:02:51 +02:00
mdev.conf busybox: provide /etc/mdev.conf if mdev is used 2011-07-11 13:41:25 +02:00
S01logging busybox: minor fixes to S01logging bootscript 2013-11-06 12:00:41 +01:00
S10mdev busybox: register mdev as hotplug helper when selected 2013-07-28 16:32:07 +02:00
S15watchdog busybox: add watchdog daemon startup script 2012-05-06 22:43:52 +02:00
udhcpc.script busybox: udhcpc.script: fix resolv.conf handling with multiple interfaces 2013-06-26 15:20:50 +02:00