diff options
author | Waldemar Brodkorb <wbx@openwrt.org> | 2005-03-14 02:59:31 +0000 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openwrt.org> | 2005-03-14 02:59:31 +0000 |
commit | 3b9833d62bb485004bb9c18dc020bf4a79ce9a34 (patch) | |
tree | f6838928cb9e0dabdcba5ffda097ab2d7bc6bf04 /package/busybox/config | |
parent | 18a16e83ec84f09a203c077702665315570bf7b1 (diff) | |
download | upstream-3b9833d62bb485004bb9c18dc020bf4a79ce9a34.tar.gz upstream-3b9833d62bb485004bb9c18dc020bf4a79ce9a34.tar.bz2 upstream-3b9833d62bb485004bb9c18dc020bf4a79ce9a34.zip |
start-stop for dropbear
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@366 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/busybox/config')
-rw-r--r-- | package/busybox/config/debianutils/Config.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/busybox/config/debianutils/Config.in b/package/busybox/config/debianutils/Config.in index b62499eb1b..0157a6b521 100644 --- a/package/busybox/config/debianutils/Config.in +++ b/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 |