summaryrefslogtreecommitdiffstats
path: root/etc/rc.d/ipsec
diff options
context:
space:
mode:
authordougb <dougb@FreeBSD.org>2009-08-23 05:56:54 +0000
committerdougb <dougb@FreeBSD.org>2009-08-23 05:56:54 +0000
commite784edba567d1d0432a08f07017f9a14f6f39bfc (patch)
treed694573ac4b8a54a4aef10cd473c26cf52305cab /etc/rc.d/ipsec
parentf3a903223d83f95858ccde2956222b475eb3e293 (diff)
downloadFreeBSD-src-e784edba567d1d0432a08f07017f9a14f6f39bfc.zip
FreeBSD-src-e784edba567d1d0432a08f07017f9a14f6f39bfc.tar.gz
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@gmail.com>
Diffstat (limited to 'etc/rc.d/ipsec')
-rwxr-xr-xetc/rc.d/ipsec6
1 files changed, 3 insertions, 3 deletions
diff --git a/etc/rc.d/ipsec b/etc/rc.d/ipsec
index 2bb3cf5..0ad5490 100755
--- a/etc/rc.d/ipsec
+++ b/etc/rc.d/ipsec
@@ -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
OpenPOWER on IntegriCloud