Magellan Linux

Diff of /trunk/mkinitrd-magellan/busybox/findutils/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 12  config FIND Line 12  config FIND
12    find is used to search your system to find specified files.    find is used to search your system to find specified files.
13    
14  config FEATURE_FIND_PRINT0  config FEATURE_FIND_PRINT0
15   bool "Enable -print0 option"   bool "Enable -print0: NUL-terminated output"
16   default y   default y
17   depends on FIND   depends on FIND
18   help   help
19    Causes output names to be separated by a null character    Causes output names to be separated by a NUL character
20    rather than a newline. This allows names that contain    rather than a newline. This allows names that contain
21    newlines and other whitespace to be more easily    newlines and other whitespace to be more easily
22    interpreted by other programs.    interpreted by other programs.
23    
24  config FEATURE_FIND_MTIME  config FEATURE_FIND_MTIME
25   bool "Enable modified time matching (-mtime option)"   bool "Enable -mtime: modified time matching"
26   default y   default y
27   depends on FIND   depends on FIND
28   help   help
# Line 30  config FEATURE_FIND_MTIME Line 30  config FEATURE_FIND_MTIME
30    files, in days.    files, in days.
31    
32  config FEATURE_FIND_MMIN  config FEATURE_FIND_MMIN
33   bool "Enable modified time matching (-mmin option)"   bool "Enable -mmin: modified time matching by minutes"
34   default y   default y
35   depends on FIND   depends on FIND
36   help   help
# Line 38  config FEATURE_FIND_MMIN Line 38  config FEATURE_FIND_MMIN
38    files, in minutes.    files, in minutes.
39    
40  config FEATURE_FIND_PERM  config FEATURE_FIND_PERM
41   bool "Enable permissions matching (-perm option)"   bool "Enable -perm: permissions matching"
42   default y   default y
43   depends on FIND   depends on FIND
44   help   help
45    Enable searching based on file permissions.    Enable searching based on file permissions.
46    
47  config FEATURE_FIND_TYPE  config FEATURE_FIND_TYPE
48   bool "Enable filetype matching (-type option)"   bool "Enable -type: file type matching (file/dir/link/...)"
49   default y   default y
50   depends on FIND   depends on FIND
51   help   help
# Line 53  config FEATURE_FIND_TYPE Line 53  config FEATURE_FIND_TYPE
53    directory, socket, device, etc.).    directory, socket, device, etc.).
54    
55  config FEATURE_FIND_XDEV  config FEATURE_FIND_XDEV
56   bool "Enable 'stay in filesystem' option (-xdev)"   bool "Enable -xdev: 'stay in filesystem'"
57   default y   default y
58   depends on FIND   depends on FIND
59   help   help
60    This option allows find to restrict searches to a single filesystem.    This option allows find to restrict searches to a single filesystem.
61    
62  config FEATURE_FIND_MAXDEPTH  config FEATURE_FIND_MAXDEPTH
63   bool "Enable -maxdepth N option"   bool "Enable -maxdepth N"
64   default y   default y
65   depends on FIND   depends on FIND
66   help   help
67    This option enables -maxdepth N option.    This option enables -maxdepth N option.
68    
69  config FEATURE_FIND_NEWER  config FEATURE_FIND_NEWER
70   bool "Enable -newer option for comparing file mtimes"   bool "Enable -newer: compare file modification times"
71   default y   default y
72   depends on FIND   depends on FIND
73   help   help
# Line 75  config FEATURE_FIND_NEWER Line 75  config FEATURE_FIND_NEWER
75    a modified time that is more recent than the specified FILE.    a modified time that is more recent than the specified FILE.
76    
77  config FEATURE_FIND_INUM  config FEATURE_FIND_INUM
78   bool "Enable inode number matching (-inum option)"   bool "Enable -inum: inode number matching"
79   default y   default y
80   depends on FIND   depends on FIND
81   help   help
82    Support the 'find -inum' option for searching by inode number.    Support the 'find -inum' option for searching by inode number.
83    
84  config FEATURE_FIND_EXEC  config FEATURE_FIND_EXEC
85   bool "Enable -exec option allowing execution of commands"   bool "Enable -exec: execute commands"
86   default y   default y
87   depends on FIND   depends on FIND
88   help   help
# Line 90  config FEATURE_FIND_EXEC Line 90  config FEATURE_FIND_EXEC
90    the files matched.    the files matched.
91    
92  config FEATURE_FIND_USER  config FEATURE_FIND_USER
93   bool "Enable username/uid matching (-user option)"   bool "Enable -user: username/uid matching"
94   default y   default y
95   depends on FIND   depends on FIND
96   help   help
97    Support the 'find -user' option for searching by username or uid.    Support the 'find -user' option for searching by username or uid.
98    
99  config FEATURE_FIND_GROUP  config FEATURE_FIND_GROUP
100   bool "Enable group/gid matching (-group option)"   bool "Enable -group: group/gid matching"
101   default y   default y
102   depends on FIND   depends on FIND
103   help   help
# Line 113  config FEATURE_FIND_NOT Line 113  config FEATURE_FIND_NOT
113    the non-POSIX notation '-not'.    the non-POSIX notation '-not'.
114    
115  config FEATURE_FIND_DEPTH  config FEATURE_FIND_DEPTH
116   bool "Enable the -depth option"   bool "Enable -depth"
117   default y   default y
118   depends on FIND   depends on FIND
119   help   help
# Line 127  config FEATURE_FIND_PAREN Line 127  config FEATURE_FIND_PAREN
127    Enable usage of parens '(' to specify logical order of arguments.    Enable usage of parens '(' to specify logical order of arguments.
128    
129  config FEATURE_FIND_SIZE  config FEATURE_FIND_SIZE
130   bool "Enable -size option allowing matching for file size"   bool "Enable -size: file size matching"
131   default y   default y
132   depends on FIND   depends on FIND
133   help   help
134    Support the 'find -size' option for searching by file size.    Support the 'find -size' option for searching by file size.
135    
136  config FEATURE_FIND_PRUNE  config FEATURE_FIND_PRUNE
137   bool "Enable -prune option allowing to exclude subdirectories"   bool "Enable -prune: exclude subdirectories"
138   default y   default y
139   depends on FIND   depends on FIND
140   help   help
# Line 142  config FEATURE_FIND_PRUNE Line 142  config FEATURE_FIND_PRUNE
142    exclusion .svn and CVS directories.    exclusion .svn and CVS directories.
143    
144  config FEATURE_FIND_DELETE  config FEATURE_FIND_DELETE
145   bool "Enable -delete option allowing to delete files"   bool "Enable -delete: delete files/dirs"
146   default n   default n
147   depends on FIND && FEATURE_FIND_DEPTH   depends on FIND && FEATURE_FIND_DEPTH
148   help   help
# Line 151  config FEATURE_FIND_DELETE Line 151  config FEATURE_FIND_DELETE
151    try to protect the user from doing stupid things. Use with care.    try to protect the user from doing stupid things. Use with care.
152    
153  config FEATURE_FIND_PATH  config FEATURE_FIND_PATH
154   bool "Enable -path option allowing to match pathname patterns"   bool "Enable -path: match pathname with shell pattern"
155   default y   default y
156   depends on FIND   depends on FIND
157   help   help
158    The -path option matches whole pathname instead of just filename.    The -path option matches whole pathname instead of just filename.
159    
160  config FEATURE_FIND_REGEX  config FEATURE_FIND_REGEX
161   bool "Enable -regex: match pathname to regex"   bool "Enable -regex: match pathname with regex"
162   default y   default y
163   depends on FIND   depends on FIND
164   help   help
165    The -regex option matches whole pathname against regular expression.    The -regex option matches whole pathname against regular expression.
166    
167  config FEATURE_FIND_CONTEXT  config FEATURE_FIND_CONTEXT
168   bool "Enable -context option for matching security context"   bool "Enable -context: security context matching"
169   default n   default n
170   depends on FIND && SELINUX   depends on FIND && SELINUX
171   help   help
172    Support the 'find -context' option for matching security context.    Support the 'find -context' option for matching security context.
173    
174    config FEATURE_FIND_LINKS
175     bool "Enable -links: link count matching"
176     default n
177     depends on FIND
178     help
179      Support the 'find -links' option for matching number of links.
180    
181  config GREP  config GREP
182   bool "grep"   bool "grep"
183   default n   default n
# Line 178  config GREP Line 185  config GREP
185    grep is used to search files for a specified pattern.    grep is used to search files for a specified pattern.
186    
187  config FEATURE_GREP_EGREP_ALIAS  config FEATURE_GREP_EGREP_ALIAS
188   bool "Support extended regular expressions (egrep & grep -E)"   bool "Enable extended regular expressions (egrep & grep -E)"
189   default y   default y
190   depends on GREP   depends on GREP
191   help   help
# Line 193  config FEATURE_GREP_FGREP_ALIAS Line 200  config FEATURE_GREP_FGREP_ALIAS
200   help   help
201    fgrep sees the search pattern as a normal string rather than    fgrep sees the search pattern as a normal string rather than
202    regular expressions.    regular expressions.
203    grep -F is always builtin, this just creates the fgrep alias.    grep -F always works, this just creates the fgrep alias.
204    
205  config FEATURE_GREP_CONTEXT  config FEATURE_GREP_CONTEXT
206   bool "Enable before and after context flags (-A, -B and -C)"   bool "Enable before and after context flags (-A, -B and -C)"
# Line 208  config XARGS Line 215  config XARGS
215   bool "xargs"   bool "xargs"
216   default n   default n
217   help   help
218    xargs is used to execute a specified command on    xargs is used to execute a specified command for
219    every item from standard input.    every item from standard input.
220    
221  config FEATURE_XARGS_SUPPORT_CONFIRMATION  config FEATURE_XARGS_SUPPORT_CONFIRMATION
222   bool "Enable prompt and confirmation option -p"   bool "Enable -p: prompt and confirmation"
223   default n   default n
224   depends on XARGS   depends on XARGS
225   help   help
226    Support prompt the user about whether to run each command    Support -p: prompt the user whether to run each command
227    line and read a line from the terminal.    line and read a line from the terminal.
228    
229  config FEATURE_XARGS_SUPPORT_QUOTES  config FEATURE_XARGS_SUPPORT_QUOTES
230   bool "Enable support single and double quotes and backslash"   bool "Enable single and double quotes and backslash"
231   default n   default n
232   depends on XARGS   depends on XARGS
233   help   help
234    Default xargs unsupport single and double quotes    Support quoting in the input.
   and backslash for can use aruments with spaces.  
235    
236  config FEATURE_XARGS_SUPPORT_TERMOPT  config FEATURE_XARGS_SUPPORT_TERMOPT
237   bool "Enable support options -x"   bool "Enable -x: exit if -s or -n is exceeded"
238   default n   default n
239   depends on XARGS   depends on XARGS
240   help   help
241    Enable support exit if the size (see the -s or -n option)    Support -x: exit if the command size (see the -s or -n option)
242    is exceeded.    is exceeded.
243    
244  config FEATURE_XARGS_SUPPORT_ZERO_TERM  config FEATURE_XARGS_SUPPORT_ZERO_TERM
245   bool "Enable null terminated option -0"   bool "Enable -0: NUL-terminated input"
246   default n   default n
247   depends on XARGS   depends on XARGS
248   help   help
249    Enable input filenames are terminated by a null character    Support -0: input items are terminated by a NUL character
250    instead of by whitespace, and the quotes and backslash    instead of whitespace, and the quotes and backslash
251    are not special.    are not special.
252    
253  endmenu  endmenu

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