[BusyBox-cvs] busybox/findutils Config.in,1.7,1.8
Glenn McGrath
bug1 at busybox.net
Fri Oct 10 23:15:25 UTC 2003
Update of /var/cvs/busybox/findutils
In directory winder:/tmp/cvs-serv5111/findutils
Modified Files:
Config.in
Log Message:
Vodz last_patch_117, update options for new xargs
Index: Config.in
===================================================================
RCS file: /var/cvs/busybox/findutils/Config.in,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -d -r1.7 -r1.8
--- Config.in 9 Oct 2003 11:06:45 -0000 1.7
+++ Config.in 10 Oct 2003 23:15:22 -0000 1.8
@@ -97,13 +97,37 @@
xargs is used to execute a specified command on
every item from standard input.
-config CONFIG_FEATURE_XARGS_FANCY
- bool " Enable extra options (-x -s -n and -E)"
- default y
+config CONFIG_FEATURE_XARGS_SUPPORT_CONFIRMATION
+ bool " Enable prompt and confirmation option -p"
+ default n
depends on CONFIG_XARGS
help
- Default xargs only provides the -t option, this enables the
- x, s, n and E options.
+ Support prompt the user about whether to run each command
+ line and read a line from the terminal.
-endmenu
+config CONFIG_FEATURE_XARGS_SUPPORT_QUOTES
+ bool " Enable support single and double quotes and backslash"
+ default n
+ depends on CONFIG_XARGS
+ help
+ Default xargs unsupport single and double quotes
+ and backslash for can use aruments with spaces.
+config CONFIG_FEATURE_XARGS_SUPPORT_TERMOPT
+ bool " Enable support options -x"
+ default n
+ depends on CONFIG_XARGS
+ help
+ Enable support exit if the size (see the -s or -n option)
+ is exceeded.
+
+config CONFIG_FEATURE_XARGS_SUPPORT_ZERO_TERM
+ bool " Enable options -0"
+ default n
+ depends on CONFIG_XARGS
+ help
+ Enable input filenames are terminated by a null character
+ instead of by whitespace, and the quotes and backslash
+ are not special.
+
+endmenu
More information about the busybox-cvs
mailing list