summaryrefslogtreecommitdiffstats
path: root/urunlevel/runlevel/Config.in
diff options
context:
space:
mode:
Diffstat (limited to 'urunlevel/runlevel/Config.in')
-rw-r--r--urunlevel/runlevel/Config.in74
1 files changed, 58 insertions, 16 deletions
diff --git a/urunlevel/runlevel/Config.in b/urunlevel/runlevel/Config.in
index 36be84b..ca4c44a 100644
--- a/urunlevel/runlevel/Config.in
+++ b/urunlevel/runlevel/Config.in
@@ -7,75 +7,110 @@ menu "Runlevel Utilities"
7 7
8config CONFIG_BOOT_NAMED 8config CONFIG_BOOT_NAMED
9 bool "boot_named" 9 bool "boot_named"
10 default y 10 default n
11 help 11 help
12 An implementation of LSB $named. 12 An implementation of LSB $named.
13 13
14config CONFIG_BOOT_PORTMAP 14config CONFIG_BOOT_PORTMAP
15 bool "boot_portmap" 15 bool "boot_portmap"
16 default y 16 default n
17 help 17 help
18 An implementation of LSB $. 18 An implementation of LSB $.
19 19
20config CONFIG_BOOT_SYSLOG 20config CONFIG_BOOT_SYSLOG
21 bool "boot_syslog" 21 bool "boot_syslog"
22 default y 22 default n
23 help 23 help
24 An implementation of LSB $syslog. 24 An implementation of LSB $syslog.
25 25
26config CONFIG_BOOT_TIME 26config CONFIG_BOOT_TIME
27 bool "boot_time" 27 bool "boot_time"
28 default y 28 default n
29 help 29 help
30 An implementation of LSB $time. 30 An implementation of LSB $time.
31 31
32config CONFIG_INSTALL_INITD 32config CONFIG_INSTALL_INITD
33 bool "install_initd" 33 bool "install_initd"
34 default y 34 default n
35 help 35 help
36 An implementation of install_initd. 36 An implementation of install_initd.
37 37
38config CONFIG_KILLPROC 38if CONFIG_RC
39 config CONFIG_KILLPROC
40 default y
41 comment "killproc (forced enabled for use with rc)"
42endif
43if !CONFIG_RC
44 config CONFIG_KILLPROC
39 bool "killproc" 45 bool "killproc"
40 default y 46 default y
41 help 47 help
42 An implementation of killproc. 48 An implementation of killproc.
49endif
43 50
44config CONFIG_LOCAL_FS 51config CONFIG_LOCAL_FS
45 bool "local_fs" 52 bool "local_fs"
46 default y 53 default n
47 help 54 help
48 A $local_fs boot script. 55 A $local_fs boot script.
49 56
50config CONFIG_LOG_FAILURE_MSG 57if CONFIG_RC
58 config CONFIG_LOG_FAILURE_MSG
59 default y
60 comment "log_failure_msg (forced enabled for use with rc)"
61endif
62if !CONFIG_RC
63 config CONFIG_LOG_FAILURE_MSG
51 bool "log_failure_msg" 64 bool "log_failure_msg"
52 default y 65 default y
53 help 66 help
54 An implementation of log_failure_msg. 67 An implementation of log_failure_msg.
68endif
55 69
56config CONFIG_LOG_SUCCESS_MSG 70if CONFIG_RC
71 config CONFIG_LOG_SUCCESS_MSG
72 default y
73 comment "log_success_msg (forced enabled for use with rc)"
74endif
75if !CONFIG_RC
76 config CONFIG_LOG_SUCCESS_MSG
57 bool "log_success_msg" 77 bool "log_success_msg"
58 default y 78 default y
59 help 79 help
60 An implementation of log_success_msg. 80 An implementation of log_success_msg.
81endif
61 82
62config CONFIG_LOG_WARNING_MSG 83if CONFIG_RC
84 config CONFIG_LOG_WARNING_MSG
85 default y
86 comment "log_warning_msg (forced enabled for use with rc)"
87endif
88if !CONFIG_RC
89 config CONFIG_LOG_WARNING_MSG
63 bool "log_warning_msg" 90 bool "log_warning_msg"
64 default y 91 default y
65 help 92 help
66 An implementation of log_warning_msg. 93 An implementation of log_warning_msg.
94endif
67 95
68config CONFIG_NETWORK 96config CONFIG_NETWORK
69 bool "network" 97 bool "network"
70 default y 98 default n
71 help 99 help
72 A $network boot script. 100 A $network boot script.
73 101
74config CONFIG_PIDOFPROC 102if CONFIG_RC
103 config CONFIG_PIDOFPROC
104 default y
105 comment "pidofproc (forced enabled for use with rc)"
106endif
107if !CONFIG_RC
108 config CONFIG_PIDOFPROC
75 bool "pidofproc" 109 bool "pidofproc"
76 default y 110 default y
77 help 111 help
78 An implementation of pidofproc. 112 An implementation of pidofproc.
113endif
79 114
80config CONFIG_RC 115config CONFIG_RC
81 bool "rc" 116 bool "rc"
@@ -85,25 +120,32 @@ config CONFIG_RC
85 120
86config CONFIG_REMOTE_FS 121config CONFIG_REMOTE_FS
87 bool "remote_fs" 122 bool "remote_fs"
88 default y 123 default n
89 help 124 help
90 A $remote_fs boot script. 125 A $remote_fs boot script.
91 126
92config CONFIG_REMOVE_INITD 127config CONFIG_REMOVE_INITD
93 bool "remove_initd" 128 bool "remove_initd"
94 default y 129 default n
95 help 130 help
96 An implementation of remove_initd. 131 An implementation of remove_initd.
97 132
98config CONFIG_START_DAEMON 133if CONFIG_RC
134 config CONFIG_START_DAEMON
135 default y
136 comment "start_daemon (forced enabled for use with rc)"
137endif
138if !CONFIG_RC
139 config CONFIG_START_DAEMON
99 bool "start_daemon" 140 bool "start_daemon"
100 default y 141 default y
101 help 142 help
102 An implementation of start_daemon. 143 An implementation of start_daemon.
144endif
103 145
104config CONFIG_UDHCPC_SCRIPT 146config CONFIG_UDHCPC_SCRIPT
105 bool "udhcpc_script" 147 bool "udhcpc_script"
106 default y 148 default n
107 help 149 help
108 An implementation of udhcpc.script. 150 An implementation of udhcpc.script.
109 151