Author: glen Date: Sun Jan 28 15:08:14 2007 New Revision: 8208 Modified: rc-scripts/trunk/sysconfig/init-colors rc-scripts/trunk/sysconfig/init-colors.gentoo Log: Typo.
Modified: rc-scripts/trunk/sysconfig/init-colors ============================================================================== --- rc-scripts/trunk/sysconfig/init-colors (original) +++ rc-scripts/trunk/sysconfig/init-colors Sun Jan 28 15:08:14 2007 @@ -8,5 +8,5 @@ CPLD="$GREEN" # "PLD Linux Distribution" color 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 +CHARS="" # Characters displayed on the beginning of show line CCHARS="$NORMAL" # Color of these characters (look at /usr/share/doc/rc-scripts-*/init-colors.gentoo.gz example) Modified: rc-scripts/trunk/sysconfig/init-colors.gentoo ============================================================================== --- rc-scripts/trunk/sysconfig/init-colors.gentoo (original) +++ rc-scripts/trunk/sysconfig/init-colors.gentoo Sun Jan 28 15:08:14 2007 @@ -1,4 +1,4 @@ -# Gentoo colors, copy this file as: /etc/sysconfig/init-colors, or just make a symlink +# Gentoo colors, copy this file as: /etc/sysconfig/init-colors CBRACKETS="$BLUE $BOLD" # brackets [ ] color CDONE="$GREEN $BOLD" # DONE and WORK color @@ -8,5 +8,5 @@ CPLD="$GREEN $BOLD" # "PLD Linux Distribution" color CI="$RED $BOLD" # Capital I color (press I to enter interactive startup) CRESMAN="$GREEN $BOLD" # "Resource Manager" color -CHARS=" * " # Characters displayed on the begining of show line +CHARS=" * " # Characters displayed on the beginning of show line CCHARS="$GREEN $BOLD" # Color of these characters _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
