]> git.pld-linux.org Git - packages/SVGATextMode.git/commitdiff
- removed unneccessary lines with "echo" from TextConfig output
authorSebastian Zagrodzki <sebek@zagrodzki.net>
Mon, 9 Oct 2000 18:22:20 +0000 (18:22 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    SVGATextMode-stmmenu.patch -> 1.1

SVGATextMode-stmmenu.patch [new file with mode: 0644]

diff --git a/SVGATextMode-stmmenu.patch b/SVGATextMode-stmmenu.patch
new file mode 100644 (file)
index 0000000..c8d99fe
--- /dev/null
@@ -0,0 +1,20 @@
+--- SVGATextMode-1.10-/STMmenu Fri Nov 17 20:03:37 1995
++++ SVGATextMode-1.10/STMmenu  Mon Oct  9 19:15:44 2000
+@@ -8,7 +8,7 @@
+ # 
+ #
+-if [ "_$1" = "_-h" ]; then
++if [ "_$1" = "_-h" -o "_$1" = "_--help" ]; then
+       echo
+       echo "\`$0' is a dialog script that will show a menu of all"
+       echo "SVGATextMode modes that are allowed on your set-up,"
+@@ -26,7 +26,7 @@
+ STM=/usr/sbin/SVGATextMode
+-ModeDB=`$STM -s | awk '{ printf("%s \"%10s %8s %6s %18s\" "),$1,$3,$5,$7,$9}' `
++ModeDB=`$STM -s | awk '/Clock:.*Size:.*Refresh:.*/ { printf("%s \"%10s %8s %6s %18s\" "),$1,$3,$5,$7,$9}' `
+ select_mode() {
+   MODE=`eval "dialog --title 'SVGATextMode: select a TextMode' \
This page took 0.10296 seconds and 4 git commands to generate.