[BusyBox-cvs] busybox/procps Config.in,1.1,1.2

Erik Andersen andersen at codepoet.org
Fri Dec 6 21:44:53 UTC 2002


Update of /var/cvs/busybox/procps
In directory winder:/tmp/cvs-serv4398/procps

Modified Files:
	Config.in 
Log Message:
Do the dumb/obvious thing for the killall->kill dependancy


Index: Config.in
===================================================================
RCS file: /var/cvs/busybox/procps/Config.in,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- Config.in	5 Dec 2002 08:40:59 -0000	1.1
+++ Config.in	6 Dec 2002 21:44:50 -0000	1.2
@@ -11,18 +11,15 @@
 	help
 	  Please submit a patch to add help text for this item.
 
-if CONFIG_KILLALL
-	config CONFIG_KILL
-		default y
-	comment "kill (forced enabled for killall)"
-endif
-if !CONFIG_KILLALL
-	config CONFIG_KILL
-		bool "kill"
-		default n
-		help
-		  Please submit a patch to add help text for this item.
-endif
+config CONFIG_KILL
+	default y
+
+config CONFIG_KILL
+	bool "kill"
+	default n
+	depends on CONFIG_KILL
+	help
+	  Please submit a patch to add help text for this item.
 
 config CONFIG_KILLALL
 	bool "killall"




More information about the busybox-cvs mailing list