aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/applets.h9
-rw-r--r--include/usage.h29
2 files changed, 0 insertions, 38 deletions
diff --git a/include/applets.h b/include/applets.h
index e3d5e485d..c54fb9131 100644
--- a/include/applets.h
+++ b/include/applets.h
@@ -367,9 +367,6 @@
367#ifdef CONFIG_MESG 367#ifdef CONFIG_MESG
368 APPLET(mesg, mesg_main, _BB_DIR_USR_BIN, _BB_SUID_NEVER) 368 APPLET(mesg, mesg_main, _BB_DIR_USR_BIN, _BB_SUID_NEVER)
369#endif 369#endif
370#ifdef CONFIG_MINIT
371 APPLET(minit, minit_main, _BB_DIR_SBIN, _BB_SUID_NEVER)
372#endif
373#ifdef CONFIG_MKDIR 370#ifdef CONFIG_MKDIR
374 APPLET(mkdir, mkdir_main, _BB_DIR_BIN, _BB_SUID_NEVER) 371 APPLET(mkdir, mkdir_main, _BB_DIR_BIN, _BB_SUID_NEVER)
375#endif 372#endif
@@ -400,9 +397,6 @@
400#ifdef CONFIG_MSH 397#ifdef CONFIG_MSH
401 APPLET_NOUSAGE("msh", msh_main, _BB_DIR_BIN, _BB_SUID_NEVER) 398 APPLET_NOUSAGE("msh", msh_main, _BB_DIR_BIN, _BB_SUID_NEVER)
402#endif 399#endif
403#ifdef CONFIG_MSVC
404 APPLET(msvc, msvc_main, _BB_DIR_BIN, _BB_SUID_NEVER)
405#endif
406#ifdef CONFIG_MT 400#ifdef CONFIG_MT
407 APPLET(mt, mt_main, _BB_DIR_BIN, _BB_SUID_NEVER) 401 APPLET(mt, mt_main, _BB_DIR_BIN, _BB_SUID_NEVER)
408#endif 402#endif
@@ -433,9 +427,6 @@
433#ifdef CONFIG_PATCH 427#ifdef CONFIG_PATCH
434 APPLET(patch, patch_main, _BB_DIR_USR_BIN, _BB_SUID_NEVER) 428 APPLET(patch, patch_main, _BB_DIR_USR_BIN, _BB_SUID_NEVER)
435#endif 429#endif
436#ifdef CONFIG_PIDFILEHACK
437 APPLET(pidfilehack, pidfilehack_main, _BB_DIR_BIN, _BB_SUID_NEVER)
438#endif
439#ifdef CONFIG_PIDOF 430#ifdef CONFIG_PIDOF
440 APPLET(pidof, pidof_main, _BB_DIR_BIN, _BB_SUID_NEVER) 431 APPLET(pidof, pidof_main, _BB_DIR_BIN, _BB_SUID_NEVER)
441#endif 432#endif
diff --git a/include/usage.h b/include/usage.h
index 46392d5f8..1cc67033c 100644
--- a/include/usage.h
+++ b/include/usage.h
@@ -1591,11 +1591,6 @@
1591 "\ty\tAllow write access to your terminal.\n" \ 1591 "\ty\tAllow write access to your terminal.\n" \
1592 "\tn\tDisallow write access to your terminal.\n" 1592 "\tn\tDisallow write access to your terminal.\n"
1593 1593
1594#define minit_trivial_usage \
1595 "[-spPrRC]"
1596#define minit_full_usage \
1597 "A small replacement for SysV init"
1598
1599#define mkdir_trivial_usage \ 1594#define mkdir_trivial_usage \
1600 "[OPTION] DIRECTORY..." 1595 "[OPTION] DIRECTORY..."
1601#define mkdir_full_usage \ 1596#define mkdir_full_usage \
@@ -1726,25 +1721,6 @@
1726 "$ mount /dev/fd0 /mnt -t msdos -o ro\n" \ 1721 "$ mount /dev/fd0 /mnt -t msdos -o ro\n" \
1727 "$ mount /tmp/diskimage /opt -t ext2 -o loop\n" 1722 "$ mount /tmp/diskimage /opt -t ext2 -o loop\n"
1728 1723
1729#define msvc_trivial_usage \
1730 "-[udorspchaitkx] service"
1731#define msvc_full_usage \
1732 "[option] service\n" \
1733 "Where option is one of\n" \
1734 "\t-u\tUp. If the service is not running, start it. If the service stops, restart it.\n" \
1735 "\t-d\tDown. If the service is running, stop it, do not restart it.\n" \
1736 "\t-o\tOnce. If the service is not running, start it. Do not restart it if it stops.\n" \
1737 "\t-r\tTell supervise that the service is normally running; this affects status messages.\n" \
1738 "\t-s\tTell supervise that the service is normally stopped; this affects status messages.\n" \
1739 "\t-p\tPause. Send the service a STOP signal.\n" \
1740 "\t-c\tContinue. Send the service a CONT signal.\n" \
1741 "\t-h\tHangup. Send the service a HUP signal.\n" \
1742 "\t-a\tAlarm. Send the service an ALRM signal.\n" \
1743 "\t-i\tInterrupt. Send the service an INT signal.\n" \
1744 "\t-t\tTerminate. Send the service a TERM signal.\n" \
1745 "\t-k\tKill. Send the service a KILL signal.\n" \
1746 "\t-x\tExit. supervise will quit as soon as the service is down."
1747
1748#define mt_trivial_usage \ 1724#define mt_trivial_usage \
1749 "[-f device] opcode value" 1725 "[-f device] opcode value"
1750#define mt_full_usage \ 1726#define mt_full_usage \
@@ -1861,11 +1837,6 @@
1861#define patch_example_usage \ 1837#define patch_example_usage \
1862 "$ patch -p1 <example.diff" 1838 "$ patch -p1 <example.diff"
1863 1839
1864#define pidfilehack_trivial_usage \
1865 "[daemon.pid] [daemon]"
1866#define pidfilehack_full_usage \
1867 "service /var/run/daemon.pid /usr/sbin/daemon args...\n"
1868
1869#define pidof_trivial_usage \ 1840#define pidof_trivial_usage \
1870 "process-name [process-name ...]" 1841 "process-name [process-name ...]"
1871#define pidof_full_usage \ 1842#define pidof_full_usage \