diff options
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 |