summaryrefslogtreecommitdiffstats
path: root/etc/rc.d
diff options
context:
space:
mode:
authordougb <dougb@FreeBSD.org>2009-10-14 03:31:37 +0000
committerdougb <dougb@FreeBSD.org>2009-10-14 03:31:37 +0000
commit9d3d2c6390fec708823288dcc84b4513d770b694 (patch)
treeb2f3c956101e823bc05d8ed88fab2e25f416f5ca /etc/rc.d
parentf62540567b96e7dbfd39f1069b0b19855ad0cd02 (diff)
downloadFreeBSD-src-9d3d2c6390fec708823288dcc84b4513d770b694.zip
FreeBSD-src-9d3d2c6390fec708823288dcc84b4513d770b694.tar.gz
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@gmail.com> Approved by: re (kib)
Diffstat (limited to 'etc/rc.d')
-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