- don't free user-supplied string (via -e)
[oweals/busybox.git] / debianutils / Config.in
index 50ccac803127729f79831c17a53f1df3f33bb03d..4ed00ddfa03b8b0f2ad55b72b295fb94de792548 100644 (file)
@@ -26,8 +26,8 @@ config RUN_PARTS
          It is useful to set up a directory like cron.daily, where you need to
          execute all the scripts in that directory.
 
-         In this implementation of run-parts some features (such as report mode)
-         are not implemented.
+         In this implementation of run-parts some features (such as report
+         mode) are not implemented.
 
          Unless you know that run-parts is used in some of your scripts
          you can safely say N here.
@@ -50,7 +50,7 @@ config FEATURE_RUN_PARTS_FANCY
 
 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
@@ -58,7 +58,7 @@ config START_STOP_DAEMON
 
 config FEATURE_START_STOP_DAEMON_FANCY
        bool "Support additional arguments"
-       default y
+       default n
        depends on START_STOP_DAEMON
        help
          Support additional arguments.