diff options
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. |