diff options
author | Eric Andersen | 2001-10-18 19:33:06 +0000 |
---|---|---|
committer | Eric Andersen | 2001-10-18 19:33:06 +0000 |
commit | c2af1ee03667fbcf5bd456ea26e9f9e317a892a1 (patch) | |
tree | e25a68be710fe88ce6db0f4191caa47ba5f43d98 /applets.h | |
parent | bcca3317b59a0180f0b42428e9c25405bc423520 (diff) | |
download | busybox-c2af1ee03667fbcf5bd456ea26e9f9e317a892a1.zip busybox-c2af1ee03667fbcf5bd456ea26e9f9e317a892a1.tar.gz |
Commit the start-stop-daemon applet. This was contributed by David
Kimdon <dwhedon@gordian.com> 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!
Diffstat (limited to 'applets.h')
-rw-r--r-- | applets.h | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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 |