[BusyBox-cvs] busybox/include applets.h, 1.113, 1.114 usage.h, 1.208, 1.209

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


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

Modified Files:
	applets.h usage.h 
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: applets.h
===================================================================
RCS file: /var/cvs/busybox/include/applets.h,v
retrieving revision 1.113
retrieving revision 1.114
diff -u -d -r1.113 -r1.114
--- a/applets.h	6 Apr 2004 16:59:43 -0000	1.113
+++ b/applets.h	26 May 2004 10:28:31 -0000	1.114
@@ -367,9 +367,6 @@
 #ifdef CONFIG_MESG
 	APPLET(mesg, mesg_main, _BB_DIR_USR_BIN, _BB_SUID_NEVER)
 #endif
-#ifdef CONFIG_MINIT
-	APPLET(minit, minit_main, _BB_DIR_SBIN, _BB_SUID_NEVER)
-#endif
 #ifdef CONFIG_MKDIR
 	APPLET(mkdir, mkdir_main, _BB_DIR_BIN, _BB_SUID_NEVER)
 #endif
@@ -400,9 +397,6 @@
 #ifdef CONFIG_MSH
 	APPLET_NOUSAGE("msh", msh_main, _BB_DIR_BIN, _BB_SUID_NEVER)
 #endif
-#ifdef CONFIG_MSVC
-	APPLET(msvc, msvc_main, _BB_DIR_BIN, _BB_SUID_NEVER)
-#endif
 #ifdef CONFIG_MT
 	APPLET(mt, mt_main, _BB_DIR_BIN, _BB_SUID_NEVER)
 #endif
@@ -433,9 +427,6 @@
 #ifdef CONFIG_PATCH
 	APPLET(patch, patch_main, _BB_DIR_USR_BIN, _BB_SUID_NEVER)
 #endif
-#ifdef CONFIG_PIDFILEHACK
-	APPLET(pidfilehack, pidfilehack_main, _BB_DIR_BIN, _BB_SUID_NEVER)
-#endif
 #ifdef CONFIG_PIDOF
 	APPLET(pidof, pidof_main, _BB_DIR_BIN, _BB_SUID_NEVER)
 #endif

Index: usage.h
===================================================================
RCS file: /var/cvs/busybox/include/usage.h,v
retrieving revision 1.208
retrieving revision 1.209
diff -u -d -r1.208 -r1.209
--- a/usage.h	2 May 2004 03:01:08 -0000	1.208
+++ b/usage.h	26 May 2004 10:28:31 -0000	1.209
@@ -1591,11 +1591,6 @@
 	"\ty\tAllow write access to your terminal.\n" \
 	"\tn\tDisallow write access to your terminal.\n"
 
-#define minit_trivial_usage \
-	"[-spPrRC]"
-#define minit_full_usage \
-	"A small replacement for SysV init"
-
 #define mkdir_trivial_usage \
 	"[OPTION] DIRECTORY..."
 #define mkdir_full_usage \
@@ -1726,25 +1721,6 @@
 	"$ mount /dev/fd0 /mnt -t msdos -o ro\n" \
 	"$ mount /tmp/diskimage /opt -t ext2 -o loop\n"
 
-#define msvc_trivial_usage \
-	"-[udorspchaitkx] service"
-#define msvc_full_usage \
-	"[option] service\n" \
-	"Where option is one of\n" \
-	"\t-u\tUp.  If the service is not running, start it.  If the service stops, restart it.\n" \
-	"\t-d\tDown.  If the service is running, stop it, do not restart it.\n" \
-	"\t-o\tOnce.  If the service is not running, start it.  Do not restart it if it stops.\n" \
-	"\t-r\tTell supervise that the service is normally running; this affects status messages.\n" \
-	"\t-s\tTell supervise that the service is normally stopped; this affects status messages.\n" \
-	"\t-p\tPause.  Send the service a STOP signal.\n" \
-	"\t-c\tContinue.  Send the service a CONT signal.\n" \
-	"\t-h\tHangup.  Send the service a HUP signal.\n" \
-	"\t-a\tAlarm.  Send the service an ALRM signal.\n" \
-	"\t-i\tInterrupt.  Send the service an INT signal.\n" \
-	"\t-t\tTerminate.  Send the service a TERM signal.\n" \
-	"\t-k\tKill.  Send the service a KILL signal.\n" \
-	"\t-x\tExit.  supervise will quit as soon as the service is down."
-
 #define mt_trivial_usage \
 	"[-f device] opcode value"
 #define mt_full_usage \
@@ -1861,11 +1837,6 @@
 #define patch_example_usage \
 	"$ patch -p1 <example.diff"
 
-#define pidfilehack_trivial_usage \
-	"[daemon.pid] [daemon]"
-#define pidfilehack_full_usage \
-	"service /var/run/daemon.pid /usr/sbin/daemon args...\n"
-
 #define pidof_trivial_usage \
 	"process-name [process-name ...]"
 #define pidof_full_usage \




More information about the busybox-cvs mailing list