summaryrefslogtreecommitdiffstats
path: root/openwrt/package/busybox/config/debianutils
diff options
context:
space:
mode:
authormbm <mbm@3c298f89-4303-0410-b956-a3cf2f4a3e73>2005-03-08 06:46:06 +0000
committermbm <mbm@3c298f89-4303-0410-b956-a3cf2f4a3e73>2005-03-08 06:46:06 +0000
commit6d87b611e233f1b44b9f49115b1824cc6572da1a (patch)
tree0a3d719cd78e5fc692fc643c4d67dafeff1e8c8a /openwrt/package/busybox/config/debianutils
parent0b2ad17783b7602af2841691d5f02628e308d95c (diff)
change busybox options, remove old unused config
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@353 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'openwrt/package/busybox/config/debianutils')
-rw-r--r--openwrt/package/busybox/config/debianutils/Config.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/openwrt/package/busybox/config/debianutils/Config.in b/openwrt/package/busybox/config/debianutils/Config.in
index c5a07eaec..b62499eb1 100644
--- a/openwrt/package/busybox/config/debianutils/Config.in
+++ b/openwrt/package/busybox/config/debianutils/Config.in
@@ -26,7 +26,7 @@ config BUSYBOX_CONFIG_READLINK
config BUSYBOX_CONFIG_RUN_PARTS
bool "run-parts"
- default y
+ default n
help
run-parts is a utility designed to run all the scripts in a directory.
@@ -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