Bug 25571

Summary: /etc/rc.fiewall lacks the source_rc_conf line
Product: Base System Reporter: gary <gary>
Component: confAssignee: freebsd-bugs (Nobody) <bugs>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Unspecified   
Hardware: Any   
OS: Any   

Description gary 2001-03-06 20:00:02 UTC
/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

Fix: 

Add source_rc_conf to the /etc/rc.firewall file.
Comment 1 Murray Stokely freebsd_committer freebsd_triage 2001-04-13 03:28:50 UTC
State Changed
From-To: open->closed

This has been fixed since revision 1.30.2.4 of rc.firewall.