From owner-freebsd-doc Mon Oct 21 18:30: 4 2002 Delivered-To: freebsd-doc@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 810F537B401 for ; Mon, 21 Oct 2002 18:30:02 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id D39B943E6A for ; Mon, 21 Oct 2002 18:30:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id g9M1U1x3090426 for ; Mon, 21 Oct 2002 18:30:01 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g9M1U1hI090425; Mon, 21 Oct 2002 18:30:01 -0700 (PDT) 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 Reply-To: Chris Pepper To: FreeBSD-gnats-submit@FreeBSD.org Cc: Poul-Henning Kamp X-Send-Pr-Version: 3.113 Subject: docs/44363: /etc/rc.firewall & /etc/rc.firewall6 don't include header lines Sender: owner-freebsd-doc@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 44363 >Category: docs >Synopsis: /etc/rc.firewall & /etc/rc.firewall6 don't include header lines >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-doc >State: open >Quarter: >Keywords: >Date-Required: >Class: doc-bug >Submitter-Id: current-users >Arrival-Date: Mon Oct 21 18:30:01 PDT 2002 >Closed-Date: >Last-Modified: >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: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-doc" in the body of the message