diff options
Diffstat (limited to 'www/webobjects/files/wotaskd.sh.in')
-rw-r--r-- | www/webobjects/files/wotaskd.sh.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/webobjects/files/wotaskd.sh.in b/www/webobjects/files/wotaskd.sh.in index a72dd8cd18db..cee2a604357b 100644 --- a/www/webobjects/files/wotaskd.sh.in +++ b/www/webobjects/files/wotaskd.sh.in @@ -19,7 +19,7 @@ wotaskd_pidfile="${wotaskd_pidfile:-/var/run/webobjects/${name}.pid}" wotaskd_logfile="${wotaskd_logfile:-/var/log/webobjects/${name}.log}" NEXT_ROOT="${NEXT_ROOT-%%PREFIX%%/%%NEXT_ROOT%%}" -. %%RC_SUBR%% +. /etc/rc.subr rcvar=`set_rcvar` load_rc_config "$name" |