From owner-freebsd-bugs Fri Oct 16 17:30:17 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id RAA25095 for freebsd-bugs-outgoing; Fri, 16 Oct 1998 17:30:17 -0700 (PDT) (envelope-from owner-freebsd-bugs@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id RAA24988 for ; Fri, 16 Oct 1998 17:30:04 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id RAA23282; Fri, 16 Oct 1998 17:30:01 -0700 (PDT) Received: from zaius.worldgate.ca (zaius.worldgate.ca [207.167.1.1] (may be forged)) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id RAA23993 for ; Fri, 16 Oct 1998 17:24:35 -0700 (PDT) (envelope-from skafte@zaius.worldgate.ca) Received: (from skafte@localhost) by zaius.worldgate.ca (8.8.8/8.8.8) id SAA17187; Fri, 16 Oct 1998 18:24:10 -0600 (MDT) (envelope-from skafte) Message-Id: <199810170024.SAA17187@zaius.worldgate.ca> Date: Fri, 16 Oct 1998 18:24:10 -0600 (MDT) From: skafte@zaius.worldgate.ca Reply-To: skafte@zaius.worldgate.ca To: FreeBSD-gnats-submit@FreeBSD.ORG X-Send-Pr-Version: 3.2 Subject: conf/8350: Patch for /etc/rc.firewall Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 8350 >Category: conf >Synopsis: Problems with /etc/rc.firewall >Confidential: no >Severity: serious >Priority: high >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Fri Oct 16 17:30:01 PDT 1998 >Last-Modified: >Originator: Greg Skafte >Organization: WorldGate Inc. >Release: FreeBSD 2.2.7-STABLE i386 >Environment: 2.2.7-stable using a "file" for firewall definition >Description: in /etc/rc.conf if you specify a filename for the firewall type the firewall rules don't load. >How-To-Repeat: specify a filename for firewall="filename" >Fix: --- /usr/src/etc/rc.firewall Wed Sep 16 22:24:21 1998 +++ /etc/rc.firewall Thu Jul 2 14:27:09 1998 @@ -183,5 +168,5 @@ # Everything else is denied as default. elif [ "${firewall_type}" != "UNKNOWN" -a -r "${firewall_type}" ]; then - $fwcmd ${firewall_type} + . ${firewall_type} fi >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message