diff options
author | Eric Andersen <andersen@codepoet.org> | 2004-03-13 08:33:10 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 2004-03-13 08:33:10 +0000 |
commit | 63a1a7aaa520d84bcf37b7351e3923bd308ab8ea (patch) | |
tree | e64462d91b1b7edb0030cde420c4a7e2c8759264 /include/applets.h | |
parent | 55c704c119c871e25253d8dc3582f623d7d47708 (diff) | |
download | busybox-w32-63a1a7aaa520d84bcf37b7351e3923bd308ab8ea.tar.gz busybox-w32-63a1a7aaa520d84bcf37b7351e3923bd308ab8ea.tar.bz2 busybox-w32-63a1a7aaa520d84bcf37b7351e3923bd308ab8ea.zip |
Update docs for start_stop_daemon to match reality. Update
the reality a bit to better match debian behavior.
Diffstat (limited to 'include/applets.h')
-rw-r--r-- | include/applets.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/applets.h b/include/applets.h index f3b5f3d1c..585ea1f68 100644 --- a/include/applets.h +++ b/include/applets.h | |||
@@ -501,7 +501,7 @@ | |||
501 | #endif | 501 | #endif |
502 | #ifdef CONFIG_RUN_PARTS | 502 | #ifdef CONFIG_RUN_PARTS |
503 | APPLET_ODDNAME("run-parts", run_parts_main, _BB_DIR_BIN, _BB_SUID_NEVER, run_parts) | 503 | APPLET_ODDNAME("run-parts", run_parts_main, _BB_DIR_BIN, _BB_SUID_NEVER, run_parts) |
504 | #endif | 504 | #endif |
505 | #ifdef CONFIG_RX | 505 | #ifdef CONFIG_RX |
506 | APPLET(rx, rx_main, _BB_DIR_USR_BIN, _BB_SUID_NEVER) | 506 | APPLET(rx, rx_main, _BB_DIR_USR_BIN, _BB_SUID_NEVER) |
507 | #endif | 507 | #endif |