Linux Headquarters
[ Register ]
[ About us ] [ Home Page ]

Advertisement
[ Kernel ] [ Documentation ] [ Links ] [ Books ]

Advertisement

Kernel v2.1.100 /scripts/Menuconfig

Filename:/scripts/Menuconfig
Lines Added:1
Lines Deleted:8
Also changed in: (Previous) 2.1.96  2.1.92  2.1.87  2.1.81  2.1.78  2.1.77 
(Following)

Location
[  2.1.100
  [  scripts
     o  Menuconfig

Patch

diff -u --recursive --new-file v2.1.99/linux/scripts/Menuconfig linux/scripts/Menuconfig
--- v2.1.99/linux/scripts/Menuconfig   Tue Apr 14 14:29:27 1998
+++ linux/scripts/Menuconfig   Sun May  3 17:52:06 1998
@@ -47,13 +47,6 @@
 #
 # 090398 Axel Boldt (boldt@math.ucsb.edu) - allow for empty lines in help
 # texts.
-#----------------------------------------------------------------------------
-#
-# 10 Apr 1998 - Added ability to display blank lines in help text: Any line
-#               which only contains a single dot will be displayed blank.
-#               Author: Riley Williams <rhw@bigfoot.com>
-#
-#----------------------------------------------------------------------------
 
 
 #
@@ -301,7 +294,7 @@
           echo "There is no help available for this kernel option."
      return 1
      else
-     echo "$text" | sed 's/^\.$//'
+     echo "$text"
      fi
   else
     echo "There is no help available for this kernel option."


Comments: webmaster (at) linuxhq.com.
Advertising: banners (at) linuxhq.com.
Compilation ©1998-2008 Linux Headquarters, Inc.