diff options
-rw-r--r-- | loginutils/sulogin.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/loginutils/sulogin.c b/loginutils/sulogin.c index 19b1e304c..d2ac1f65d 100644 --- a/loginutils/sulogin.c +++ b/loginutils/sulogin.c | |||
@@ -12,7 +12,6 @@ | |||
12 | //config: sulogin is invoked when the system goes into single user | 12 | //config: sulogin is invoked when the system goes into single user |
13 | //config: mode (this is done through an entry in inittab). | 13 | //config: mode (this is done through an entry in inittab). |
14 | 14 | ||
15 | //applet:/* Needs to be run by root or be suid root - needs to change uid and gid: */ | ||
16 | //applet:IF_SULOGIN(APPLET(sulogin, BB_DIR_SBIN, BB_SUID_DROP)) | 15 | //applet:IF_SULOGIN(APPLET(sulogin, BB_DIR_SBIN, BB_SUID_DROP)) |
17 | 16 | ||
18 | //kbuild:lib-$(CONFIG_SULOGIN) += sulogin.o | 17 | //kbuild:lib-$(CONFIG_SULOGIN) += sulogin.o |