diff options
author | Bill Nottingham <notting@redhat.com> | 2002-06-18 20:22:23 +0000 |
---|---|---|
committer | Bill Nottingham <notting@redhat.com> | 2002-06-18 20:22:23 +0000 |
commit | ce504f9939a996b4ecc27298dfdc3983f3138023 (patch) | |
tree | bf81c525cd62d98e5f2aa783e8e732c2540d595d | |
parent | 49d9f9d69fdd4c117e0e7559567149b589b7affc (diff) | |
download | initscripts-ce504f9939a996b4ecc27298dfdc3983f3138023.tar initscripts-ce504f9939a996b4ecc27298dfdc3983f3138023.tar.gz initscripts-ce504f9939a996b4ecc27298dfdc3983f3138023.tar.bz2 initscripts-ce504f9939a996b4ecc27298dfdc3983f3138023.tar.xz initscripts-ce504f9939a996b4ecc27298dfdc3983f3138023.zip |
no more bold
-rw-r--r-- | sysconfig/init | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sysconfig/init b/sysconfig/init index 7a1432be..93c2be9d 100644 --- a/sysconfig/init +++ b/sysconfig/init @@ -8,11 +8,11 @@ RES_COL=60 # to something like "tput hpa ${RES_COL}" if your terminal supports it MOVE_TO_COL="echo -en \\033[${RES_COL}G" # terminal sequence to set color to a 'success' color (currently: green) -SETCOLOR_SUCCESS="echo -en \\033[1;32m" +SETCOLOR_SUCCESS="echo -en \\033[0;32m" # terminal sequence to set color to a 'failure' color (currently: red) -SETCOLOR_FAILURE="echo -en \\033[1;31m" +SETCOLOR_FAILURE="echo -en \\033[0;31m" # terminal sequence to set color to a 'warning' color (currently: yellow) -SETCOLOR_WARNING="echo -en \\033[1;33m" +SETCOLOR_WARNING="echo -en \\033[0;33m" # terminal sequence to reset to the default color. SETCOLOR_NORMAL="echo -en \\033[0;39m" # default kernel loglevel on boot (syslog will reset this) |