Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 14 Oct 2009 03:35:15 +0000 (UTC)
From:      Doug Barton <dougb@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-7@freebsd.org
Subject:   svn commit: r198069 - in stable/7/etc: . rc.d
Message-ID:  <200910140335.n9E3ZFKE024897@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: dougb
Date: Wed Oct 14 03:35:15 2009
New Revision: 198069
URL: http://svn.freebsd.org/changeset/base/198069

Log:
  MFC r196439: typo and caps fixes

Modified:
  stable/7/etc/   (props changed)
  stable/7/etc/rc.d/ipsec
  stable/7/etc/termcap.small   (props changed)

Modified: stable/7/etc/rc.d/ipsec
==============================================================================
--- stable/7/etc/rc.d/ipsec	Wed Oct 14 03:31:37 2009	(r198068)
+++ stable/7/etc/rc.d/ipsec	Wed Oct 14 03:35:15 2009	(r198069)
@@ -41,9 +41,9 @@ ipsec_stop()
 {
 	echo "Clearing ipsec manual keys/policies."
 
-	# still not 100% sure if we would like to do this.
-	# it is very questionable to do this during shutdown session, since
-	# it can hang any of remaining IPv4/v6 session.
+	# Still not 100% sure if we would like to do this.
+	# It is very questionable to do this during shutdown session
+	# since it can hang any of the remaining IPv4/v6 sessions.
 	#
 	${ipsec_program} -F
 	${ipsec_program} -FP



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