diff options
author | Pedro Arizmendi <silmano@gmail.com> | 2016-04-15 22:22:50 +0200 |
---|---|---|
committer | Ian Delaney <idella4@gentoo.org> | 2016-04-16 10:19:09 +0800 |
commit | 0e2344606097901a206be3778e8e1c56054e91f8 (patch) | |
tree | c1d9b1fd9c36a3f3ecfc8af619731fee359fcdd7 /www-misc | |
parent | www-misc/monitorix: add user 'silmano' and g-p-m to metadata.xml (diff) | |
download | gentoo-0e2344606097901a206be3778e8e1c56054e91f8.tar.gz gentoo-0e2344606097901a206be3778e8e1c56054e91f8.tar.bz2 gentoo-0e2344606097901a206be3778e8e1c56054e91f8.zip |
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@gentoo.org>
Diffstat (limited to 'www-misc')
-rw-r--r-- | www-misc/monitorix/files/monitorix.init (renamed from www-misc/monitorix/files/monitorix-3.5.1.init) | 0 | ||||
-rw-r--r-- | 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 index 630636f1eed3..630636f1eed3 100644 --- a/www-misc/monitorix/files/monitorix-3.5.1.init +++ b/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 a1aeb7942fbe..1a8898b94056 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 |