diff options
author | shige <shige@FreeBSD.org> | 2001-01-22 13:48:20 +0000 |
---|---|---|
committer | shige <shige@FreeBSD.org> | 2001-01-22 13:48:20 +0000 |
commit | 09356d1ee40b9580421b187a894a3f08bb7caba9 (patch) | |
tree | d2b7be85ce54618748b6f6389b3c9cf2ce918479 /www | |
parent | d77966af58f703db957fb3a21e55c920063a6af0 (diff) | |
download | FreeBSD-ports-09356d1ee40b9580421b187a894a3f08bb7caba9.zip FreeBSD-ports-09356d1ee40b9580421b187a894a3f08bb7caba9.tar.gz |
Fix suck rc.conf problem.
Diffstat (limited to 'www')
-rw-r--r-- | www/wcol/files/wcol.sh.sample | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/www/wcol/files/wcol.sh.sample b/www/wcol/files/wcol.sh.sample index b3e0772..038e5f0 100644 --- a/www/wcol/files/wcol.sh.sample +++ b/www/wcol/files/wcol.sh.sample @@ -15,6 +15,7 @@ wcol_pid=/var/run/wcol.pid # if [ -f /etc/defaults/rc.conf ]; then . /etc/defaults/rc.conf + source_rc_confs elif [ -f /etc/rc.conf ]; then . /etc/rc.conf fi |