mesg applet by Manuel Novoa III
This commit is contained in:
@@ -293,6 +293,9 @@
|
||||
#ifdef CONFIG_MD5SUM
|
||||
APPLET(md5sum, md5sum_main, _BB_DIR_USR_BIN, _BB_SUID_NEVER)
|
||||
#endif
|
||||
#ifdef CONFIG_MESG
|
||||
APPLET(mesg, mesg_main, _BB_DIR_USR_BIN, _BB_SUID_NEVER)
|
||||
#endif
|
||||
#ifdef CONFIG_MKDIR
|
||||
APPLET(mkdir, mkdir_main, _BB_DIR_BIN, _BB_SUID_NEVER)
|
||||
#endif
|
||||
|
||||
@@ -1149,6 +1149,13 @@
|
||||
"busybox: OK\n" \
|
||||
"^D\n"
|
||||
|
||||
#define mesg_trivial_usage \
|
||||
"mesg [y|n]"
|
||||
#define mesg_full_usage \
|
||||
"mesg [Y|N], controls write access to your terminal\n" \
|
||||
"\ty\tAllow write access to your terminal.\n" \
|
||||
"\tn\tDisallow write access to your terminal.\n"
|
||||
|
||||
#define mkdir_trivial_usage \
|
||||
"[OPTION] DIRECTORY..."
|
||||
#define mkdir_full_usage \
|
||||
|
||||
Reference in New Issue
Block a user