From nobody@FreeBSD.org  Tue Mar  6 11:56:33 2001
Return-Path: <nobody@FreeBSD.org>
Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21])
	by hub.freebsd.org (Postfix) with ESMTP id 21D1837B71E
	for <freebsd-gnats-submit@FreeBSD.org>; Tue,  6 Mar 2001 11:56:33 -0800 (PST)
	(envelope-from nobody@FreeBSD.org)
Received: (from nobody@localhost)
	by freefall.freebsd.org (8.11.1/8.11.1) id f26JuXt90163;
	Tue, 6 Mar 2001 11:56:33 -0800 (PST)
	(envelope-from nobody)
Message-Id: <200103061956.f26JuXt90163@freefall.freebsd.org>
Date: Tue, 6 Mar 2001 11:56:33 -0800 (PST)
From: gary@hotlava.com
To: freebsd-gnats-submit@FreeBSD.org
Subject: /etc/rc.fiewall lacks the source_rc_conf line
X-Send-Pr-Version: www-1.0

>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:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Tue Mar 06 12:00:02 PST 2001
>Closed-Date:    Thu Apr 12 19:28:50 PDT 2001
>Last-Modified:  Thu Apr 12 19:33:21 PDT 2001
>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:
State-Changed-From-To: open->closed 
State-Changed-By: murray 
State-Changed-When: Thu Apr 12 19:28:50 PDT 2001 
State-Changed-Why:  
This has been fixed since revision 1.30.2.4 of rc.firewall. 


http://www.freebsd.org/cgi/query-pr.cgi?pr=25571 
>Unformatted:
