Author: glen Date: Thu Feb 23 11:35:03 2006 New Revision: 7001 Modified: rc-scripts/trunk/sysconfig/init-colors Log: We are PLD Linux (not just PLD), fix init-colors.gentoo path.
Modified: rc-scripts/trunk/sysconfig/init-colors ============================================================================== --- rc-scripts/trunk/sysconfig/init-colors (original) +++ rc-scripts/trunk/sysconfig/init-colors Thu Feb 23 11:35:03 2006 @@ -1,4 +1,4 @@ -# Default PLD colors. +# Default PLD Linux colors. CBRACKETS="$CYAN" # brackets [ ] color CDONE="$GREEN" # DONE and WORK color @@ -9,4 +9,4 @@ CI="$RED" # Capital I color (press I to enter interactive startup) CRESMAN="$GREEN" # "Resource Manager" color CHARS="" # Characters displayed on the begining of show line -CCHARS="$NORMAL" # Color of these characters (look at /etc/sysconfig/init-colors.gentoo example) +CCHARS="$NORMAL" # Color of these characters (look at /usr/share/doc/rc-scripts-*/init-colors.gentoo.gz example) _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
