diff options
author | vda <vda@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2006-12-22 13:56:36 +0000 |
---|---|---|
committer | vda <vda@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2006-12-22 13:56:36 +0000 |
commit | 2c888ab84fbb9fb450577217c4354a2e677357bd (patch) | |
tree | ebc86b4456711b1aa8905894432e544df28e2d63 /Config.in | |
parent | b9c6be4ea3fea9cdc0370bf571a766711cf770c2 (diff) | |
download | busybox-w32-2c888ab84fbb9fb450577217c4354a2e677357bd.tar.gz busybox-w32-2c888ab84fbb9fb450577217c4354a2e677357bd.tar.bz2 busybox-w32-2c888ab84fbb9fb450577217c4354a2e677357bd.zip |
convert "negaite" config option into reversed (INCLUDE_SUSv2)
git-svn-id: svn://busybox.net/trunk/busybox@17054 69ca8d6d-28ef-0310-b511-8ec308f3f277
Diffstat (limited to 'Config.in')
-rw-r--r-- | Config.in | 10 |
1 files changed, 5 insertions, 5 deletions
@@ -397,14 +397,14 @@ config EFENCE | |||
397 | 397 | ||
398 | endchoice | 398 | endchoice |
399 | 399 | ||
400 | config DEBUG_YANK_SUSv2 | 400 | config INCLUDE_SUSv2 |
401 | bool "Disable obsolete features removed before SUSv3?" | 401 | bool "Enable obsolete features removed before SUSv3?" |
402 | default y | 402 | default y |
403 | help | 403 | help |
404 | This option will disable backwards compatibility with SuSv2, | 404 | This option will enable backwards compatibility with SuSv2, |
405 | specifically, old-style numeric options ('command -1 <file>') | 405 | specifically, old-style numeric options ('command -1 <file>') |
406 | will not be supported in head, tail, and fold. (Note: should | 406 | will be supported in head, tail, and fold. (Note: should |
407 | yank from renice too.) | 407 | affect renice too.) |
408 | 408 | ||
409 | endmenu | 409 | endmenu |
410 | 410 | ||