From: Felix Fietkau Date: Thu, 6 Sep 2007 15:25:56 +0000 (+0000) Subject: enable start-stop-daemon by default, i want to use this to clean up a few init script... X-Git-Tag: reboot~28217 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=e1184aaa1a7a5e5eeef8e072bf0ea98c291be22a;p=oweals%2Fopenwrt.git enable start-stop-daemon by default, i want to use this to clean up a few init scripts soon SVN-Revision: 8652 --- 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