diff options
Diffstat (limited to 'www/wwwoffle/files/wwwoffled.sh.in')
-rw-r--r-- | www/wwwoffle/files/wwwoffled.sh.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/wwwoffle/files/wwwoffled.sh.in b/www/wwwoffle/files/wwwoffled.sh.in index 2d1fc3ae63b0..05c857d2d323 100644 --- a/www/wwwoffle/files/wwwoffled.sh.in +++ b/www/wwwoffle/files/wwwoffled.sh.in @@ -18,7 +18,7 @@ wwwoffled_flags=${wwwoffled_flags-""} wwwoffled_pidfile=${wwwoffled_pidfile-"/var/run/wwwoffled.pid"} wwwoffled_conffile="%%PREFIX%%/etc/wwwoffle.conf" -. %%RC_SUBR%% +. /etc/rc.subr name="wwwoffled" rcvar=`set_rcvar` |