svn commit: r192210 - head/etc/rc.d

Doug Barton dougb at FreeBSD.org
Sat May 16 20:26:01 UTC 2009


Author: dougb
Date: Sat May 16 20:26:01 2009
New Revision: 192210
URL: http://svn.freebsd.org/changeset/base/192210

Log:
  Trim trailing whitespace from the end of a line

Modified:
  head/etc/rc.d/named

Modified: head/etc/rc.d/named
==============================================================================
--- head/etc/rc.d/named	Sat May 16 20:09:07 2009	(r192209)
+++ head/etc/rc.d/named	Sat May 16 20:26:01 2009	(r192210)
@@ -79,7 +79,7 @@ chroot_autoupdate()
 		fi
 	fi
 
-	# Copy and/or update key files to the chroot /etc 
+	# Copy and/or update key files to the chroot /etc
 	#
 	for file in localtime protocols services; do
 		if [ -r /etc/$file ]; then


More information about the svn-src-all mailing list