diff options
author | Denis Vlasenko | 2006-12-22 13:56:36 +0000 |
---|---|---|
committer | Denis Vlasenko | 2006-12-22 13:56:36 +0000 |
commit | 0849207ce049a4ff0287ff5c03d24611e5340e2a (patch) | |
tree | ebc86b4456711b1aa8905894432e544df28e2d63 /Config.in | |
parent | c5cb38f4d9fa90fdd01ea258390d0059138616b5 (diff) | |
download | busybox-0849207ce049a4ff0287ff5c03d24611e5340e2a.zip busybox-0849207ce049a4ff0287ff5c03d24611e5340e2a.tar.gz |
convert "negaite" config option into reversed (INCLUDE_SUSv2)
Diffstat (limited to 'Config.in')
-rw-r--r-- | Config.in | 10 |
1 files changed, 5 insertions, 5 deletions
@@ -397,14 +397,14 @@ config EFENCE endchoice -config DEBUG_YANK_SUSv2 - bool "Disable obsolete features removed before SUSv3?" +config INCLUDE_SUSv2 + bool "Enable obsolete features removed before SUSv3?" default y help - This option will disable backwards compatibility with SuSv2, + This option will enable backwards compatibility with SuSv2, specifically, old-style numeric options ('command -1 <file>') - will not be supported in head, tail, and fold. (Note: should - yank from renice too.) + will be supported in head, tail, and fold. (Note: should + affect renice too.) endmenu |