xinglp wrote: > How about move "[ -r /etc/sysconfig/rc.site ] && . > /etc/sysconfig/rc.site" to the bottom of /lib/services/init-functions
My intention was to have rc.site take precedence but it looks like that slipped. The only variables that are really affected are: NORMAL="\\033[0;39m" # Standard console grey SUCCESS="\\033[1;32m" # Success is green WARNING="\\033[1;33m" # Warnings are yellow FAILURE="\\033[1;31m" # Failures are red INFO="\\033[1;36m" # Information is light cyan BRACKET="\\033[1;34m" # Brackets are blue KILLDELAY=3 And these should be sesondary if the user has set them in rc.site. I moved the importing of rc.site to below this line. Thanks for the report. -- Bruce -- http://linuxfromscratch.org/mailman/listinfo/lfs-dev FAQ: http://www.linuxfromscratch.org/faq/ Unsubscribe: See the above information page