Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 16 Oct 1998 18:24:10 -0600 (MDT)
From:      skafte@zaius.worldgate.ca
To:        FreeBSD-gnats-submit@FreeBSD.ORG
Subject:   conf/8350: Patch for /etc/rc.firewall
Message-ID:  <199810170024.SAA17187@zaius.worldgate.ca>

next in thread | raw e-mail | index | archive | help

>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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199810170024.SAA17187>