Date: Tue, 6 Mar 2001 11:56:33 -0800 (PST) From: gary@hotlava.com To: freebsd-gnats-submit@FreeBSD.org Subject: conf/25571: /etc/rc.fiewall lacks the source_rc_conf line Message-ID: <200103061956.f26JuXt90163@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 25571
>Category: conf
>Synopsis: /etc/rc.fiewall lacks the source_rc_conf line
>Confidential: no
>Severity: non-critical
>Priority: low
>Responsible: freebsd-bugs
>State: open
>Quarter:
>Keywords:
>Date-Required:
>Class: sw-bug
>Submitter-Id: current-users
>Arrival-Date: Tue Mar 06 12:00:02 PST 2001
>Closed-Date:
>Last-Modified:
>Originator: Gary Howland
>Release: 4.2
>Organization:
Mainstreet b.v.
>Environment:
>Description:
/etc/rc.firewall lacks the 'source_rc_confs' like the other rc.scripts. It should!
/etc/rc.firewall does not contain the 'source_rc_confs' line, like the rest
of the /etc/rc.scripts - it should.
############
# Setup system for firewall service.
# $FreeBSD: src/etc/rc.firewall,v 1.30 2000/02/06 19:24:37 paul Exp $
# Suck in the configuration variables.
if [ -r /etc/defaults/rc.conf ]; then
. /etc/defaults/rc.conf
-------> this is missing: source_rc_confs
elif [ -r /etc/rc.conf ]; then
. /etc/rc.conf
>How-To-Repeat:
>Fix:
Add source_rc_conf to the /etc/rc.firewall file.
>Release-Note:
>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?200103061956.f26JuXt90163>
