diff options
author | andersen <andersen@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2001-10-18 19:33:06 +0000 |
---|---|---|
committer | andersen <andersen@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2001-10-18 19:33:06 +0000 |
commit | a294905992b97443003a4f43214efe47da83c423 (patch) | |
tree | e25a68be710fe88ce6db0f4191caa47ba5f43d98 /applets.h | |
parent | 1d013457cd7513d4422a73cc06fc61c92974c350 (diff) | |
download | busybox-w32-a294905992b97443003a4f43214efe47da83c423.tar.gz busybox-w32-a294905992b97443003a4f43214efe47da83c423.tar.bz2 busybox-w32-a294905992b97443003a4f43214efe47da83c423.zip |
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!
git-svn-id: svn://busybox.net/trunk/busybox@3546 69ca8d6d-28ef-0310-b511-8ec308f3f277
Diffstat (limited to 'applets.h')
-rw-r--r-- | applets.h | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -386,6 +386,9 @@ | |||
386 | #ifdef BB_SORT | 386 | #ifdef BB_SORT |
387 | APPLET(sort, sort_main, _BB_DIR_USR_BIN) | 387 | APPLET(sort, sort_main, _BB_DIR_USR_BIN) |
388 | #endif | 388 | #endif |
389 | #ifdef BB_START_STOP_DAEMON | ||
390 | APPLET_ODDNAME("start-stop-daemon", start_stop_daemon_main, _BB_DIR_SBIN, start_stop_daemon) | ||
391 | #endif | ||
389 | #ifdef BB_STTY | 392 | #ifdef BB_STTY |
390 | APPLET(stty, stty_main, _BB_DIR_BIN) | 393 | APPLET(stty, stty_main, _BB_DIR_BIN) |
391 | #endif | 394 | #endif |