<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;"> ------------------------------------------------------------------------
r21071 | vda | 2008-02-19 17:42:22 -0600 (Tue, 19 Feb 2008) | 3 lines
Changed paths:
   M /trunk/busybox/archival/Config.in
   M /trunk/busybox/debianutils/Config.in

trivial fixes to config system


 ------------------------------------------------------------------------
Index: archival/Config.in
===================================================================
--- archival/Config.in	(revision 21070)
+++ archival/Config.in	(revision 21071)
@@ -250,6 +250,7 @@
 config FEATURE_TAR_UNAME_GNAME
 	bool "Enable use of user and group names"
 	default n
+	depends on TAR
 	help
 	  Enables use of user and group names in tar. This affects contents
 	  listings (-t) and preserving permissions when unpacking (-p).
Index: debianutils/Config.in
===================================================================
--- debianutils/Config.in	(revision 21070)
+++ debianutils/Config.in	(revision 21071)
@@ -50,7 +50,7 @@
 
 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 FEATURE_START_STOP_DAEMON_FANCY
 	bool "Support additional arguments"
-	default y
+	default n
 	depends on START_STOP_DAEMON
 	help
 	  Support additional arguments.
</pre></body></html>