From 0849207ce049a4ff0287ff5c03d24611e5340e2a Mon Sep 17 00:00:00 2001 From: Denis Vlasenko Date: Fri, 22 Dec 2006 13:56:36 +0000 Subject: convert "negaite" config option into reversed (INCLUDE_SUSv2) --- Config.in | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'Config.in') diff --git a/Config.in b/Config.in index fb07c681b..a4d442dd8 100644 --- a/Config.in +++ b/Config.in @@ -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 ') - 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 -- cgit v1.2.3