aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2007-09-06 15:25:56 +0000
committerFelix Fietkau <nbd@openwrt.org>2007-09-06 15:25:56 +0000
commite1184aaa1a7a5e5eeef8e072bf0ea98c291be22a (patch)
treea84dd1b458777c7c5c99a2967012985670e1075e
parentd2216f3da383f1ea9c249eb5aaf4fb486db955ad (diff)
downloadupstream-e1184aaa1a7a5e5eeef8e072bf0ea98c291be22a.tar.gz
upstream-e1184aaa1a7a5e5eeef8e072bf0ea98c291be22a.tar.bz2
upstream-e1184aaa1a7a5e5eeef8e072bf0ea98c291be22a.zip
enable start-stop-daemon by default, i want to use this to clean up a few init scripts soon
SVN-Revision: 8652
-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 bc98103c72..f047a90f22 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