diff options
author | Doug Barton <dougb@FreeBSD.org> | 2010-03-27 00:15:24 +0000 |
---|---|---|
committer | Doug Barton <dougb@FreeBSD.org> | 2010-03-27 00:15:24 +0000 |
commit | 1d6b4b3f9145338f9413b8827d5fdb118ac9be1f (patch) | |
tree | 2fcb7a6c8fd09bc0b639967f8bc88bcc777caaea /www/tomcat55 | |
parent | 9de837d04395a0f80f7b2eb78d09de0c4dd344bb (diff) |
Begin the process of deprecating sysutils/rc_subr by
s#. %%RC_SUBR%%#. /etc/rc.subr#
Notes
Notes:
svn path=/head/; revision=251553
Diffstat (limited to 'www/tomcat55')
-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` |