aboutsummaryrefslogtreecommitdiff
path: root/findutils
diff options
context:
space:
mode:
authorRob Landley <rob@landley.net>2006-04-13 23:22:16 +0000
committerRob Landley <rob@landley.net>2006-04-13 23:22:16 +0000
commit2ec922eed5093084837be628efc07c635ad30357 (patch)
tree191d18163e85eb614e33a38bd93da35b7c3f3366 /findutils
parent6b4377f3337d7d3e21e63aa1341d33fd51c2f97c (diff)
downloadbusybox-w32-2ec922eed5093084837be628efc07c635ad30357.tar.gz
busybox-w32-2ec922eed5093084837be628efc07c635ad30357.tar.bz2
busybox-w32-2ec922eed5093084837be628efc07c635ad30357.zip
Patch from Robert P Day: let menuconfig indent stuff for us, we don't have
to do it in Config.in.
Diffstat (limited to 'findutils')
-rw-r--r--findutils/Config.in30
1 files changed, 15 insertions, 15 deletions
diff --git a/findutils/Config.in b/findutils/Config.in
index 050fe901d..3a9a506d7 100644
--- a/findutils/Config.in
+++ b/findutils/Config.in
@@ -12,7 +12,7 @@ config CONFIG_FIND
12 find is used to search your system to find specified files. 12 find is used to search your system to find specified files.
13 13
14config CONFIG_FEATURE_FIND_MTIME 14config CONFIG_FEATURE_FIND_MTIME
15 bool " Enable modified time matching (-mtime) option" 15 bool "Enable modified time matching (-mtime) option"
16 default y 16 default y
17 depends on CONFIG_FIND 17 depends on CONFIG_FIND
18 help 18 help
@@ -20,7 +20,7 @@ config CONFIG_FEATURE_FIND_MTIME
20 files, in days. 20 files, in days.
21 21
22config CONFIG_FEATURE_FIND_MMIN 22config CONFIG_FEATURE_FIND_MMIN
23 bool " Enable modified time matching (-min) option" 23 bool "Enable modified time matching (-min) option"
24 default y 24 default y
25 depends on CONFIG_FIND 25 depends on CONFIG_FIND
26 help 26 help
@@ -28,14 +28,14 @@ config CONFIG_FEATURE_FIND_MMIN
28 files, in minutes. 28 files, in minutes.
29 29
30config CONFIG_FEATURE_FIND_PERM 30config CONFIG_FEATURE_FIND_PERM
31 bool " Enable permissions matching (-perm) option" 31 bool "Enable permissions matching (-perm) option"
32 default y 32 default y
33 depends on CONFIG_FIND 33 depends on CONFIG_FIND
34 help 34 help
35 Enable searching based on file permissions. 35 Enable searching based on file permissions.
36 36
37config CONFIG_FEATURE_FIND_TYPE 37config CONFIG_FEATURE_FIND_TYPE
38 bool " Enable filetype matching (-type) option" 38 bool "Enable filetype matching (-type) option"
39 default y 39 default y
40 depends on CONFIG_FIND 40 depends on CONFIG_FIND
41 help 41 help
@@ -43,7 +43,7 @@ config CONFIG_FEATURE_FIND_TYPE
43 directory, socket, device, etc.). 43 directory, socket, device, etc.).
44 44
45config CONFIG_FEATURE_FIND_XDEV 45config CONFIG_FEATURE_FIND_XDEV
46 bool " Enable stay in filesystem (-xdev) option" 46 bool "Enable stay in filesystem (-xdev) option"
47 default y 47 default y
48 depends on CONFIG_FIND 48 depends on CONFIG_FIND
49 help 49 help
@@ -51,7 +51,7 @@ config CONFIG_FEATURE_FIND_XDEV
51 filesystem. 51 filesystem.
52 52
53config CONFIG_FEATURE_FIND_NEWER 53config CONFIG_FEATURE_FIND_NEWER
54 bool " Enable -newer option for comparing file mtimes" 54 bool "Enable -newer option for comparing file mtimes"
55 default y 55 default y
56 depends on CONFIG_FIND 56 depends on CONFIG_FIND
57 help 57 help
@@ -59,14 +59,14 @@ config CONFIG_FEATURE_FIND_NEWER
59 a modified time that is more recent than the specified FILE. 59 a modified time that is more recent than the specified FILE.
60 60
61config CONFIG_FEATURE_FIND_INUM 61config CONFIG_FEATURE_FIND_INUM
62 bool " Enable inode number matching (-inum) option" 62 bool "Enable inode number matching (-inum) option"
63 default y 63 default y
64 depends on CONFIG_FIND 64 depends on CONFIG_FIND
65 help 65 help
66 Support the 'find -inum' option for searching by inode number. 66 Support the 'find -inum' option for searching by inode number.
67 67
68config CONFIG_FEATURE_FIND_EXEC 68config CONFIG_FEATURE_FIND_EXEC
69 bool " Enable (-exec) option allowing execution of commands" 69 bool "Enable (-exec) option allowing execution of commands"
70 default y 70 default y
71 depends on CONFIG_FIND 71 depends on CONFIG_FIND
72 help 72 help
@@ -80,7 +80,7 @@ config CONFIG_GREP
80 grep is used to search files for a specified pattern. 80 grep is used to search files for a specified pattern.
81 81
82config CONFIG_FEATURE_GREP_EGREP_ALIAS 82config CONFIG_FEATURE_GREP_EGREP_ALIAS
83 bool " Support extended regular expressions (egrep & grep -E)" 83 bool "Support extended regular expressions (egrep & grep -E)"
84 default y 84 default y
85 depends on CONFIG_GREP 85 depends on CONFIG_GREP
86 help 86 help
@@ -89,7 +89,7 @@ config CONFIG_FEATURE_GREP_EGREP_ALIAS
89 and various repetition operators. 89 and various repetition operators.
90 90
91config CONFIG_FEATURE_GREP_FGREP_ALIAS 91config CONFIG_FEATURE_GREP_FGREP_ALIAS
92 bool " Alias fgrep to grep -F" 92 bool "Alias fgrep to grep -F"
93 default y 93 default y
94 depends on CONFIG_GREP 94 depends on CONFIG_GREP
95 help 95 help
@@ -98,7 +98,7 @@ config CONFIG_FEATURE_GREP_FGREP_ALIAS
98 grep -F is always builtin, this just creates the fgrep alias. 98 grep -F is always builtin, this just creates the fgrep alias.
99 99
100config CONFIG_FEATURE_GREP_CONTEXT 100config CONFIG_FEATURE_GREP_CONTEXT
101 bool " Enable before and after context flags (-A, -B and -C)" 101 bool "Enable before and after context flags (-A, -B and -C)"
102 default y 102 default y
103 depends on CONFIG_GREP 103 depends on CONFIG_GREP
104 help 104 help
@@ -114,7 +114,7 @@ config CONFIG_XARGS
114 every item from standard input. 114 every item from standard input.
115 115
116config CONFIG_FEATURE_XARGS_SUPPORT_CONFIRMATION 116config CONFIG_FEATURE_XARGS_SUPPORT_CONFIRMATION
117 bool " Enable prompt and confirmation option -p" 117 bool "Enable prompt and confirmation option -p"
118 default n 118 default n
119 depends on CONFIG_XARGS 119 depends on CONFIG_XARGS
120 help 120 help
@@ -122,7 +122,7 @@ config CONFIG_FEATURE_XARGS_SUPPORT_CONFIRMATION
122 line and read a line from the terminal. 122 line and read a line from the terminal.
123 123
124config CONFIG_FEATURE_XARGS_SUPPORT_QUOTES 124config CONFIG_FEATURE_XARGS_SUPPORT_QUOTES
125 bool " Enable support single and double quotes and backslash" 125 bool "Enable support single and double quotes and backslash"
126 default n 126 default n
127 depends on CONFIG_XARGS 127 depends on CONFIG_XARGS
128 help 128 help
@@ -130,7 +130,7 @@ config CONFIG_FEATURE_XARGS_SUPPORT_QUOTES
130 and backslash for can use aruments with spaces. 130 and backslash for can use aruments with spaces.
131 131
132config CONFIG_FEATURE_XARGS_SUPPORT_TERMOPT 132config CONFIG_FEATURE_XARGS_SUPPORT_TERMOPT
133 bool " Enable support options -x" 133 bool "Enable support options -x"
134 default n 134 default n
135 depends on CONFIG_XARGS 135 depends on CONFIG_XARGS
136 help 136 help
@@ -138,7 +138,7 @@ config CONFIG_FEATURE_XARGS_SUPPORT_TERMOPT
138 is exceeded. 138 is exceeded.
139 139
140config CONFIG_FEATURE_XARGS_SUPPORT_ZERO_TERM 140config CONFIG_FEATURE_XARGS_SUPPORT_ZERO_TERM
141 bool " Enable options -0" 141 bool "Enable options -0"
142 default n 142 default n
143 depends on CONFIG_XARGS 143 depends on CONFIG_XARGS
144 help 144 help