commiting:
0000028 03-16-05 patch: new setsid applet
This commit is contained in:
@@ -558,6 +558,9 @@
|
||||
#ifdef CONFIG_SETKEYCODES
|
||||
APPLET(setkeycodes, setkeycodes_main, _BB_DIR_USR_BIN, _BB_SUID_NEVER)
|
||||
#endif
|
||||
#ifdef CONFIG_SETSID
|
||||
APPLET(setsid, setsid_main, _BB_DIR_USR_BIN, _BB_SUID_NEVER)
|
||||
#endif
|
||||
#if defined(CONFIG_FEATURE_SH_IS_ASH) && defined(CONFIG_ASH)
|
||||
APPLET_NOUSAGE("sh", ash_main, _BB_DIR_BIN, _BB_SUID_NEVER)
|
||||
#elif defined(CONFIG_FEATURE_SH_IS_HUSH) && defined(CONFIG_HUSH)
|
||||
|
@@ -2375,6 +2375,12 @@
|
||||
#define setkeycodes_example_usage \
|
||||
"$ setkeycodes e030 127\n"
|
||||
|
||||
#define setsid_trivial_usage \
|
||||
"program [arg ...]"
|
||||
#define setsid_full_usage \
|
||||
"Runs any program in a new session by calling setsid() before\n" \
|
||||
"exec'ing the rest of its arguments. See setsid(2) for details."
|
||||
|
||||
#define lash_trivial_usage \
|
||||
"[FILE]...\n" \
|
||||
"or: sh -c command [args]..."
|
||||
|
Reference in New Issue
Block a user