diff options
Diffstat (limited to 'loginutils/deluser.c')
-rw-r--r-- | loginutils/deluser.c | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/loginutils/deluser.c b/loginutils/deluser.c index 3b6bd952d..f5bc3c28a 100644 --- a/loginutils/deluser.c +++ b/loginutils/deluser.c | |||
@@ -28,8 +28,9 @@ | |||
28 | //config: If called with two non-option arguments, deluser | 28 | //config: If called with two non-option arguments, deluser |
29 | //config: or delgroup will remove an user from a specified group. | 29 | //config: or delgroup will remove an user from a specified group. |
30 | 30 | ||
31 | //applet:IF_DELUSER(APPLET(deluser, BB_DIR_USR_SBIN, BB_SUID_DROP)) | 31 | // APPLET_NOEXEC:name main location suid_type help |
32 | //applet:IF_DELGROUP(APPLET_ODDNAME(delgroup, deluser, BB_DIR_USR_SBIN, BB_SUID_DROP, delgroup)) | 32 | //applet:IF_DELUSER( APPLET_NOEXEC(deluser, deluser, BB_DIR_USR_SBIN, BB_SUID_DROP, deluser)) |
33 | //applet:IF_DELGROUP(APPLET_NOEXEC(delgroup, deluser, BB_DIR_USR_SBIN, BB_SUID_DROP, delgroup)) | ||
33 | 34 | ||
34 | //kbuild:lib-$(CONFIG_DELUSER) += deluser.o | 35 | //kbuild:lib-$(CONFIG_DELUSER) += deluser.o |
35 | //kbuild:lib-$(CONFIG_DELGROUP) += deluser.o | 36 | //kbuild:lib-$(CONFIG_DELGROUP) += deluser.o |