From pepper@reppep.com  Mon Oct 21 18:22:39 2002
Return-Path: <pepper@reppep.com>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP
	id 7076E37B401; Mon, 21 Oct 2002 18:22:39 -0700 (PDT)
Received: from www.reppep.com (www.reppep.com [66.92.104.200])
	by mx1.FreeBSD.org (Postfix) with ESMTP
	id 4F00943E77; Mon, 21 Oct 2002 18:22:35 -0700 (PDT)
	(envelope-from pepper@reppep.com)
Received: by www.reppep.com (Postfix, from userid 501)
	id 42A82AC1F; Mon, 21 Oct 2002 21:24:19 -0400 (EDT)
Message-Id: <20021022012419.42A82AC1F@www.reppep.com>
Date: Mon, 21 Oct 2002 21:24:19 -0400 (EDT)
From: Chris Pepper <pepper@rockefeller.edu>
Reply-To: Chris Pepper <pepper@rockefeller.edu>
To: FreeBSD-gnats-submit@freebsd.org
Cc: Poul-Henning Kamp <phk@FreeBSD.org>
Subject: /etc/rc.firewall & /etc/rc.firewall6 don't include header lines
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         44363
>Category:       docs
>Synopsis:       /etc/rc.firewall & /etc/rc.firewall6 don't include header lines
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    trhodes
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          doc-bug
>Submitter-Id:   current-users
>Arrival-Date:   Mon Oct 21 18:30:01 PDT 2002
>Closed-Date:    Sun Feb 09 21:45:46 PST 2003
>Last-Modified:  Sun Feb 09 21:45:46 PST 2003
>Originator:     Chris Pepper
>Release:        FreeBSD 4.7-STABLE i386
>Organization:
>Environment:
System: FreeBSD www.reppep.com 4.7-STABLE FreeBSD 4.7-STABLE #6: Sun Oct 20 18:15:59 EDT 2002 root@www.reppep.com:/usr/obj/usr/src/sys/GENERIC i386


	
>Description:
	/etc/rc.firewall & /etc/rc.firewall6 don't start with "#!/bin/sh -", but they probably should (like other /etc/rc.* files).
	
>How-To-Repeat:
	head -1 /etc/rc.*
	
>Fix:
	Add:

#!/bin/sh -
#

	to /etc/rc.firewall & /etc/rc.firewall6.
	

--- rc.firewall.patch begins here ---
--- /etc/rc.firewall	Tue Jun 11 00:20:09 2002
+++ rc.firewall.fixed	Mon Oct 21 21:16:32 2002
@@ -1,3 +1,5 @@
+#!/bin/sh -
+#
 # Copyright (c) 1996  Poul-Henning Kamp
 # All rights reserved.
 #
--- rc.firewall.patch ends here ---


>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-doc->trhodes 
Responsible-Changed-By: trhodes 
Responsible-Changed-When: Mon Dec 23 17:13:40 PST 2002 
Responsible-Changed-Why:  
Over to me for review. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=44363 
State-Changed-From-To: open->closed 
State-Changed-By: trhodes 
State-Changed-When: Sun Feb 9 21:45:27 PST 2003 
State-Changed-Why:  
Applied!  Thanks for the submission. 

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