Skip to content

Commit

Permalink
www-misc/monitorix: Renamed init file
Browse files Browse the repository at this point in the history
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: gentoo#1269

Signed-off-by: Ian Delaney <[email protected]>
  • Loading branch information
Pedro Arizmendi authored and Ian Delaney committed Apr 16, 2016
1 parent 4176630 commit 0e23446
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
File renamed without changes.
4 changes: 2 additions & 2 deletions www-misc/monitorix/monitorix-3.5.1.ebuild
Original file line number Diff line number Diff line change
@@ -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$

Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 0e23446

Please sign in to comment.