IP applet by Bastian Blank <waldi@debian.org>
This commit is contained in:
@@ -251,6 +251,9 @@
|
||||
#ifdef CONFIG_INSMOD
|
||||
APPLET(insmod, insmod_main, _BB_DIR_SBIN, _BB_SUID_NEVER)
|
||||
#endif
|
||||
#ifdef CONFIG_IP
|
||||
APPLET(ip, ip_main, _BB_DIR_BIN, _BB_SUID_NEVER)
|
||||
#endif
|
||||
#ifdef CONFIG_KILL
|
||||
APPLET(kill, kill_main, _BB_DIR_BIN, _BB_SUID_NEVER)
|
||||
#endif
|
||||
|
@@ -977,6 +977,11 @@
|
||||
"\t-L\tLock to prevent simultaneous loads of a module\n" \
|
||||
"\t-x\tdo not export externs"
|
||||
|
||||
#define ip_trivial_usage \
|
||||
"not written yet"
|
||||
#define ip_full_usage \
|
||||
"not written yet"
|
||||
|
||||
#define kill_trivial_usage \
|
||||
"[-signal] process-id [process-id ...]"
|
||||
#define kill_full_usage \
|
||||
|
Reference in New Issue
Block a user