X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=miscutils%2Frunlevel.c;h=0b2098564595d178518aec9ef1240fe3bad8df7a;hb=d72e804e6db1bd6eb2417961004b4fe33aba9384;hp=79fa3c83459d6ffe983cc6f38b22b5a36c703793;hpb=4eed2c6c5092ed95b8ee6d994106c54a9fc6ed3e;p=oweals%2Fbusybox.git diff --git a/miscutils/runlevel.c b/miscutils/runlevel.c index 79fa3c834..0b2098564 100644 --- a/miscutils/runlevel.c +++ b/miscutils/runlevel.c @@ -16,12 +16,12 @@ //config: default y //config: depends on FEATURE_UTMP //config: help -//config: find the current and previous system runlevel. +//config: find the current and previous system runlevel. //config: -//config: This applet uses utmp but does not rely on busybox supporing -//config: utmp on purpose. It is used by e.g. emdebian via /etc/init.d/rc. +//config: This applet uses utmp but does not rely on busybox supporing +//config: utmp on purpose. It is used by e.g. emdebian via /etc/init.d/rc. -//applet:IF_RUNLEVEL(APPLET(runlevel, BB_DIR_SBIN, BB_SUID_DROP)) +//applet:IF_RUNLEVEL(APPLET_NOEXEC(runlevel, runlevel, BB_DIR_SBIN, BB_SUID_DROP, runlevel)) //kbuild:lib-$(CONFIG_RUNLEVEL) += runlevel.o