diff options
author | Shigeyuki Fukushima <shige@FreeBSD.org> | 2001-01-22 13:48:20 +0000 |
---|---|---|
committer | Shigeyuki Fukushima <shige@FreeBSD.org> | 2001-01-22 13:48:20 +0000 |
commit | 65bfdec23e3ae46fdfefb7affe55f660c361e163 (patch) | |
tree | 7bbdd0b6594ea573390a07b52472a558a40dab87 /www/wcol | |
parent | 024f2c83dba334ffdecebb5b0877af85823ee4e4 (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.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 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 |