[BusyBox-cvs] busybox/init Config.in, 1.6, 1.7 Makefile.in, 1.6, 1.7 start_stop_daemon.c, 1.9, NONE

Erik Andersen andersen at busybox.net
Sat Jul 26 09:16:02 UTC 2003


Update of /var/cvs/busybox/init
In directory winder:/tmp/cvs-serv10740/init

Modified Files:
	Config.in Makefile.in 
Removed Files:
	start_stop_daemon.c 
Log Message:
Move start_stop_daemon to debianutils.
Cleanup run_parts a bit and add long opts


Index: Config.in
===================================================================
RCS file: /var/cvs/busybox/init/Config.in,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -d -r1.6 -r1.7
--- Config.in	22 Jul 2003 09:41:39 -0000	1.6
+++ Config.in	26 Jul 2003 09:15:59 -0000	1.7
@@ -85,15 +85,6 @@
 	help
 	  msvc is used to start and stop processes controlled by minit
 
-# Should start-stop-daemon be moved under debianutils?
-config CONFIG_START_STOP_DAEMON
-	bool "start-stop-daemon"
-	default y
-	help
-	  start-stop-daemon is used to control the creation and
-	  termination of system-level processes, usually the ones
-	  started during the startup of the system.
-
 config CONFIG_MESG
 	bool "mesg"
 	default y

Index: Makefile.in
===================================================================
RCS file: /var/cvs/busybox/init/Makefile.in,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -d -r1.6 -r1.7
--- Makefile.in	14 Jul 2003 21:20:53 -0000	1.6
+++ Makefile.in	26 Jul 2003 09:15:59 -0000	1.7
@@ -31,7 +31,6 @@
 INIT-$(CONFIG_PIDFILEHACK)		+= pidfilehack.o
 INIT-$(CONFIG_POWEROFF)			+= poweroff.o
 INIT-$(CONFIG_REBOOT)			+= reboot.o
-INIT-$(CONFIG_START_STOP_DAEMON)	+= start_stop_daemon.o
 
 ifeq ($(CONFIG_HALT), y)
 CONFIG_INIT_SHARED=y

--- start_stop_daemon.c DELETED ---




More information about the busybox-cvs mailing list