]> git.pld-linux.org Git - projects/rc-scripts.git/commitdiff
- added "termput op" definition -- it fixes the Blue Screen (tm) problem
authorSebastian Zagrodzki <sebek@zagrodzki.net>
Tue, 8 Aug 2000 23:06:50 +0000 (23:06 +0000)
committerSebastian Zagrodzki <sebek@zagrodzki.net>
Tue, 8 Aug 2000 23:06:50 +0000 (23:06 +0000)
  :) (if you don't know what's this about, try umounting /usr and running
  rc.sysinit -- the same effect was when /usr wasn't on root partition)

svn-id: @789

rc.d/init.d/functions

index 4f7c97a6ac97fb4aa0b1c3ae921774f3a1bc72fb..844198c86fc9419c9998c7217499de9546e0d60c 100644 (file)
@@ -1,7 +1,7 @@
 # functions    This file contains functions to be used by most or all
 #              shell scripts in the /etc/init.d directory.
 #
-# $Id: functions,v 1.54 2000/07/28 18:37:00 baggins Exp $
+# $Id: functions,v 1.55 2000/08/08 23:06:50 zagrodzki Exp $
 #
 # Author:      Miquel van Smoorenburg, <miquels@drinkel.nl.mugnet.org>
 # Hacked by:    Greg Galloway and Marc Ewing
@@ -39,6 +39,9 @@ termput()
                  setaf)
                        is_yes "$COLOR_INIT" && echo -ne "\033[0;3${2}m"
                        ;;
+                 op)
+                       termput setaf 9
+                       ;;
                  esac
        else
                tput "$@"
This page took 0.177313 seconds and 4 git commands to generate.