diff options
author | wbx <wbx@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2005-03-23 10:48:04 +0000 |
---|---|---|
committer | wbx <wbx@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2005-03-23 10:48:04 +0000 |
commit | 82ba6f78562741945ffbf37d5a87b6a00bb5c688 (patch) | |
tree | 38e541327b3636c0dbe1a999e79191943d031767 /openwrt/package/busybox/config | |
parent | 02bb75f13a1749432c80be200ad370f70d3c3e07 (diff) |
start-stop-daemon n, better description for openntpd. add maintainer
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@424 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'openwrt/package/busybox/config')
-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 0157a6b52..b62499eb1 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 y + default n help start-stop-daemon is used to control the creation and termination of system-level processes, usually the ones |