Răsfoiți Sursa

enable start-stop-daemon by default, i want to use this to clean up a few init scripts soon

SVN-Revision: 8652
Felix Fietkau 18 ani în urmă
părinte
comite
e1184aaa1a
1 a modificat fișierele cu 1 adăugiri și 1 ștergeri
  1. 1 1
      package/busybox/config/debianutils/Config.in

+ 1 - 1
package/busybox/config/debianutils/Config.in

@@ -55,7 +55,7 @@ config BUSYBOX_CONFIG_FEATURE_RUN_PARTS_LONG_OPTIONS
 
 config BUSYBOX_CONFIG_START_STOP_DAEMON
 	bool "start-stop-daemon"
-	default n
+	default y
 	help
 	  start-stop-daemon is used to control the creation and
 	  termination of system-level processes, usually the ones