View | Details | Raw Unified | Return to bug 29631
Collapse All | Expand All

(-)etc/rc.firewall Sun Aug 12 03:17:58 2001 (-5 / +7 lines)
Lines 30-40 Link Here
30
#
30
#
31
31
32
# Suck in the configuration variables.
32
# Suck in the configuration variables.
33
if [ -r /etc/defaults/rc.conf ]; then
33
if [ -z "${source_rc_confs_defined}" ]; then
34
       . /etc/defaults/rc.conf
34
       if [ -r /etc/defaults/rc.conf ]; then
35
       source_rc_confs
35
               . /etc/defaults/rc.conf
36
elif [ -r /etc/rc.conf ]; then
36
               source_rc_confs
37
       . /etc/rc.conf
37
       elif [ -r /etc/rc.conf ]; then
38
               . /etc/rc.conf
39
       fi
38
fi
40
fi
39
41
40
############
42
############

Return to bug 29631