From: Carsten Schlote <[email protected]>

Signed-off-by: Carsten Schlote <[email protected]>
---
 rules/sysvinit.in |   24 ++++++++++++++++++++++++
 1 files changed, 24 insertions(+), 0 deletions(-)

diff --git a/rules/sysvinit.in b/rules/sysvinit.in
index 60fed6c..630ebb9 100644
--- a/rules/sysvinit.in
+++ b/rules/sysvinit.in
@@ -6,12 +6,20 @@ menuconfig SYSVINIT
 
 if SYSVINIT
 
+if BUSYBOX_INIT
+       comment "BusyBox' init is selected"
+endif
+
 config SYSVINIT_INIT
        bool
        prompt "init"
        help
          Install the init program, this init support runlevel
 
+if BUSYBOX_HALT
+       comment "BusyBox' halt is selected"
+endif
+
 config SYSVINIT_HALT
        bool
        prompt "halt"
@@ -24,12 +32,20 @@ config SYSVINIT_SHUTDOWN
        help
          shutdown is called by halt and reboot to perform the necesary action
 
+if BUSYBOX_RUNLEVEL
+       comment "BusyBox' runlevel is selected"
+endif
+
 config SYSVINIT_RUNLEVEL
        bool
        prompt "runlevel"
        help
          This tool is used to switch to another runlevel.
 
+if BUSYBOX_KILLALL5
+       comment "BusyBox' killall5 is selected"
+endif
+
 config SYSVINIT_KILLALL5
        bool
        prompt "killall5"
@@ -40,6 +56,10 @@ config SYSVINIT_KILLALL5
          Its primary (only) use is in the rc scripts found in the
          /etc/init.d directory.
 
+if BUSYBOX_SULOGIN
+       comment "BusyBox' sulogin is selected"
+endif
+
 config SYSVINIT_SULOGIN
        bool
        prompt "sulogin"
@@ -65,6 +85,10 @@ config SYSVINIT_LAST
        help
          last - show listing of last logged in users
 
+if BUSYBOX_MESG
+       comment "BusyBox' mesg is selected"
+endif
+
 config SYSVINIT_MESG
        bool
        prompt "mesg"
-- 
1.6.5.6.gb3118


--
ptxdist mailing list
[email protected]

Reply via email to