Convert all miscutils/* applets to "new style" applet definitions
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
This commit is contained in:
@@ -19,6 +19,10 @@
|
||||
//config: help
|
||||
//config: setsid runs a program in a new session
|
||||
|
||||
//applet:IF_SETSID(APPLET(setsid, BB_DIR_USR_BIN, BB_SUID_DROP))
|
||||
|
||||
//kbuild:lib-$(CONFIG_SETSID) += setsid.o
|
||||
|
||||
//usage:#define setsid_trivial_usage
|
||||
//usage: "[-c] PROG ARGS"
|
||||
//usage:#define setsid_full_usage "\n\n"
|
||||
|
||||
Reference in New Issue
Block a user