Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 16 May 2009 20:26:01 +0000 (UTC)
From:      Doug Barton <dougb@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r192210 - head/etc/rc.d
Message-ID:  <200905162026.n4GKQ1WB001469@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200905162026.n4GKQ1WB001469>