diff options
author | Waldemar Brodkorb <mail@waldemar-brodkorb.de> | 2005-03-14 02:59:31 +0000 |
---|---|---|
committer | Waldemar Brodkorb <mail@waldemar-brodkorb.de> | 2005-03-14 02:59:31 +0000 |
commit | 94cffb3cde01951fd3120172bc0876a120b28903 (patch) | |
tree | 902b637ec417edf3c17b4591b42313c2de5ebcf4 /openwrt/package/busybox | |
parent | 6dd255c4a9f2f478073f2b4e6c933ca687609e85 (diff) | |
download | mtk-20170518-94cffb3cde01951fd3120172bc0876a120b28903.zip mtk-20170518-94cffb3cde01951fd3120172bc0876a120b28903.tar.gz mtk-20170518-94cffb3cde01951fd3120172bc0876a120b28903.tar.bz2 |
start-stop for dropbear
SVN-Revision: 366
Diffstat (limited to 'openwrt/package/busybox')
-rw-r--r-- | openwrt/package/busybox/config/debianutils/Config.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/openwrt/package/busybox/config/debianutils/Config.in b/openwrt/package/busybox/config/debianutils/Config.in index b62499e..0157a6b 100644 --- a/openwrt/package/busybox/config/debianutils/Config.in +++ b/openwrt/package/busybox/config/debianutils/Config.in @@ -41,7 +41,7 @@ config BUSYBOX_CONFIG_RUN_PARTS 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 |