From: James Le Cuirot Date: Tue, 3 May 2016 20:41:09 +0000 (+0100) Subject: dev-db/hsqldb: Change init script to use /sbin/openrc-run X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=7b5b59a09998e08700e3a18299588c50a542113c;p=gentoo.git dev-db/hsqldb: Change init script to use /sbin/openrc-run Straight to stable because it's a trivial change. Thanks to wizardedit for the patch. Package-Manager: portage-2.2.28 --- diff --git a/dev-db/hsqldb/files/hsqldb b/dev-db/hsqldb/files/hsqldb index 19249038e21e..d2764eb56fc2 100644 --- a/dev-db/hsqldb/files/hsqldb +++ b/dev-db/hsqldb/files/hsqldb @@ -1,5 +1,5 @@ -#!/sbin/runscript -# Copyright 1999-2004 Gentoo Foundation +#!/sbin/openrc-run +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ diff --git a/dev-db/hsqldb/hsqldb-1.8.1.3-r1.ebuild b/dev-db/hsqldb/hsqldb-1.8.1.3-r2.ebuild similarity index 100% rename from dev-db/hsqldb/hsqldb-1.8.1.3-r1.ebuild rename to dev-db/hsqldb/hsqldb-1.8.1.3-r2.ebuild