Commit 355f08fb authored by Ad Schellevis's avatar Ad Schellevis

(rc.d) forgot to scan /etc/rc.d/ (ipfw not loaded automatically)

parent 319ae9c4
......@@ -9,7 +9,7 @@ for RC_CONF in $(ls /etc/rc.conf.d); do
done
# probe all deamons in /usr/local/etc/rc.d/
ls /usr/local/etc/rc.d/* | while read rc_filename; do
ls /usr/local/etc/rc.d/* /etc/rc.d/* | while read rc_filename; do
# read rc scripts and parse name and rcvar variables
_file=`basename $rc_filename`
eval `/usr/bin/grep "name[[:blank:]]*=" $rc_filename | /usr/bin/head -n 1`
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment