diff options
author | Eric Andersen <andersen@codepoet.org> | 2003-07-03 10:00:15 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 2003-07-03 10:00:15 +0000 |
commit | e5920a2dc05c4bec0ce4669f4eb39119436be691 (patch) | |
tree | 6742abc0254d3e3996923027756800528eef16c2 /shell | |
parent | a5c488449e9738f2610f5f1f4331b382782ed4b3 (diff) | |
download | busybox-w32-e5920a2dc05c4bec0ce4669f4eb39119436be691.tar.gz busybox-w32-e5920a2dc05c4bec0ce4669f4eb39119436be691.tar.bz2 busybox-w32-e5920a2dc05c4bec0ce4669f4eb39119436be691.zip |
Patch from Kent Robotti adding a bunch of menuconfig help
Diffstat (limited to 'shell')
-rw-r--r-- | shell/Config.in | 40 |
1 files changed, 21 insertions, 19 deletions
diff --git a/shell/Config.in b/shell/Config.in index b643c8f3d..8373a808c 100644 --- a/shell/Config.in +++ b/shell/Config.in | |||
@@ -9,7 +9,8 @@ choice | |||
9 | prompt "Choose your default shell" | 9 | prompt "Choose your default shell" |
10 | default "none" | 10 | default "none" |
11 | help | 11 | help |
12 | Please submit a patch to add help text for this item. | 12 | Choose a shell. The ash shell is the most bash compatible |
13 | and full featured. | ||
13 | 14 | ||
14 | config CONFIG_FEATURE_SH_IS_ASH | 15 | config CONFIG_FEATURE_SH_IS_ASH |
15 | bool "ash" | 16 | bool "ash" |
@@ -40,7 +41,7 @@ config CONFIG_ASH | |||
40 | bool "ash" | 41 | bool "ash" |
41 | default y | 42 | default y |
42 | help | 43 | help |
43 | Please submit a patch to add help text for this item. | 44 | Make sh a link to ash. |
44 | endif | 45 | endif |
45 | 46 | ||
46 | comment "Ash Shell Options" | 47 | comment "Ash Shell Options" |
@@ -51,28 +52,28 @@ config CONFIG_ASH_JOB_CONTROL | |||
51 | default y | 52 | default y |
52 | depends on CONFIG_ASH | 53 | depends on CONFIG_ASH |
53 | help | 54 | help |
54 | Please submit a patch to add help text for this item. | 55 | Enable job control in the ash shell. |
55 | 56 | ||
56 | config CONFIG_ASH_ALIAS | 57 | config CONFIG_ASH_ALIAS |
57 | bool " Enable alias support" | 58 | bool " Enable alias support" |
58 | default y | 59 | default y |
59 | depends on CONFIG_ASH | 60 | depends on CONFIG_ASH |
60 | help | 61 | help |
61 | Please submit a patch to add help text for this item. | 62 | Enable alias support in the ash shell. |
62 | 63 | ||
63 | config CONFIG_ASH_MATH_SUPPORT | 64 | config CONFIG_ASH_MATH_SUPPORT |
64 | bool " Enable Posix math support" | 65 | bool " Enable Posix math support" |
65 | default y | 66 | default y |
66 | depends on CONFIG_ASH | 67 | depends on CONFIG_ASH |
67 | help | 68 | help |
68 | Please submit a patch to add help text for this item. | 69 | Enable math support in the ash shell. |
69 | 70 | ||
70 | config CONFIG_ASH_GETOPTS | 71 | config CONFIG_ASH_GETOPTS |
71 | bool " Enable getopt builtin to parse positional parameters" | 72 | bool " Enable getopt builtin to parse positional parameters" |
72 | default n | 73 | default n |
73 | depends on CONFIG_ASH | 74 | depends on CONFIG_ASH |
74 | help | 75 | help |
75 | Please submit a patch to add help text for this item. | 76 | Enable builtin getopt in the ash shell. |
76 | 77 | ||
77 | config CONFIG_ASH_CMDCMD | 78 | config CONFIG_ASH_CMDCMD |
78 | bool " Enable cmdcmd to override shell builtins" | 79 | bool " Enable cmdcmd to override shell builtins" |
@@ -86,15 +87,14 @@ config CONFIG_ASH_MAIL | |||
86 | default y | 87 | default y |
87 | depends on CONFIG_ASH | 88 | depends on CONFIG_ASH |
88 | help | 89 | help |
89 | Please submit a patch to add help text for this item. | 90 | Enable "check for new mail" in the ash shell. |
90 | 91 | ||
91 | config CONFIG_ASH_OPTIMIZE_FOR_SIZE | 92 | config CONFIG_ASH_OPTIMIZE_FOR_SIZE |
92 | bool " Optimize for size instead of speed" | 93 | bool " Optimize for size instead of speed" |
93 | default y | 94 | default y |
94 | depends on CONFIG_ASH | 95 | depends on CONFIG_ASH |
95 | help | 96 | help |
96 | Please submit a patch to add help text for this item. | 97 | Compile ash for reduced size at price of speed. |
97 | |||
98 | 98 | ||
99 | if CONFIG_FEATURE_SH_IS_HUSH | 99 | if CONFIG_FEATURE_SH_IS_HUSH |
100 | config CONFIG_HUSH | 100 | config CONFIG_HUSH |
@@ -108,7 +108,7 @@ config CONFIG_HUSH | |||
108 | bool "hush" | 108 | bool "hush" |
109 | default n | 109 | default n |
110 | help | 110 | help |
111 | Please submit a patch to add help text for this item. | 111 | Make sh a link to hush. |
112 | endif | 112 | endif |
113 | 113 | ||
114 | if CONFIG_FEATURE_SH_IS_LASH | 114 | if CONFIG_FEATURE_SH_IS_LASH |
@@ -123,7 +123,7 @@ config CONFIG_LASH | |||
123 | bool "lash" | 123 | bool "lash" |
124 | default n | 124 | default n |
125 | help | 125 | help |
126 | Please submit a patch to add help text for this item. | 126 | Make sh a link to lash. |
127 | endif | 127 | endif |
128 | 128 | ||
129 | if CONFIG_FEATURE_SH_IS_MSH | 129 | if CONFIG_FEATURE_SH_IS_MSH |
@@ -138,7 +138,7 @@ config CONFIG_MSH | |||
138 | bool "msh" | 138 | bool "msh" |
139 | default n | 139 | default n |
140 | help | 140 | help |
141 | Please submit a patch to add help text for this item. | 141 | Make sh a link to msh. |
142 | endif | 142 | endif |
143 | 143 | ||
144 | 144 | ||
@@ -150,49 +150,51 @@ config CONFIG_FEATURE_COMMAND_EDITING | |||
150 | default n | 150 | default n |
151 | depends on CONFIG_MSH || CONFIG_LASH || CONFIG_HUSH || CONFIG_ASH | 151 | depends on CONFIG_MSH || CONFIG_LASH || CONFIG_HUSH || CONFIG_ASH |
152 | help | 152 | help |
153 | Please submit a patch to add help text for this item. | 153 | Enable command editing in shell. |
154 | 154 | ||
155 | config CONFIG_FEATURE_COMMAND_SAVEHISTORY | 155 | config CONFIG_FEATURE_COMMAND_SAVEHISTORY |
156 | bool " history saving" | 156 | bool " history saving" |
157 | default n | 157 | default n |
158 | depends on CONFIG_ASH | 158 | depends on CONFIG_ASH |
159 | help | 159 | help |
160 | Please submit a patch to add help text for this item. | 160 | Enable history saving in ash shell. |
161 | 161 | ||
162 | config CONFIG_FEATURE_COMMAND_TAB_COMPLETION | 162 | config CONFIG_FEATURE_COMMAND_TAB_COMPLETION |
163 | bool "tab completion" | 163 | bool "tab completion" |
164 | default n | 164 | default n |
165 | depends on CONFIG_MSH || CONFIG_LASH || CONFIG_HUSH || CONFIG_ASH | 165 | depends on CONFIG_MSH || CONFIG_LASH || CONFIG_HUSH || CONFIG_ASH |
166 | help | 166 | help |
167 | Please submit a patch to add help text for this item. | 167 | Enable tab completion in shell. |
168 | 168 | ||
169 | config CONFIG_FEATURE_COMMAND_USERNAME_COMPLETION | 169 | config CONFIG_FEATURE_COMMAND_USERNAME_COMPLETION |
170 | bool "username completion" | 170 | bool "username completion" |
171 | default n | 171 | default n |
172 | depends on CONFIG_MSH || CONFIG_LASH || CONFIG_HUSH || CONFIG_ASH | 172 | depends on CONFIG_MSH || CONFIG_LASH || CONFIG_HUSH || CONFIG_ASH |
173 | help | 173 | help |
174 | Please submit a patch to add help text for this item. | 174 | Enable username completion in shell. |
175 | 175 | ||
176 | config CONFIG_FEATURE_COMMAND_HISTORY | 176 | config CONFIG_FEATURE_COMMAND_HISTORY |
177 | int "history size" | 177 | int "history size" |
178 | default 15 | 178 | default 15 |
179 | depends on CONFIG_MSH || CONFIG_LASH || CONFIG_HUSH || CONFIG_ASH | 179 | depends on CONFIG_MSH || CONFIG_LASH || CONFIG_HUSH || CONFIG_ASH |
180 | help | 180 | help |
181 | Please submit a patch to add help text for this item. | 181 | Specify command history size in shell. |
182 | 182 | ||
183 | config CONFIG_FEATURE_SH_STANDALONE_SHELL | 183 | config CONFIG_FEATURE_SH_STANDALONE_SHELL |
184 | bool "Standalone shell" | 184 | bool "Standalone shell" |
185 | default n | 185 | default n |
186 | depends on CONFIG_MSH || CONFIG_LASH || CONFIG_HUSH || CONFIG_ASH | 186 | depends on CONFIG_MSH || CONFIG_LASH || CONFIG_HUSH || CONFIG_ASH |
187 | help | 187 | help |
188 | Please submit a patch to add help text for this item. | 188 | Have all the busybox commands built into the shell, creating |
189 | a standalone shell. | ||
189 | 190 | ||
190 | config CONFIG_FEATURE_SH_APPLETS_ALWAYS_WIN | 191 | config CONFIG_FEATURE_SH_APPLETS_ALWAYS_WIN |
191 | bool "Standalone shell -- applets always win" | 192 | bool "Standalone shell -- applets always win" |
192 | default n | 193 | default n |
193 | depends on CONFIG_MSH || CONFIG_LASH || CONFIG_HUSH || CONFIG_ASH | 194 | depends on CONFIG_MSH || CONFIG_LASH || CONFIG_HUSH || CONFIG_ASH |
194 | help | 195 | help |
195 | Please submit a patch to add help text for this item. | 196 | Use a command builtin to the shell over one with the same name, |
197 | that may be on the system. | ||
196 | 198 | ||
197 | config CONFIG_FEATURE_SH_FANCY_PROMPT | 199 | config CONFIG_FEATURE_SH_FANCY_PROMPT |
198 | bool "Fancy shell prompts" | 200 | bool "Fancy shell prompts" |