svn commit: r198068 - in stable/8/etc: . rc.d

Doug Barton dougb at FreeBSD.org
Wed Oct 14 03:31:37 UTC 2009


Author: dougb
Date: Wed Oct 14 03:31:37 2009
New Revision: 198068
URL: http://svn.freebsd.org/changeset/base/198068

Log:
  MFC r196439:
  
  Fix the typo mentioned in the PR, and one additional.
  Fix caps while I'm here.
  
  PR:		conf/138087
  Submitted by:	Chris Petrik <c.petrik.sosa at gmail.com>
  Approved by:	re (kib)

Modified:
  stable/8/etc/   (props changed)
  stable/8/etc/rc.d/ipsec

Modified: stable/8/etc/rc.d/ipsec
==============================================================================
--- stable/8/etc/rc.d/ipsec	Wed Oct 14 01:54:35 2009	(r198067)
+++ stable/8/etc/rc.d/ipsec	Wed Oct 14 03:31:37 2009	(r198068)
@@ -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


More information about the svn-src-stable-8 mailing list