[BusyBox-cvs] busybox/init Config.in, 1.8, 1.9 Makefile.in, 1.8, 1.9 minit.c, 1.2, NONE msvc.c, 1.2, NONE pidfilehack.c, 1.2, NONE

Erik Andersen,,, andersen at busybox.net
Wed May 26 10:28:34 UTC 2004


Update of /var/cvs/busybox/init
In directory nail:/tmp/cvs-serv25712/init

Modified Files:
	Config.in Makefile.in 
Removed Files:
	minit.c msvc.c pidfilehack.c 
Log Message:
As discussed, drop minit, which was not being supported in busybox.
People wishing to use minit can obtain it and obtain support from
http://www.fefe.de/minit/


Index: Makefile.in
===================================================================
RCS file: /var/cvs/busybox/init/Makefile.in,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -d -r1.8 -r1.9
--- a/Makefile.in	15 Mar 2004 08:28:40 -0000	1.8
+++ b/Makefile.in	26 May 2004 10:28:32 -0000	1.9
@@ -26,9 +26,6 @@
 INIT-$(CONFIG_HALT)			+= halt.o
 INIT-$(CONFIG_INIT)			+= init.o
 INIT-$(CONFIG_MESG)			+= mesg.o
-INIT-$(CONFIG_MINIT)			+= minit.o
-INIT-$(CONFIG_MSVC)			+= msvc.o
-INIT-$(CONFIG_PIDFILEHACK)		+= pidfilehack.o
 INIT-$(CONFIG_POWEROFF)			+= poweroff.o
 INIT-$(CONFIG_REBOOT)			+= reboot.o
 

--- minit.c DELETED ---

Index: Config.in
===================================================================
RCS file: /var/cvs/busybox/init/Config.in,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -d -r1.8 -r1.9
--- a/Config.in	22 Oct 2003 09:58:21 -0000	1.8
+++ b/Config.in	26 May 2004 10:28:32 -0000	1.9
@@ -61,30 +61,6 @@
 	help
 	  Stop all processes and reboot the system.
 
-config CONFIG_MINIT
-	bool "minit"
-	default n
-	depends on ! CONFIG_INIT
-	help
-	  Minimal init, based on minit v0.9.1.  This is a simple
-	  init replacement that handles starting/stopping services,
-	  and service dependencies.  See http://www.fefe.de/minit/
-	  for additional information.
-
-config CONFIG_PIDFILEHACK
-	bool "pidfilehack"
-	default y
-	depends on CONFIG_MINIT
-	help
-	  pidfilehack is used by minit to run servers.
-
-config CONFIG_MSVC
-	bool "msvc"
-	default y
-	depends on CONFIG_MINIT
-	help
-	  msvc is used to start and stop processes controlled by minit
-
 config CONFIG_MESG
 	bool "mesg"
 	default y

--- msvc.c DELETED ---

--- pidfilehack.c DELETED ---




More information about the busybox-cvs mailing list