From nobody@FreeBSD.org  Sun Aug 23 03:27:56 2009
Return-Path: <nobody@FreeBSD.org>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id 6786A106564A
	for <freebsd-gnats-submit@FreeBSD.org>; Sun, 23 Aug 2009 03:27:56 +0000 (UTC)
	(envelope-from nobody@FreeBSD.org)
Received: from www.freebsd.org (www.freebsd.org [IPv6:2001:4f8:fff6::21])
	by mx1.freebsd.org (Postfix) with ESMTP id 571338FC0C
	for <freebsd-gnats-submit@FreeBSD.org>; Sun, 23 Aug 2009 03:27:56 +0000 (UTC)
Received: from www.freebsd.org (localhost [127.0.0.1])
	by www.freebsd.org (8.14.3/8.14.3) with ESMTP id n7N3RuQ6081315
	for <freebsd-gnats-submit@FreeBSD.org>; Sun, 23 Aug 2009 03:27:56 GMT
	(envelope-from nobody@www.freebsd.org)
Received: (from nobody@localhost)
	by www.freebsd.org (8.14.3/8.14.3/Submit) id n7N3RuPe081294;
	Sun, 23 Aug 2009 03:27:56 GMT
	(envelope-from nobody)
Message-Id: <200908230327.n7N3RuPe081294@www.freebsd.org>
Date: Sun, 23 Aug 2009 03:27:56 GMT
From: Chris Petrik <c.petrik.sosa@gmail.com>
To: freebsd-gnats-submit@FreeBSD.org
Subject: fix typo in etc/rc.d/ipsec
X-Send-Pr-Version: www-3.1
X-GNATS-Notify:

>Number:         138087
>Category:       conf
>Synopsis:       [patch] fix typo in etc/rc.d/ipsec
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    dougb
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Sun Aug 23 03:30:09 UTC 2009
>Closed-Date:    Wed Oct 14 03:41:22 UTC 2009
>Last-Modified:  Wed Oct 14 03:41:22 UTC 2009
>Originator:     Chris Petrik
>Release:        7.2-Stable
>Organization:
Officialunix
>Environment:
7.2-Stable
>Description:
Fix typo in the description.

there should be a the.
>How-To-Repeat:

>Fix:


Patch attached with submission follows:

--- /etc/rc.d/ipsec	2009-06-24 17:25:45.000000000 -0500
+++ /etc/rc.d/ipsec	2009-08-22 22:24:23.000000000 -0500
@@ -43,7 +43,7 @@
 
 	# 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.
+	# it can hang any of the remaining IPv4/v6 session.
 	#
 	${ipsec_program} -F
 	${ipsec_program} -FP


>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-bugs->freebsd-rc 
Responsible-Changed-By: linimon 
Responsible-Changed-When: Sun Aug 23 05:51:41 UTC 2009 
Responsible-Changed-Why:  
Over to maintainer(s). 

http://www.freebsd.org/cgi/query-pr.cgi?pr=138087 
State-Changed-From-To: open->patched 
State-Changed-By: dougb 
State-Changed-When: Sun Aug 23 05:54:37 UTC 2009 
State-Changed-Why:  

Thanks for your interest in making FreeBSD better! 

I've patched this in HEAD but I don't plan to MFC it until after 
the upcoming 8.0 release so please be patient. 


Doug 


Responsible-Changed-From-To: freebsd-rc->dougb 
Responsible-Changed-By: dougb 
Responsible-Changed-When: Sun Aug 23 05:54:37 UTC 2009 
Responsible-Changed-Why:  

I'll handle this one. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=138087 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: conf/138087: commit references a PR
Date: Sun, 23 Aug 2009 05:57:07 +0000 (UTC)

 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@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
 _______________________________________________
 svn-src-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/svn-src-all
 To unsubscribe, send any mail to "svn-src-all-unsubscribe@freebsd.org"
 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: conf/138087: commit references a PR
Date: Wed, 14 Oct 2009 03:31:51 +0000 (UTC)

 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@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
 _______________________________________________
 svn-src-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/svn-src-all
 To unsubscribe, send any mail to "svn-src-all-unsubscribe@freebsd.org"
 
State-Changed-From-To: patched->closed 
State-Changed-By: dougb 
State-Changed-When: Wed Oct 14 03:40:53 UTC 2009 
State-Changed-Why:  

The change has been MFC'ed.  

http://www.freebsd.org/cgi/query-pr.cgi?pr=138087 
>Unformatted:
