]> git.pld-linux.org Git - packages/SVGATextMode.git/blob - SVGATextMode-stmmenu.patch
- fixed stmmenu patch instead of disabling it
[packages/SVGATextMode.git] / SVGATextMode-stmmenu.patch
1 --- SVGATextMode-1.10-/contrib/scripts/STMmenu  Fri Nov 17 20:03:37 1995
2 +++ SVGATextMode-1.10/contrib/scripts/STMmenu   Mon Oct  9 19:15:44 2000
3 @@ -8,7 +8,7 @@
4  # 
5  #
6  
7 -if [ "_$1" = "_-h" ]; then
8 +if [ "_$1" = "_-h" -o "_$1" = "_--help" ]; then
9         echo
10         echo "\`$0' is a dialog script that will show a menu of all"
11         echo "SVGATextMode modes that are allowed on your set-up,"
12 @@ -26,7 +26,7 @@
13  
14  STM=/usr/sbin/SVGATextMode
15  
16 -ModeDB=`$STM -s | awk '{ printf("%s \"%10s %8s %6s %18s\" "),$1,$3,$5,$7,$9}' `
17 +ModeDB=`$STM -s | awk '/Clock:.*Size:.*Refresh:.*/ { printf("%s \"%10s %8s %6s %18s\" "),$1,$3,$5,$7,$9}' `
18  
19  select_mode() {
20    MODE=`eval "dialog --title 'SVGATextMode: select a TextMode' \
This page took 0.076425 seconds and 3 git commands to generate.