diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2009-11-29 12:45:55 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2009-11-29 12:45:55 +0100 |
commit | dcb09f4eac12e7a3fd269e7648cf8d3cf9149efb (patch) | |
tree | 47285c54f4205b2e15e2876a6b9d569a8983e199 /package/busybox/config/debianutils/Config.in | |
parent | de381e1a5b340c41fcc71758b435526ee8a10323 (diff) | |
parent | 706b94b351d574c66f9a6142f5bcae33a98274f3 (diff) |
Merge branch 'master' of git+ssh://openadk.org/git/openadk
Diffstat (limited to 'package/busybox/config/debianutils/Config.in')
-rw-r--r-- | package/busybox/config/debianutils/Config.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/package/busybox/config/debianutils/Config.in b/package/busybox/config/debianutils/Config.in index 4134957f8..9246370ca 100644 --- a/package/busybox/config/debianutils/Config.in +++ b/package/busybox/config/debianutils/Config.in @@ -19,7 +19,7 @@ config BUSYBOX_PIPE_PROGRESS config BUSYBOX_RUN_PARTS bool "run-parts" - default n + default y help run-parts is a utility designed to run all the scripts in a directory. @@ -75,7 +75,7 @@ config BUSYBOX_FEATURE_START_STOP_DAEMON_LONG_OPTIONS config BUSYBOX_WHICH bool "which" - default n + default y help which is used to find programs in your PATH and print out their pathnames. |