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

Doug Barton dougb at FreeBSD.org
Sun Aug 23 05:56:54 UTC 2009


Author: dougb
Date: Sun Aug 23 05:56:54 2009
New Revision: 196439
URL: http://svn.freebsd.org/changeset/base/196439

Log:
  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>

Modified:
  head/etc/rc.d/ipsec

Modified: head/etc/rc.d/ipsec
==============================================================================
--- head/etc/rc.d/ipsec	Sun Aug 23 05:49:12 2009	(r196438)
+++ head/etc/rc.d/ipsec	Sun Aug 23 05:56:54 2009	(r196439)
@@ -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-head mailing list