From c2af1ee03667fbcf5bd456ea26e9f9e317a892a1 Mon Sep 17 00:00:00 2001 From: Eric Andersen Date: Thu, 18 Oct 2001 19:33:06 +0000 Subject: Commit the start-stop-daemon applet. This was contributed by David Kimdon on october 7th -- the day I was fired from Lineo. So it seems I totally forgot about this patch until now. Sorry about that David! --- include/applets.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'include/applets.h') diff --git a/include/applets.h b/include/applets.h index 461c878df..5ecfe3cba 100644 --- a/include/applets.h +++ b/include/applets.h @@ -386,6 +386,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 -- cgit v1.2.3