summaryrefslogtreecommitdiff
path: root/www/wcol
diff options
context:
space:
mode:
authorShigeyuki Fukushima <shige@FreeBSD.org>2001-01-22 13:48:20 +0000
committerShigeyuki Fukushima <shige@FreeBSD.org>2001-01-22 13:48:20 +0000
commit65bfdec23e3ae46fdfefb7affe55f660c361e163 (patch)
tree7bbdd0b6594ea573390a07b52472a558a40dab87 /www/wcol
parentThere is no gcc_r anymore. (diff)
Fix suck rc.conf problem.
Notes
Notes: svn path=/head/; revision=37439
Diffstat (limited to 'www/wcol')
-rw-r--r--www/wcol/files/wcol.sh.sample1
1 files changed, 1 insertions, 0 deletions
diff --git a/www/wcol/files/wcol.sh.sample b/www/wcol/files/wcol.sh.sample
index b3e0772a046d..038e5f0e4b8c 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