diff options
| author | Sheldon Hearn <sheldonh@FreeBSD.org> | 2000-04-27 08:43:49 +0000 |
|---|---|---|
| committer | Sheldon Hearn <sheldonh@FreeBSD.org> | 2000-04-27 08:43:49 +0000 |
| commit | f66e7afa2807fbc9d43ce69f67eac43806530e8e (patch) | |
| tree | bd0af67c80cdbd6cd4218d2e6d06c453322f825a /etc/rc.firewall | |
| parent | e7fd6f003e03b8956aaeac96fb12247ee7a2bc1b (diff) | |
Notes
Diffstat (limited to 'etc/rc.firewall')
| -rw-r--r-- | etc/rc.firewall | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/etc/rc.firewall b/etc/rc.firewall index 37428808e7a2..a56cdf6e81b2 100644 --- a/etc/rc.firewall +++ b/etc/rc.firewall @@ -5,6 +5,7 @@ # Suck in the configuration variables. if [ -r /etc/defaults/rc.conf ]; then . /etc/defaults/rc.conf + source_rc_confs elif [ -r /etc/rc.conf ]; then . /etc/rc.conf fi |
