Glenn L McGrath | 3238ea1 | 2003-02-15 10:53:40 +0000 | [diff] [blame] | 1 | # |
| 2 | # For a description of the syntax of this configuration file, |
| 3 | # see scripts/kbuild/config-language.txt. |
| 4 | # |
| 5 | |
| 6 | menu "Coreutils" |
| 7 | |
| 8 | config CONFIG_BASENAME |
| 9 | bool "basename" |
| 10 | default n |
| 11 | help |
Eric Andersen | 4762a48 | 2003-04-04 14:35:36 +0000 | [diff] [blame] | 12 | basename is used to strip the directory and suffix from filenames, |
Eric Andersen | c7bda1c | 2004-03-15 08:29:22 +0000 | [diff] [blame] | 13 | leaving just the filename itself. Enable this option if you wish |
Eric Andersen | 4762a48 | 2003-04-04 14:35:36 +0000 | [diff] [blame] | 14 | to enable the 'basename' utility. |
Glenn L McGrath | 3238ea1 | 2003-02-15 10:53:40 +0000 | [diff] [blame] | 15 | |
| 16 | config CONFIG_CAL |
| 17 | bool "cal" |
| 18 | default n |
| 19 | help |
Eric Andersen | 88c916b | 2003-10-22 09:58:56 +0000 | [diff] [blame] | 20 | cal is used to display a monthly calender. |
Glenn L McGrath | 3238ea1 | 2003-02-15 10:53:40 +0000 | [diff] [blame] | 21 | |
| 22 | config CONFIG_CAT |
| 23 | bool "cat" |
| 24 | default n |
| 25 | help |
Eric Andersen | 982da3e | 2003-04-04 15:20:53 +0000 | [diff] [blame] | 26 | cat is used to concatenate files and print them to the standard |
| 27 | output. Enable this option if you wish to enable the 'cat' utility. |
Glenn L McGrath | 3238ea1 | 2003-02-15 10:53:40 +0000 | [diff] [blame] | 28 | |
| 29 | config CONFIG_CHGRP |
| 30 | bool "chgrp" |
| 31 | default n |
| 32 | help |
Eric Andersen | 88c916b | 2003-10-22 09:58:56 +0000 | [diff] [blame] | 33 | chgrp is used to change the group ownership of files. |
Glenn L McGrath | 3238ea1 | 2003-02-15 10:53:40 +0000 | [diff] [blame] | 34 | |
| 35 | config CONFIG_CHMOD |
| 36 | bool "chmod" |
| 37 | default n |
| 38 | help |
Eric Andersen | e564211 | 2003-07-14 19:37:08 +0000 | [diff] [blame] | 39 | chmod is used to change the access permission of files. |
Glenn L McGrath | 3238ea1 | 2003-02-15 10:53:40 +0000 | [diff] [blame] | 40 | |
| 41 | config CONFIG_CHOWN |
| 42 | bool "chown" |
| 43 | default n |
| 44 | help |
Eric Andersen | 88c916b | 2003-10-22 09:58:56 +0000 | [diff] [blame] | 45 | chown is used to change the user and/or group ownership |
Eric Andersen | e564211 | 2003-07-14 19:37:08 +0000 | [diff] [blame] | 46 | of files. |
Glenn L McGrath | 3238ea1 | 2003-02-15 10:53:40 +0000 | [diff] [blame] | 47 | |
| 48 | config CONFIG_CHROOT |
| 49 | bool "chroot" |
| 50 | default n |
| 51 | help |
Eric Andersen | e564211 | 2003-07-14 19:37:08 +0000 | [diff] [blame] | 52 | chroot is used to change the root directory and run a command. |
| 53 | The default command is `/bin/sh'. |
Glenn L McGrath | 3238ea1 | 2003-02-15 10:53:40 +0000 | [diff] [blame] | 54 | |
| 55 | config CONFIG_CMP |
| 56 | bool "cmp" |
| 57 | default n |
| 58 | help |
Eric Andersen | e564211 | 2003-07-14 19:37:08 +0000 | [diff] [blame] | 59 | cmp is used to compare two files and returns the result |
| 60 | to standard output. |
Glenn L McGrath | 3238ea1 | 2003-02-15 10:53:40 +0000 | [diff] [blame] | 61 | |
Rob Landley | 2acfd7b | 2005-05-11 23:12:49 +0000 | [diff] [blame] | 62 | config CONFIG_COMM |
| 63 | bool "comm" |
| 64 | default n |
| 65 | help |
| 66 | comm is used to compare two files line by line and return |
| 67 | a three-column output. |
| 68 | |
Glenn L McGrath | 3238ea1 | 2003-02-15 10:53:40 +0000 | [diff] [blame] | 69 | config CONFIG_CP |
| 70 | bool "cp" |
| 71 | default n |
| 72 | help |
Eric Andersen | e564211 | 2003-07-14 19:37:08 +0000 | [diff] [blame] | 73 | cp is used to copy files and directories. |
Glenn L McGrath | 3238ea1 | 2003-02-15 10:53:40 +0000 | [diff] [blame] | 74 | |
| 75 | config CONFIG_CUT |
| 76 | bool "cut" |
| 77 | default n |
| 78 | help |
Eric Andersen | e564211 | 2003-07-14 19:37:08 +0000 | [diff] [blame] | 79 | cut is used to print selected parts of lines from |
| 80 | each file to stdout. |
Glenn L McGrath | 3238ea1 | 2003-02-15 10:53:40 +0000 | [diff] [blame] | 81 | |
Bernhard Reutner-Fischer | 96002bb | 2006-01-19 14:42:23 +0000 | [diff] [blame] | 82 | config CONFIG_DATE |
| 83 | bool "date" |
| 84 | default n |
| 85 | help |
| 86 | date is used to set the system date or display the |
| 87 | current time in the given format. |
Glenn L McGrath | 3238ea1 | 2003-02-15 10:53:40 +0000 | [diff] [blame] | 88 | |
| 89 | config CONFIG_FEATURE_DATE_ISOFMT |
| 90 | bool " Enable ISO date format output (-I)" |
| 91 | default y |
| 92 | depends on CONFIG_DATE |
| 93 | help |
Eric Andersen | 65e20a3 | 2003-07-05 07:52:35 +0000 | [diff] [blame] | 94 | Enable option (-I) to output an ISO-8601 compliant |
| 95 | date/time string. |
Glenn L McGrath | 3238ea1 | 2003-02-15 10:53:40 +0000 | [diff] [blame] | 96 | |
| 97 | config CONFIG_DD |
| 98 | bool "dd" |
| 99 | default n |
| 100 | help |
Eric Andersen | e564211 | 2003-07-14 19:37:08 +0000 | [diff] [blame] | 101 | dd copies a file (from standard input to standard output, |
| 102 | by default) using specific input and output blocksizes, |
Eric Andersen | c7bda1c | 2004-03-15 08:29:22 +0000 | [diff] [blame] | 103 | while optionally performing conversions on it. |
Glenn L McGrath | 3238ea1 | 2003-02-15 10:53:40 +0000 | [diff] [blame] | 104 | |
| 105 | config CONFIG_DF |
| 106 | bool "df" |
| 107 | default n |
| 108 | help |
Eric Andersen | e564211 | 2003-07-14 19:37:08 +0000 | [diff] [blame] | 109 | df reports the amount of disk space used and available |
| 110 | on filesystems. |
Glenn L McGrath | 3238ea1 | 2003-02-15 10:53:40 +0000 | [diff] [blame] | 111 | |
| 112 | config CONFIG_DIRNAME |
| 113 | bool "dirname" |
| 114 | default n |
| 115 | help |
Eric Andersen | 88c916b | 2003-10-22 09:58:56 +0000 | [diff] [blame] | 116 | dirname is used to strip a non-directory suffix from |
Eric Andersen | e564211 | 2003-07-14 19:37:08 +0000 | [diff] [blame] | 117 | a file name. |
Glenn L McGrath | 3238ea1 | 2003-02-15 10:53:40 +0000 | [diff] [blame] | 118 | |
| 119 | config CONFIG_DOS2UNIX |
| 120 | bool "dos2unix/unix2dos" |
| 121 | default n |
| 122 | help |
Eric Andersen | 88c916b | 2003-10-22 09:58:56 +0000 | [diff] [blame] | 123 | dos2unix is used to convert a text file from DOS format to |
Eric Andersen | e564211 | 2003-07-14 19:37:08 +0000 | [diff] [blame] | 124 | UNIX format, and vice versa. |
Glenn L McGrath | 3238ea1 | 2003-02-15 10:53:40 +0000 | [diff] [blame] | 125 | |
Eric Andersen | 7c51243 | 2003-06-26 21:53:51 +0000 | [diff] [blame] | 126 | config CONFIG_UNIX2DOS |
| 127 | bool |
| 128 | default y |
| 129 | depends on CONFIG_DOS2UNIX |
| 130 | |
Glenn L McGrath | 3238ea1 | 2003-02-15 10:53:40 +0000 | [diff] [blame] | 131 | config CONFIG_DU |
Manuel Novoa III | cad5364 | 2003-03-19 09:13:01 +0000 | [diff] [blame] | 132 | bool "du (default blocksize of 512 bytes)" |
Glenn L McGrath | 3238ea1 | 2003-02-15 10:53:40 +0000 | [diff] [blame] | 133 | default n |
| 134 | help |
Eric Andersen | e564211 | 2003-07-14 19:37:08 +0000 | [diff] [blame] | 135 | du is used to report the amount of disk space used |
| 136 | for specified files. |
Glenn L McGrath | 3238ea1 | 2003-02-15 10:53:40 +0000 | [diff] [blame] | 137 | |
Manuel Novoa III | cad5364 | 2003-03-19 09:13:01 +0000 | [diff] [blame] | 138 | config CONFIG_FEATURE_DU_DEFALT_BLOCKSIZE_1K |
| 139 | bool " Use a default blocksize of 1024 bytes (1K)" |
| 140 | default y |
| 141 | depends on CONFIG_DU |
| 142 | help |
Eric Andersen | e564211 | 2003-07-14 19:37:08 +0000 | [diff] [blame] | 143 | Use a blocksize of (1K) instead of the default 512b. |
Manuel Novoa III | cad5364 | 2003-03-19 09:13:01 +0000 | [diff] [blame] | 144 | |
Glenn L McGrath | 3238ea1 | 2003-02-15 10:53:40 +0000 | [diff] [blame] | 145 | config CONFIG_ECHO |
Mike Frysinger | 7f8797c | 2005-09-24 23:15:28 +0000 | [diff] [blame] | 146 | bool "echo (basic SuSv3 version taking no options)" |
Glenn L McGrath | 3238ea1 | 2003-02-15 10:53:40 +0000 | [diff] [blame] | 147 | default n |
| 148 | help |
Eric Andersen | e564211 | 2003-07-14 19:37:08 +0000 | [diff] [blame] | 149 | echo is used to print a specified string to stdout. |
Glenn L McGrath | 3238ea1 | 2003-02-15 10:53:40 +0000 | [diff] [blame] | 150 | |
Paul Fox | 0b62158 | 2005-08-09 19:38:05 +0000 | [diff] [blame] | 151 | # this entry also appears in shell/Config.in, next to the echo builtin |
Manuel Novoa III | cad5364 | 2003-03-19 09:13:01 +0000 | [diff] [blame] | 152 | config CONFIG_FEATURE_FANCY_ECHO |
| 153 | bool " Enable echo options (-n and -e)" |
| 154 | default y |
| 155 | depends on CONFIG_ECHO |
| 156 | help |
Eric Andersen | c7bda1c | 2004-03-15 08:29:22 +0000 | [diff] [blame] | 157 | This adds options (-n and -e) to echo. |
Manuel Novoa III | cad5364 | 2003-03-19 09:13:01 +0000 | [diff] [blame] | 158 | |
Glenn L McGrath | 3238ea1 | 2003-02-15 10:53:40 +0000 | [diff] [blame] | 159 | config CONFIG_ENV |
| 160 | bool "env" |
| 161 | default n |
| 162 | help |
Eric Andersen | e564211 | 2003-07-14 19:37:08 +0000 | [diff] [blame] | 163 | env is used to set an environment variable and run |
Eric Andersen | 88c916b | 2003-10-22 09:58:56 +0000 | [diff] [blame] | 164 | a command; without options it displays the current |
Eric Andersen | e564211 | 2003-07-14 19:37:08 +0000 | [diff] [blame] | 165 | environment. |
Glenn L McGrath | 3238ea1 | 2003-02-15 10:53:40 +0000 | [diff] [blame] | 166 | |
| 167 | config CONFIG_EXPR |
| 168 | bool "expr" |
| 169 | default n |
| 170 | help |
Eric Andersen | e564211 | 2003-07-14 19:37:08 +0000 | [diff] [blame] | 171 | expr is used to calculate numbers and print the result |
| 172 | to standard output. |
Glenn L McGrath | 3238ea1 | 2003-02-15 10:53:40 +0000 | [diff] [blame] | 173 | |
"Vladimir N. Oleynik" | 8aa9e57 | 2006-01-25 13:56:03 +0000 | [diff] [blame] | 174 | config CONFIG_EXPR_MATH_SUPPORT_64 |
| 175 | bool " Extend Posix numbers support to 64 bit" |
| 176 | default n |
| 177 | depends on CONFIG_EXPR |
| 178 | help |
| 179 | Enable 64-bit math support in the expr applet. This will make |
| 180 | the applet slightly larger, but will allow computation with very |
| 181 | large numbers. |
| 182 | |
Bernhard Reutner-Fischer | 96002bb | 2006-01-19 14:42:23 +0000 | [diff] [blame] | 183 | config CONFIG_FALSE |
| 184 | bool "false" |
| 185 | default n |
| 186 | help |
| 187 | false returns an exit code of FALSE (1). |
Glenn L McGrath | 3238ea1 | 2003-02-15 10:53:40 +0000 | [diff] [blame] | 188 | |
Glenn L McGrath | f01b805 | 2003-04-27 06:02:14 +0000 | [diff] [blame] | 189 | config CONFIG_FOLD |
| 190 | bool "fold" |
| 191 | default n |
| 192 | help |
Eric Andersen | e564211 | 2003-07-14 19:37:08 +0000 | [diff] [blame] | 193 | Wrap text to fit a specific width. |
Glenn L McGrath | f01b805 | 2003-04-27 06:02:14 +0000 | [diff] [blame] | 194 | |
Glenn L McGrath | 3238ea1 | 2003-02-15 10:53:40 +0000 | [diff] [blame] | 195 | config CONFIG_HEAD |
| 196 | bool "head" |
| 197 | default n |
| 198 | help |
Eric Andersen | e564211 | 2003-07-14 19:37:08 +0000 | [diff] [blame] | 199 | head is used to print the first specified number of lines |
| 200 | from files. |
Glenn L McGrath | 3238ea1 | 2003-02-15 10:53:40 +0000 | [diff] [blame] | 201 | |
Manuel Novoa III | cad5364 | 2003-03-19 09:13:01 +0000 | [diff] [blame] | 202 | config CONFIG_FEATURE_FANCY_HEAD |
| 203 | bool " Enable head options (-c, -q, and -v)" |
| 204 | default n |
| 205 | depends on CONFIG_HEAD |
| 206 | help |
Eric Andersen | e564211 | 2003-07-14 19:37:08 +0000 | [diff] [blame] | 207 | This enables the head options (-c, -q, and -v). |
Manuel Novoa III | cad5364 | 2003-03-19 09:13:01 +0000 | [diff] [blame] | 208 | |
Glenn L McGrath | 3238ea1 | 2003-02-15 10:53:40 +0000 | [diff] [blame] | 209 | config CONFIG_HOSTID |
| 210 | bool "hostid" |
| 211 | default n |
| 212 | help |
Eric Andersen | e564211 | 2003-07-14 19:37:08 +0000 | [diff] [blame] | 213 | hostid prints the numeric identifier (in hexadecimal) for |
| 214 | the current host. |
Glenn L McGrath | 3238ea1 | 2003-02-15 10:53:40 +0000 | [diff] [blame] | 215 | |
| 216 | config CONFIG_ID |
| 217 | bool "id" |
| 218 | default n |
| 219 | help |
Eric Andersen | e564211 | 2003-07-14 19:37:08 +0000 | [diff] [blame] | 220 | id displays the current user and group ID names. |
Glenn L McGrath | 3238ea1 | 2003-02-15 10:53:40 +0000 | [diff] [blame] | 221 | |
Glenn L McGrath | eebcc1d | 2003-09-24 03:22:57 +0000 | [diff] [blame] | 222 | config CONFIG_INSTALL |
| 223 | bool "install" |
| 224 | default n |
| 225 | help |
| 226 | Copy files and set attributes. |
| 227 | |
Glenn L McGrath | 3238ea1 | 2003-02-15 10:53:40 +0000 | [diff] [blame] | 228 | config CONFIG_LENGTH |
| 229 | bool "length" |
| 230 | default n |
| 231 | help |
Eric Andersen | e564211 | 2003-07-14 19:37:08 +0000 | [diff] [blame] | 232 | length is used to print out the length of a specified string. |
Glenn L McGrath | 3238ea1 | 2003-02-15 10:53:40 +0000 | [diff] [blame] | 233 | |
| 234 | config CONFIG_LN |
| 235 | bool "ln" |
| 236 | default n |
| 237 | help |
Eric Andersen | e564211 | 2003-07-14 19:37:08 +0000 | [diff] [blame] | 238 | ln is used to create hard or soft links between files. |
Glenn L McGrath | 3238ea1 | 2003-02-15 10:53:40 +0000 | [diff] [blame] | 239 | |
| 240 | config CONFIG_LOGNAME |
| 241 | bool "logname" |
| 242 | default n |
| 243 | help |
Eric Andersen | e564211 | 2003-07-14 19:37:08 +0000 | [diff] [blame] | 244 | logname is used to print the current user's login name. |
Glenn L McGrath | 3238ea1 | 2003-02-15 10:53:40 +0000 | [diff] [blame] | 245 | |
| 246 | config CONFIG_LS |
| 247 | bool "ls" |
| 248 | default n |
| 249 | help |
Eric Andersen | e564211 | 2003-07-14 19:37:08 +0000 | [diff] [blame] | 250 | ls is used to list the contents of directories. |
Glenn L McGrath | 3238ea1 | 2003-02-15 10:53:40 +0000 | [diff] [blame] | 251 | |
| 252 | config CONFIG_FEATURE_LS_FILETYPES |
| 253 | bool " Enable filetyping options (-p and -F)" |
| 254 | default y |
| 255 | depends on CONFIG_LS |
| 256 | help |
Eric Andersen | e564211 | 2003-07-14 19:37:08 +0000 | [diff] [blame] | 257 | Enable the ls options (-p and -F). |
Glenn L McGrath | 3238ea1 | 2003-02-15 10:53:40 +0000 | [diff] [blame] | 258 | |
| 259 | config CONFIG_FEATURE_LS_FOLLOWLINKS |
| 260 | bool " Enable symlinks dereferencing (-L)" |
| 261 | default y |
| 262 | depends on CONFIG_LS |
| 263 | help |
Eric Andersen | e564211 | 2003-07-14 19:37:08 +0000 | [diff] [blame] | 264 | Enable the ls option (-L). |
Glenn L McGrath | 3238ea1 | 2003-02-15 10:53:40 +0000 | [diff] [blame] | 265 | |
| 266 | config CONFIG_FEATURE_LS_RECURSIVE |
| 267 | bool " Enable recursion (-R)" |
| 268 | default y |
| 269 | depends on CONFIG_LS |
| 270 | help |
Eric Andersen | e564211 | 2003-07-14 19:37:08 +0000 | [diff] [blame] | 271 | Enable the ls option (-R). |
Glenn L McGrath | 3238ea1 | 2003-02-15 10:53:40 +0000 | [diff] [blame] | 272 | |
| 273 | config CONFIG_FEATURE_LS_SORTFILES |
| 274 | bool " Sort the file names" |
| 275 | default y |
| 276 | depends on CONFIG_LS |
| 277 | help |
Eric Andersen | e564211 | 2003-07-14 19:37:08 +0000 | [diff] [blame] | 278 | Allow ls to sort file names alphabetically. |
Glenn L McGrath | 3238ea1 | 2003-02-15 10:53:40 +0000 | [diff] [blame] | 279 | |
| 280 | config CONFIG_FEATURE_LS_TIMESTAMPS |
| 281 | bool " Show file timestamps" |
| 282 | default y |
| 283 | depends on CONFIG_LS |
| 284 | help |
Eric Andersen | e564211 | 2003-07-14 19:37:08 +0000 | [diff] [blame] | 285 | Allow ls to display timestamps for files. |
Glenn L McGrath | 3238ea1 | 2003-02-15 10:53:40 +0000 | [diff] [blame] | 286 | |
| 287 | config CONFIG_FEATURE_LS_USERNAME |
| 288 | bool " Show username/groupnames" |
| 289 | default y |
| 290 | depends on CONFIG_LS |
| 291 | help |
Eric Andersen | e564211 | 2003-07-14 19:37:08 +0000 | [diff] [blame] | 292 | Allow ls to display username/groupname for files. |
Glenn L McGrath | 3238ea1 | 2003-02-15 10:53:40 +0000 | [diff] [blame] | 293 | |
| 294 | config CONFIG_FEATURE_LS_COLOR |
Paul Fox | 156dc41 | 2005-08-01 19:33:30 +0000 | [diff] [blame] | 295 | bool " Allow use of color to identify file types" |
Glenn L McGrath | 3238ea1 | 2003-02-15 10:53:40 +0000 | [diff] [blame] | 296 | default y |
| 297 | depends on CONFIG_LS |
| 298 | help |
Paul Fox | 156dc41 | 2005-08-01 19:33:30 +0000 | [diff] [blame] | 299 | This enables the --color option to ls. |
| 300 | |
Bernhard Reutner-Fischer | 96002bb | 2006-01-19 14:42:23 +0000 | [diff] [blame] | 301 | config CONFIG_FEATURE_LS_COLOR_IS_DEFAULT |
| 302 | bool " Produce colored ls output by default" |
| 303 | default n |
| 304 | depends on CONFIG_FEATURE_LS_COLOR |
| 305 | help |
| 306 | Saying yes here will turn coloring on by default, |
| 307 | even if no "--color" option is given to the ls command. |
| 308 | This is not recommended, since the colors are not |
| 309 | configurable, and the output may not be legible on |
| 310 | many output screens. |
Glenn L McGrath | 3238ea1 | 2003-02-15 10:53:40 +0000 | [diff] [blame] | 311 | |
| 312 | config CONFIG_MD5SUM |
| 313 | bool "md5sum" |
| 314 | default n |
| 315 | help |
Eric Andersen | e564211 | 2003-07-14 19:37:08 +0000 | [diff] [blame] | 316 | md5sum is used to print or check MD5 checksums. |
Glenn L McGrath | 3238ea1 | 2003-02-15 10:53:40 +0000 | [diff] [blame] | 317 | |
| 318 | config CONFIG_MKDIR |
| 319 | bool "mkdir" |
| 320 | default n |
| 321 | help |
Eric Andersen | e564211 | 2003-07-14 19:37:08 +0000 | [diff] [blame] | 322 | mkdir is used to create directories with the specified names. |
Glenn L McGrath | 3238ea1 | 2003-02-15 10:53:40 +0000 | [diff] [blame] | 323 | |
| 324 | config CONFIG_MKFIFO |
| 325 | bool "mkfifo" |
| 326 | default n |
| 327 | help |
Eric Andersen | e564211 | 2003-07-14 19:37:08 +0000 | [diff] [blame] | 328 | mkfifo is used to create FIFOs (named pipes). |
| 329 | The `mknod' program can also create FIFOs. |
Glenn L McGrath | 3238ea1 | 2003-02-15 10:53:40 +0000 | [diff] [blame] | 330 | |
| 331 | config CONFIG_MKNOD |
| 332 | bool "mknod" |
| 333 | default n |
| 334 | help |
Eric Andersen | e564211 | 2003-07-14 19:37:08 +0000 | [diff] [blame] | 335 | mknod is used to create FIFOs or block/character special |
| 336 | files with the specified names. |
Glenn L McGrath | 3238ea1 | 2003-02-15 10:53:40 +0000 | [diff] [blame] | 337 | |
| 338 | config CONFIG_MV |
| 339 | bool "mv" |
| 340 | default n |
| 341 | help |
Eric Andersen | e564211 | 2003-07-14 19:37:08 +0000 | [diff] [blame] | 342 | mv is used to move or rename files or directories. |
Glenn L McGrath | 3238ea1 | 2003-02-15 10:53:40 +0000 | [diff] [blame] | 343 | |
Manuel Novoa III | 2c51160 | 2005-02-13 20:14:05 +0000 | [diff] [blame] | 344 | config CONFIG_NICE |
| 345 | bool "nice" |
| 346 | default n |
| 347 | help |
| 348 | nice runs a program with modified scheduling priority. |
| 349 | |
Bernhard Reutner-Fischer | 9d7010c | 2005-09-21 18:25:05 +0000 | [diff] [blame] | 350 | config CONFIG_NOHUP |
| 351 | bool "nohup" |
| 352 | default n |
| 353 | help |
| 354 | run a command immune to hangups, with output to a non-tty. |
| 355 | |
Glenn L McGrath | 3238ea1 | 2003-02-15 10:53:40 +0000 | [diff] [blame] | 356 | config CONFIG_OD |
| 357 | bool "od" |
| 358 | default n |
| 359 | help |
Eric Andersen | e564211 | 2003-07-14 19:37:08 +0000 | [diff] [blame] | 360 | od is used to dump binary files in octal and other formats. |
Glenn L McGrath | 3238ea1 | 2003-02-15 10:53:40 +0000 | [diff] [blame] | 361 | |
Mike Frysinger | 7f8797c | 2005-09-24 23:15:28 +0000 | [diff] [blame] | 362 | config CONFIG_PRINTENV |
| 363 | bool "printenv" |
| 364 | default n |
| 365 | help |
| 366 | printenv is used to print all or part of environment. |
| 367 | |
Glenn L McGrath | 3238ea1 | 2003-02-15 10:53:40 +0000 | [diff] [blame] | 368 | config CONFIG_PRINTF |
| 369 | bool "printf" |
| 370 | default n |
| 371 | help |
Eric Andersen | e564211 | 2003-07-14 19:37:08 +0000 | [diff] [blame] | 372 | printf is used to format and print specified strings. |
| 373 | It's similar to `echo' except it has more options. |
Glenn L McGrath | 3238ea1 | 2003-02-15 10:53:40 +0000 | [diff] [blame] | 374 | |
| 375 | config CONFIG_PWD |
| 376 | bool "pwd" |
| 377 | default n |
| 378 | help |
Eric Andersen | e564211 | 2003-07-14 19:37:08 +0000 | [diff] [blame] | 379 | pwd is used to print the current directory. |
Glenn L McGrath | 3238ea1 | 2003-02-15 10:53:40 +0000 | [diff] [blame] | 380 | |
| 381 | config CONFIG_REALPATH |
| 382 | bool "realpath" |
| 383 | default n |
| 384 | help |
| 385 | Return the canonicalized absolute pathname. |
Eric Andersen | 88c916b | 2003-10-22 09:58:56 +0000 | [diff] [blame] | 386 | This isn't provided by GNU shellutils, but where else does it belong. |
Glenn L McGrath | 3238ea1 | 2003-02-15 10:53:40 +0000 | [diff] [blame] | 387 | |
| 388 | config CONFIG_RM |
| 389 | bool "rm" |
| 390 | default n |
| 391 | help |
Eric Andersen | e564211 | 2003-07-14 19:37:08 +0000 | [diff] [blame] | 392 | rm is used to remove files or directories. |
Glenn L McGrath | 3238ea1 | 2003-02-15 10:53:40 +0000 | [diff] [blame] | 393 | |
| 394 | config CONFIG_RMDIR |
| 395 | bool "rmdir" |
| 396 | default n |
| 397 | help |
Eric Andersen | e564211 | 2003-07-14 19:37:08 +0000 | [diff] [blame] | 398 | rmdir is used to remove empty directories. |
Glenn L McGrath | 3238ea1 | 2003-02-15 10:53:40 +0000 | [diff] [blame] | 399 | |
Glenn L McGrath | 82364bb | 2004-01-27 09:22:20 +0000 | [diff] [blame] | 400 | config CONFIG_SEQ |
| 401 | bool "seq" |
| 402 | default n |
| 403 | help |
| 404 | print a sequence of numbers |
| 405 | |
Glenn L McGrath | ae0f1e7 | 2003-02-17 08:23:22 +0000 | [diff] [blame] | 406 | config CONFIG_SHA1SUM |
| 407 | bool "sha1sum" |
| 408 | default n |
| 409 | help |
| 410 | Compute and check SHA1 message digest |
| 411 | |
Glenn L McGrath | 3238ea1 | 2003-02-15 10:53:40 +0000 | [diff] [blame] | 412 | config CONFIG_SLEEP |
Manuel Novoa III | cad5364 | 2003-03-19 09:13:01 +0000 | [diff] [blame] | 413 | bool "sleep (single integer arg with no suffix)" |
Glenn L McGrath | 3238ea1 | 2003-02-15 10:53:40 +0000 | [diff] [blame] | 414 | default n |
| 415 | help |
Eric Andersen | e564211 | 2003-07-14 19:37:08 +0000 | [diff] [blame] | 416 | sleep is used to pause for a specified number of seconds, |
Glenn L McGrath | 3238ea1 | 2003-02-15 10:53:40 +0000 | [diff] [blame] | 417 | |
Manuel Novoa III | cad5364 | 2003-03-19 09:13:01 +0000 | [diff] [blame] | 418 | config CONFIG_FEATURE_FANCY_SLEEP |
| 419 | bool " Enable multiple integer args and optional time suffixes" |
| 420 | default n |
| 421 | depends on CONFIG_SLEEP |
| 422 | help |
Eric Andersen | e564211 | 2003-07-14 19:37:08 +0000 | [diff] [blame] | 423 | Allow sleep to pause for specified minutes, hours, and days. |
Manuel Novoa III | cad5364 | 2003-03-19 09:13:01 +0000 | [diff] [blame] | 424 | |
Glenn L McGrath | 3238ea1 | 2003-02-15 10:53:40 +0000 | [diff] [blame] | 425 | config CONFIG_SORT |
| 426 | bool "sort" |
| 427 | default n |
| 428 | help |
Eric Andersen | e564211 | 2003-07-14 19:37:08 +0000 | [diff] [blame] | 429 | sort is used to sort lines of text in specified files. |
Glenn L McGrath | 3238ea1 | 2003-02-15 10:53:40 +0000 | [diff] [blame] | 430 | |
Rob Landley | 45ad0e8 | 2005-10-08 17:48:25 +0000 | [diff] [blame] | 431 | config CONFIG_FEATURE_SORT_BIG |
Rob Landley | c0dedd0 | 2005-01-24 07:00:02 +0000 | [diff] [blame] | 432 | bool " full SuSv3 compliant sort (Support -ktcsbdfiozgM)" |
| 433 | default y |
| 434 | depends on CONFIG_SORT |
| 435 | help |
| 436 | Without this, sort only supports -r, -u, and an integer version |
| 437 | of -n. Selecting this adds sort keys, floating point support, and |
| 438 | more. This adds a little over 3k to a nonstatic build on x86. |
| 439 | |
| 440 | The SuSv3 sort standard is available at: |
| 441 | http://www.opengroup.org/onlinepubs/007904975/utilities/sort.html |
| 442 | |
Mike Frysinger | 9b5f71e | 2005-04-23 06:26:38 +0000 | [diff] [blame] | 443 | config CONFIG_STAT |
| 444 | bool "stat" |
| 445 | default n |
| 446 | help |
| 447 | display file or filesystem status. |
| 448 | |
| 449 | config CONFIG_FEATURE_STAT_FORMAT |
| 450 | bool " Enable custom formats (-c)" |
| 451 | default n |
| 452 | depends on CONFIG_STAT |
| 453 | help |
Tim Riker | c1ef7bd | 2006-01-25 00:08:53 +0000 | [diff] [blame] | 454 | Without this, stat will not support the '-c format' option where |
| 455 | users can pass a custom format string for output. This adds about |
Mike Frysinger | 9b5f71e | 2005-04-23 06:26:38 +0000 | [diff] [blame] | 456 | 7k to a nonstatic build on amd64. |
| 457 | |
Glenn L McGrath | 3238ea1 | 2003-02-15 10:53:40 +0000 | [diff] [blame] | 458 | config CONFIG_STTY |
| 459 | bool "stty" |
| 460 | default n |
| 461 | help |
Eric Andersen | e564211 | 2003-07-14 19:37:08 +0000 | [diff] [blame] | 462 | stty is used to change and print terminal line settings. |
Glenn L McGrath | 3238ea1 | 2003-02-15 10:53:40 +0000 | [diff] [blame] | 463 | |
Mike Frysinger | 4a21170 | 2005-04-21 23:24:46 +0000 | [diff] [blame] | 464 | config CONFIG_SUM |
| 465 | bool "sum" |
| 466 | default n |
| 467 | help |
| 468 | checksum and count the blocks in a file |
| 469 | |
Glenn L McGrath | 3238ea1 | 2003-02-15 10:53:40 +0000 | [diff] [blame] | 470 | config CONFIG_SYNC |
| 471 | bool "sync" |
| 472 | default n |
| 473 | help |
Eric Andersen | e564211 | 2003-07-14 19:37:08 +0000 | [diff] [blame] | 474 | sync is used to flush filesystem buffers. |
Glenn L McGrath | 3238ea1 | 2003-02-15 10:53:40 +0000 | [diff] [blame] | 475 | |
| 476 | config CONFIG_TAIL |
| 477 | bool "tail" |
| 478 | default n |
| 479 | help |
Eric Andersen | e564211 | 2003-07-14 19:37:08 +0000 | [diff] [blame] | 480 | tail is used to print the last specified number of lines |
| 481 | from files. |
Glenn L McGrath | 3238ea1 | 2003-02-15 10:53:40 +0000 | [diff] [blame] | 482 | |
| 483 | config CONFIG_FEATURE_FANCY_TAIL |
Glenn L McGrath | 4ef5a84 | 2003-10-31 00:35:59 +0000 | [diff] [blame] | 484 | bool " Enable extra tail options (-q, -s, and -v)" |
Glenn L McGrath | 3238ea1 | 2003-02-15 10:53:40 +0000 | [diff] [blame] | 485 | default y |
| 486 | depends on CONFIG_TAIL |
| 487 | help |
Glenn L McGrath | 4ef5a84 | 2003-10-31 00:35:59 +0000 | [diff] [blame] | 488 | The options (-q, -s, and -v) are provided by GNU tail, but |
| 489 | are not specific in the SUSv3 standard. |
Glenn L McGrath | 3238ea1 | 2003-02-15 10:53:40 +0000 | [diff] [blame] | 490 | |
| 491 | config CONFIG_TEE |
| 492 | bool "tee" |
| 493 | default n |
| 494 | help |
Eric Andersen | e564211 | 2003-07-14 19:37:08 +0000 | [diff] [blame] | 495 | tee is used to read from standard input and write |
| 496 | to standard output and files. |
Glenn L McGrath | 3238ea1 | 2003-02-15 10:53:40 +0000 | [diff] [blame] | 497 | |
Manuel Novoa III | cad5364 | 2003-03-19 09:13:01 +0000 | [diff] [blame] | 498 | config CONFIG_FEATURE_TEE_USE_BLOCK_IO |
| 499 | bool " Enable block i/o (larger/faster) instead of byte i/o." |
| 500 | default n |
| 501 | depends on CONFIG_TEE |
| 502 | help |
Eric Andersen | e564211 | 2003-07-14 19:37:08 +0000 | [diff] [blame] | 503 | Enable this option for a faster tee, at expense of size. |
Manuel Novoa III | cad5364 | 2003-03-19 09:13:01 +0000 | [diff] [blame] | 504 | |
Bernhard Reutner-Fischer | 96002bb | 2006-01-19 14:42:23 +0000 | [diff] [blame] | 505 | config CONFIG_TEST |
| 506 | bool "test" |
| 507 | default n |
| 508 | help |
| 509 | test is used to check file types and compare values, |
| 510 | returning an appropriate exit code. The shells (ash |
| 511 | and bash) have test builtin. |
Glenn L McGrath | 3238ea1 | 2003-02-15 10:53:40 +0000 | [diff] [blame] | 512 | |
Glenn L McGrath | 73db8be | 2004-08-11 02:45:47 +0000 | [diff] [blame] | 513 | config CONFIG_FEATURE_TEST_64 |
| 514 | bool " Extend test to 64 bit" |
| 515 | default n |
| 516 | depends on CONFIG_TEST |
| 517 | help |
| 518 | Enable 64-bit support in test. |
| 519 | |
Glenn L McGrath | 3238ea1 | 2003-02-15 10:53:40 +0000 | [diff] [blame] | 520 | config CONFIG_TOUCH |
| 521 | bool "touch" |
| 522 | default n |
| 523 | help |
Eric Andersen | e564211 | 2003-07-14 19:37:08 +0000 | [diff] [blame] | 524 | touch is used to create or change the access and/or |
| 525 | modification timestamp of specified files. |
Glenn L McGrath | 3238ea1 | 2003-02-15 10:53:40 +0000 | [diff] [blame] | 526 | |
| 527 | config CONFIG_TR |
| 528 | bool "tr" |
| 529 | default n |
| 530 | help |
Eric Andersen | e564211 | 2003-07-14 19:37:08 +0000 | [diff] [blame] | 531 | tr is used to squeeze, and/or delete characters from standard |
| 532 | input, writing to standard output. |
Glenn L McGrath | 3238ea1 | 2003-02-15 10:53:40 +0000 | [diff] [blame] | 533 | |
Rob Landley | 45ad0e8 | 2005-10-08 17:48:25 +0000 | [diff] [blame] | 534 | config CONFIG_FEATURE_TR_CLASSES |
| 535 | bool " Enable character classes (such as [:upper:])" |
| 536 | default n |
| 537 | depends on CONFIG_TR |
| 538 | help |
| 539 | Enable character classes, enabling commands such as: |
| 540 | tr [:upper:] [:lower:] to convert input into lowercase. |
| 541 | |
| 542 | config CONFIG_FEATURE_TR_EQUIV |
| 543 | bool " Enable equivalence classes" |
| 544 | default n |
| 545 | depends on CONFIG_TR |
| 546 | help |
| 547 | Enable equivalence classes, which essentially add the enclosed |
| 548 | character to the current set. For instance, tr [=a=] xyz would |
| 549 | replace all instances of 'a' with 'xyz'. This option is mainly |
| 550 | useful for cases when no other way of expressing a character |
| 551 | is possible. |
| 552 | |
Bernhard Reutner-Fischer | 96002bb | 2006-01-19 14:42:23 +0000 | [diff] [blame] | 553 | config CONFIG_TRUE |
| 554 | bool "true" |
| 555 | default n |
| 556 | help |
| 557 | true returns an exit code of TRUE (0). |
Glenn L McGrath | 3238ea1 | 2003-02-15 10:53:40 +0000 | [diff] [blame] | 558 | |
| 559 | config CONFIG_TTY |
| 560 | bool "tty" |
| 561 | default n |
| 562 | help |
Eric Andersen | e564211 | 2003-07-14 19:37:08 +0000 | [diff] [blame] | 563 | tty is used to print the name of the current terminal to |
| 564 | standard output. |
Glenn L McGrath | 3238ea1 | 2003-02-15 10:53:40 +0000 | [diff] [blame] | 565 | |
| 566 | config CONFIG_UNAME |
| 567 | bool "uname" |
| 568 | default n |
| 569 | help |
Eric Andersen | e564211 | 2003-07-14 19:37:08 +0000 | [diff] [blame] | 570 | uname is used to print system information. |
Glenn L McGrath | 3238ea1 | 2003-02-15 10:53:40 +0000 | [diff] [blame] | 571 | |
| 572 | config CONFIG_UNIQ |
| 573 | bool "uniq" |
| 574 | default n |
| 575 | help |
Eric Andersen | e564211 | 2003-07-14 19:37:08 +0000 | [diff] [blame] | 576 | uniq is used to remove duplicate lines from a sorted file. |
Glenn L McGrath | 3238ea1 | 2003-02-15 10:53:40 +0000 | [diff] [blame] | 577 | |
| 578 | config CONFIG_USLEEP |
| 579 | bool "usleep" |
| 580 | default n |
| 581 | help |
Eric Andersen | e564211 | 2003-07-14 19:37:08 +0000 | [diff] [blame] | 582 | usleep is used to pause for a specified number of microseconds. |
Glenn L McGrath | 3238ea1 | 2003-02-15 10:53:40 +0000 | [diff] [blame] | 583 | |
| 584 | config CONFIG_UUDECODE |
| 585 | bool "uudecode" |
| 586 | default n |
| 587 | help |
Eric Andersen | e564211 | 2003-07-14 19:37:08 +0000 | [diff] [blame] | 588 | uudecode is used to decode a uuencoded file. |
Glenn L McGrath | 3238ea1 | 2003-02-15 10:53:40 +0000 | [diff] [blame] | 589 | |
| 590 | config CONFIG_UUENCODE |
| 591 | bool "uuencode" |
| 592 | default n |
| 593 | help |
Eric Andersen | e564211 | 2003-07-14 19:37:08 +0000 | [diff] [blame] | 594 | uuencode is used to uuencode a file. |
Glenn L McGrath | 3238ea1 | 2003-02-15 10:53:40 +0000 | [diff] [blame] | 595 | |
| 596 | config CONFIG_WATCH |
| 597 | bool "watch" |
| 598 | default n |
Bernhard Reutner-Fischer | 96002bb | 2006-01-19 14:42:23 +0000 | [diff] [blame] | 599 | select CONFIG_DATE |
Glenn L McGrath | 3238ea1 | 2003-02-15 10:53:40 +0000 | [diff] [blame] | 600 | help |
Eric Andersen | e564211 | 2003-07-14 19:37:08 +0000 | [diff] [blame] | 601 | watch is used to execute a program periodically, showing |
| 602 | output to the screen. |
Glenn L McGrath | 3238ea1 | 2003-02-15 10:53:40 +0000 | [diff] [blame] | 603 | |
| 604 | config CONFIG_WC |
| 605 | bool "wc" |
| 606 | default n |
| 607 | help |
Eric Andersen | e564211 | 2003-07-14 19:37:08 +0000 | [diff] [blame] | 608 | wc is used to print the number of bytes, words, and lines, |
| 609 | in specified files. |
Glenn L McGrath | 3238ea1 | 2003-02-15 10:53:40 +0000 | [diff] [blame] | 610 | |
| 611 | config CONFIG_WHO |
| 612 | bool "who" |
| 613 | default n |
Mike Frysinger | 8deb686 | 2005-07-01 01:04:32 +0000 | [diff] [blame] | 614 | select CONFIG_FEATURE_UTMP |
Glenn L McGrath | 3238ea1 | 2003-02-15 10:53:40 +0000 | [diff] [blame] | 615 | help |
Eric Andersen | e564211 | 2003-07-14 19:37:08 +0000 | [diff] [blame] | 616 | who is used to show who is logged on. |
Glenn L McGrath | 3238ea1 | 2003-02-15 10:53:40 +0000 | [diff] [blame] | 617 | |
| 618 | config CONFIG_WHOAMI |
| 619 | bool "whoami" |
| 620 | default n |
| 621 | help |
Eric Andersen | e564211 | 2003-07-14 19:37:08 +0000 | [diff] [blame] | 622 | whoami is used to print the username of the current |
| 623 | user id (same as id -un). |
Glenn L McGrath | 3238ea1 | 2003-02-15 10:53:40 +0000 | [diff] [blame] | 624 | |
| 625 | config CONFIG_YES |
| 626 | bool "yes" |
| 627 | default n |
| 628 | help |
Eric Andersen | e564211 | 2003-07-14 19:37:08 +0000 | [diff] [blame] | 629 | yes is used to repeatedly output a specific string, or |
| 630 | the default string `y'. |
Glenn L McGrath | 3238ea1 | 2003-02-15 10:53:40 +0000 | [diff] [blame] | 631 | |
| 632 | comment "Common options for cp and mv" |
Bernhard Reutner-Fischer | 96002bb | 2006-01-19 14:42:23 +0000 | [diff] [blame] | 633 | depends on CONFIG_CP || CONFIG_MV |
Glenn L McGrath | 3238ea1 | 2003-02-15 10:53:40 +0000 | [diff] [blame] | 634 | |
| 635 | config CONFIG_FEATURE_PRESERVE_HARDLINKS |
| 636 | bool " Preserve hard links" |
| 637 | default n |
| 638 | depends on CONFIG_CP || CONFIG_MV |
| 639 | help |
Eric Andersen | e564211 | 2003-07-14 19:37:08 +0000 | [diff] [blame] | 640 | Allow cp and mv to preserve hard links. |
Glenn L McGrath | 3238ea1 | 2003-02-15 10:53:40 +0000 | [diff] [blame] | 641 | |
Rob Landley | 30a6bba | 2006-02-06 02:49:45 +0000 | [diff] [blame] | 642 | comment "Common options for ls, more and telnet" |
| 643 | depends on CONFIG_LS || CONFIG_MORE || CONFIG_TELNET |
Glenn L McGrath | 3238ea1 | 2003-02-15 10:53:40 +0000 | [diff] [blame] | 644 | |
| 645 | config CONFIG_FEATURE_AUTOWIDTH |
| 646 | bool " Calculate terminal & column widths" |
Eric Andersen | 727f529 | 2003-07-26 09:33:16 +0000 | [diff] [blame] | 647 | default y |
Rob Landley | 30a6bba | 2006-02-06 02:49:45 +0000 | [diff] [blame] | 648 | depends on CONFIG_LS || CONFIG_MORE || CONFIG_TELNET |
Glenn L McGrath | 3238ea1 | 2003-02-15 10:53:40 +0000 | [diff] [blame] | 649 | help |
Rob Landley | 30a6bba | 2006-02-06 02:49:45 +0000 | [diff] [blame] | 650 | This option allows utilities such as 'ls', 'more' and 'telnet' |
| 651 | to determine the width of the screen, which can allow them to |
| 652 | display additional text or avoid wrapping text onto the next line. |
| 653 | If you leave this disabled, your utilities will be especially |
| 654 | primitive and will be unable to determine the current screen width. |
Glenn L McGrath | 3238ea1 | 2003-02-15 10:53:40 +0000 | [diff] [blame] | 655 | |
| 656 | comment "Common options for df, du, ls" |
Bernhard Reutner-Fischer | 96002bb | 2006-01-19 14:42:23 +0000 | [diff] [blame] | 657 | depends on CONFIG_DF || CONFIG_DU || CONFIG_LS |
Glenn L McGrath | 3238ea1 | 2003-02-15 10:53:40 +0000 | [diff] [blame] | 658 | |
| 659 | config CONFIG_FEATURE_HUMAN_READABLE |
| 660 | bool " Support for human readable output (example 13k, 23M, 235G)" |
| 661 | default n |
| 662 | depends on CONFIG_DF || CONFIG_DU || CONFIG_LS |
| 663 | help |
Eric Andersen | e564211 | 2003-07-14 19:37:08 +0000 | [diff] [blame] | 664 | Allow df, du, and ls to have human readable output. |
Glenn L McGrath | 3238ea1 | 2003-02-15 10:53:40 +0000 | [diff] [blame] | 665 | |
Glenn L McGrath | d2a897a | 2003-11-10 04:33:55 +0000 | [diff] [blame] | 666 | comment "Common options for md5sum, sha1sum" |
Bernhard Reutner-Fischer | 96002bb | 2006-01-19 14:42:23 +0000 | [diff] [blame] | 667 | depends on CONFIG_MD5SUM || CONFIG_SHA1SUM |
Glenn L McGrath | d2a897a | 2003-11-10 04:33:55 +0000 | [diff] [blame] | 668 | |
| 669 | config CONFIG_FEATURE_MD5_SHA1_SUM_CHECK |
Glenn L McGrath | 5c0d84a | 2003-12-08 20:11:55 +0000 | [diff] [blame] | 670 | bool " Enable -c, -s and -w options" |
Glenn L McGrath | d2a897a | 2003-11-10 04:33:55 +0000 | [diff] [blame] | 671 | default n |
| 672 | depends on CONFIG_MD5SUM || CONFIG_SHA1SUM |
| 673 | help |
Glenn L McGrath | 5c0d84a | 2003-12-08 20:11:55 +0000 | [diff] [blame] | 674 | Enabling the -c options allows files to be checked |
Glenn L McGrath | d2a897a | 2003-11-10 04:33:55 +0000 | [diff] [blame] | 675 | against pre-calculated hash values. |
| 676 | |
Glenn L McGrath | 5c0d84a | 2003-12-08 20:11:55 +0000 | [diff] [blame] | 677 | -s and -w are useful options when verifying checksums. |
| 678 | |
Glenn L McGrath | 3238ea1 | 2003-02-15 10:53:40 +0000 | [diff] [blame] | 679 | endmenu |