diff options
Diffstat (limited to 'www/tomcat55/files/tomcat55.sh.in')
-rw-r--r-- | www/tomcat55/files/tomcat55.sh.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/tomcat55/files/tomcat55.sh.in b/www/tomcat55/files/tomcat55.sh.in index 50fd3addd84a..1ac100ed9f5b 100644 --- a/www/tomcat55/files/tomcat55.sh.in +++ b/www/tomcat55/files/tomcat55.sh.in @@ -69,7 +69,7 @@ tomcat%%TOMCAT_VERSION%%_stdout_log="${tomcat%%TOMCAT_VERSION%%_stdout_log:-"%%S tomcat%%TOMCAT_VERSION%%_stderr_log="${tomcat%%TOMCAT_VERSION%%_stderr_log:-"%%STDERR_LOG%%"}" tomcat%%TOMCAT_VERSION%%_stop_timeout="${tomcat%%TOMCAT_VERSION%%_stop_timeout:-"10"}" -. %%RC_SUBR%% +. /etc/rc.subr name="tomcat%%TOMCAT_VERSION%%" rcvar=`set_rcvar` |