SVN: rc-scripts/trunk/rc.d/init.d/functions

glen glen at pld-linux.org
Mon Sep 18 00:07:01 CEST 2006


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"


More information about the pld-cvs-commit mailing list