| Summary: | /etc/rc.fiewall lacks the source_rc_conf line | ||
|---|---|---|---|
| Product: | Base System | Reporter: | gary <gary> |
| Component: | conf | Assignee: | freebsd-bugs (Nobody) <bugs> |
| Status: | Closed FIXED | ||
| Severity: | Affects Only Me | ||
| Priority: | Normal | ||
| Version: | Unspecified | ||
| Hardware: | Any | ||
| OS: | Any | ||
State Changed From-To: open->closed This has been fixed since revision 1.30.2.4 of rc.firewall. |
/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.