diff options
author | wbx <wbx@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2005-03-14 02:59:31 +0000 |
---|---|---|
committer | wbx <wbx@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2005-03-14 02:59:31 +0000 |
commit | cd17ad6ce4d043294cc52d990b67f7c2ca266527 (patch) | |
tree | 902b637ec417edf3c17b4591b42313c2de5ebcf4 /openwrt | |
parent | 0b1d6144082f12667f1e06d4602701ca39f0c2ab (diff) |
start-stop for dropbear
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@366 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'openwrt')
-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 b62499eb1b..0157a6b521 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 |