hexedit: optimize output buffering
[oweals/busybox.git] / miscutils / runlevel.c
index 79fa3c83459d6ffe983cc6f38b22b5a36c703793..0b2098564595d178518aec9ef1240fe3bad8df7a 100644 (file)
 //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