Magellan Linux

Diff of /trunk/mkinitrd-magellan/busybox/init/Config.in

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 983 by niro, Fri Apr 24 18:33:46 2009 UTC revision 984 by niro, Sun May 30 11:32:42 2010 UTC
# Line 32  config FEATURE_KILL_DELAY Line 32  config FEATURE_KILL_DELAY
32   int "How long to wait between TERM and KILL (0 - send TERM only)" if FEATURE_KILL_REMOVED   int "How long to wait between TERM and KILL (0 - send TERM only)" if FEATURE_KILL_REMOVED
33   range 0 1024   range 0 1024
34   default 0   default 0
35     depends on FEATURE_KILL_REMOVED
36   help   help
37    With nonzero setting, init sends TERM, forks, child waits N    With nonzero setting, init sends TERM, forks, child waits N
38    seconds, sends KILL and exits. Setting it too high is unwise    seconds, sends KILL and exits. Setting it too high is unwise
39    (child will hang around for too long and can actually kill    (child will hang around for too long and could actually kill
40    wrong process!)    the wrong process!)
41    
42  config FEATURE_INIT_SCTTY  config FEATURE_INIT_SCTTY
43   bool "Run commands with leading dash with controlling tty"   bool "Run commands with leading dash with controlling tty"
# Line 92  config HALT Line 93  config HALT
93   help   help
94    Stop all processes and either halt, reboot, or power off the system.    Stop all processes and either halt, reboot, or power off the system.
95    
96    config FEATURE_CALL_TELINIT
97     bool "Call telinit on shutdown and reboot"
98     default n
99     depends on HALT && !INIT
100     help
101      Call an external program (normally telinit) to facilitate
102      a switch to a proper runlevel.
103    
104      This option is only available if you selected halt and friends,
105      but did not select init.
106    
107    config TELINIT_PATH
108     string "Path to telinit executable"
109     default "/sbin/telinit"
110     depends on FEATURE_CALL_TELINIT
111     help
112      When busybox halt and friends have to call external telinit
113      to facilitate proper shutdown, this path is to be used when
114      locating telinit executable.
115    
116  config MESG  config MESG
117   bool "mesg"   bool "mesg"
118   default n   default n

Legend:
Removed from v.983  
changed lines
  Added in v.984