1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2024-11-27 19:25:21 +02:00

enable start-stop-daemon by default, i want to use this to clean up a few init scripts soon

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8652 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
nbd 2007-09-06 15:25:56 +00:00
parent 3390eccc6e
commit 5389989aba

View File

@ -55,7 +55,7 @@ config BUSYBOX_CONFIG_FEATURE_RUN_PARTS_LONG_OPTIONS
config BUSYBOX_CONFIG_START_STOP_DAEMON
bool "start-stop-daemon"
default n
default y
help
start-stop-daemon is used to control the creation and
termination of system-level processes, usually the ones