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

(-)periodic.sh (-1 / +2 lines)
Lines 22-28 Link Here
22
# to see if there are additional dirs to check
22
# to see if there are additional dirs to check
23
if [ -r /etc/defaults/rc.conf ]; then
23
if [ -r /etc/defaults/rc.conf ]; then
24
    . /etc/defaults/rc.conf
24
    . /etc/defaults/rc.conf
25
elif [ -r /etc/rc.conf ]; then
25
fi
26
if [ -r /etc/rc.conf ]; then
26
    . /etc/rc.conf
27
    . /etc/rc.conf
27
fi
28
fi
28
29

Return to bug 17378