From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id B1C7A138262 for ; Wed, 18 May 2016 06:50:38 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 31D5A1433C; Wed, 18 May 2016 06:50:38 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id CD21D1433C for ; Wed, 18 May 2016 06:50:37 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 08413340BF6 for ; Wed, 18 May 2016 06:50:37 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4C63895E for ; Wed, 18 May 2016 06:50:35 +0000 (UTC) From: "Austin English" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Austin English" Message-ID: <1463553888.a650374dd6fc0424109ff5db28779f825e0db641.wizardedit@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: www-servers/tomcat/files/ X-VCS-Repository: repo/gentoo X-VCS-Files: www-servers/tomcat/files/tomcat-r1.init X-VCS-Directories: www-servers/tomcat/files/ X-VCS-Committer: wizardedit X-VCS-Committer-Name: Austin English X-VCS-Revision: a650374dd6fc0424109ff5db28779f825e0db641 X-VCS-Branch: master Date: Wed, 18 May 2016 06:50:35 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 548a1379-9e47-4f21-bfd9-11264d777dc7 X-Archives-Hash: 22d71df274bc6ab9cf8b2c2ba1d4933c commit: a650374dd6fc0424109ff5db28779f825e0db641 Author: Austin English gentoo org> AuthorDate: Wed May 18 06:44:48 2016 +0000 Commit: Austin English gentoo 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"