[BusyBox] start-stop-daemon

Matt Kraai kraai at alumni.carnegiemellon.edu
Fri Sep 7 15:12:07 UTC 2001


On Fri, Sep 07, 2001 at 01:34:59PM -0700, David Kimdon wrote:
> One issue is that the executable really should be called start-stop-daemon,
> but the bb build system didn't take to that filename very well, so I named
> it start_stop_daemon.

What's wrong with the following sub-patch?

Matt

Index: applets.h
===================================================================
RCS file: /var/cvs/busybox/applets.h,v
retrieving revision 1.40
diff -u -r1.40 applets.h
--- applets.h	2001/08/27 18:55:05	1.40
+++ applets.h	2001/09/07 21:07:33
@@ -383,6 +383,9 @@
 #ifdef BB_SORT
 	APPLET(sort, sort_main, _BB_DIR_USR_BIN)
 #endif
+#ifdef BB_START_STOP_DAEMON
+	APPLET_ODDNAME("start-stop-daemon", start_stop_daemon_main, _BB_DIR_SBIN, start_stop_daemon)
+#endif
 #ifdef BB_STTY
 	APPLET(stty, stty_main, _BB_DIR_BIN)
 #endif





More information about the busybox mailing list