Author: glen
Date: Mon Sep 18 00:06:59 2006
New Revision: 7787

Modified:
   rc-scripts/trunk/rc.d/init.d/functions
Log:
Punctuation.

Modified: rc-scripts/trunk/rc.d/init.d/functions
==============================================================================
--- rc-scripts/trunk/rc.d/init.d/functions      (original)
+++ rc-scripts/trunk/rc.d/init.d/functions      Mon Sep 18 00:06:59 2006
@@ -914,9 +914,9 @@
 }
 
 msg_cache_init() {
-       # if we have cachefile use it
-       # if we don't create memory variables and try to save silently
-       # we store cache in /etc, as /var isn't available at boot time
+       # If we have cachefile, use it.
+       # If we don't, create memory variables and try to save silently,
+       # We store cache in /etc, as /var isn't available at boot time.
        local cachefile='/etc/rc.d/.rc-scripts.cache'
        if [ -f "$cachefile" -a "$cachefile" -nt /etc/sysconfig/system -a 
"$cachefile" -nt /etc/sysconfig/init-colors ]; then
                . "$cachefile"
_______________________________________________
pld-cvs-commit mailing list
[email protected]
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit

Reply via email to