commit: a650374dd6fc0424109ff5db28779f825e0db641 Author: Austin English <wizardedit <AT> gentoo <DOT> org> AuthorDate: Wed May 18 06:44:48 2016 +0000 Commit: Austin English <wizardedit <AT> gentoo <DOT> org> CommitDate: Wed May 18 06:44:48 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a650374d
www-servers/tomcat: use #!/sbin/openrc-run instead of #!/sbin/runscript www-servers/tomcat/files/tomcat-r1.init | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/www-servers/tomcat/files/tomcat-r1.init b/www-servers/tomcat/files/tomcat-r1.init index 531baa1..13c3e54 100644 --- a/www-servers/tomcat/files/tomcat-r1.init +++ b/www-servers/tomcat/files/tomcat-r1.init @@ -1,5 +1,5 @@ -#!/@GENTOO_PORTAGE_EPREFIX@sbin/runscript -# Copyright 1999-2015 Gentoo Foundation +#!/@GENTOO_PORTAGE_EPREFIX@sbin/openrc-run +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 extra_commands="forcestop"
