Bug 44363

Summary: /etc/rc.firewall & /etc/rc.firewall6 don't include header lines
Product: Documentation Reporter: Chris Pepper <pepper>
Component: Books & ArticlesAssignee: Tom Rhodes <trhodes>
Status: Closed FIXED    
Severity: Affects Only Me CC: phk
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
rc.firewall.patch none

Description Chris Pepper 2002-10-22 02:30:01 UTC
	/etc/rc.firewall & /etc/rc.firewall6 don't start with "#!/bin/sh -", but they probably should (like other /etc/rc.* files).

Fix: Add:

#!/bin/sh -
#

	to /etc/rc.firewall & /etc/rc.firewall6.
	
How-To-Repeat: 	head -1 /etc/rc.*
Comment 1 Tom Rhodes freebsd_committer freebsd_triage 2002-12-24 01:13:40 UTC
Responsible Changed
From-To: freebsd-doc->trhodes

Over to me for review.
Comment 2 Tom Rhodes freebsd_committer freebsd_triage 2003-02-10 05:45:27 UTC
State Changed
From-To: open->closed

Applied!  Thanks for the submission.