summaryrefslogtreecommitdiffstats
path: root/package/busybox/config
diff options
context:
space:
mode:
authornbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>2007-09-06 15:25:56 +0000
committernbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>2007-09-06 15:25:56 +0000
commit5389989abaa52926b22f9f030d1481df1e73d745 (patch)
tree71aabfecd7c163fcc572b2291207f7d2d0fbd573 /package/busybox/config
parent3390eccc6ea492df67a95c8bdd1c28f67e8bec41 (diff)
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
Diffstat (limited to 'package/busybox/config')
-rw-r--r--package/busybox/config/debianutils/Config.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/busybox/config/debianutils/Config.in b/package/busybox/config/debianutils/Config.in
index bc98103c7..f047a90f2 100644
--- a/package/busybox/config/debianutils/Config.in
+++ b/package/busybox/config/debianutils/Config.in
@@ -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