commit:     0e2344606097901a206be3778e8e1c56054e91f8
Author:     Pedro Arizmendi <silmano <AT> gmail <DOT> com>
AuthorDate: Fri Apr 15 20:22:50 2016 +0000
Commit:     Ian Delaney <idella4 <AT> gentoo <DOT> org>
CommitDate: Sat Apr 16 02:19:09 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0e234460

www-misc/monitorix: Renamed init file

Renamed the init file to just the package name,
since the same version its compatible with higher
package versions.

Package-Manager: portage-2.2.26
Closes: https://github.com/gentoo/gentoo/pull/1269

Signed-off-by: Ian Delaney <idella4 <AT> gentoo.org>

 www-misc/monitorix/files/{monitorix-3.5.1.init => monitorix.init} | 0
 www-misc/monitorix/monitorix-3.5.1.ebuild                         | 4 ++--
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/www-misc/monitorix/files/monitorix-3.5.1.init 
b/www-misc/monitorix/files/monitorix.init
similarity index 100%
rename from www-misc/monitorix/files/monitorix-3.5.1.init
rename to www-misc/monitorix/files/monitorix.init

diff --git a/www-misc/monitorix/monitorix-3.5.1.ebuild 
b/www-misc/monitorix/monitorix-3.5.1.ebuild
index a1aeb79..1a8898b 100644
--- a/www-misc/monitorix/monitorix-3.5.1.ebuild
+++ b/www-misc/monitorix/monitorix-3.5.1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -46,7 +46,7 @@ src_prepare() {
 src_install() {
        dosbin ${PN}
 
-       newinitd "${FILESDIR}"/${P}.init ${PN}
+       newinitd "${FILESDIR}"/${PN}.init ${PN}
 
        insinto /etc/monitorix
        doins ${PN}.conf

Reply via email to