summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSven Wegener <swegener@gentoo.org>2007-04-28 17:50:17 +0000
committerSven Wegener <swegener@gentoo.org>2007-04-28 17:50:17 +0000
commit50bc98328661ba3557bf002354c1b4ff5b0112f0 (patch)
tree04c9656605835782081a328ee0e4e01423f2cb2b /x11-plugins/wmacpimon/wmacpimon-0.2.1.ebuild
parentStable on ppc64; bug #164786 (diff)
downloadhistorical-50bc98328661ba3557bf002354c1b4ff5b0112f0.tar.gz
historical-50bc98328661ba3557bf002354c1b4ff5b0112f0.tar.bz2
historical-50bc98328661ba3557bf002354c1b4ff5b0112f0.zip
Fix *initd, *confd and *envd calls (#173884, #174266)
Package-Manager: portage-2.1.2.5
Diffstat (limited to 'x11-plugins/wmacpimon/wmacpimon-0.2.1.ebuild')
-rw-r--r--x11-plugins/wmacpimon/wmacpimon-0.2.1.ebuild7
1 files changed, 3 insertions, 4 deletions
diff --git a/x11-plugins/wmacpimon/wmacpimon-0.2.1.ebuild b/x11-plugins/wmacpimon/wmacpimon-0.2.1.ebuild
index 27ca2521c2ce..7b2c2ba0f974 100644
--- a/x11-plugins/wmacpimon/wmacpimon-0.2.1.ebuild
+++ b/x11-plugins/wmacpimon/wmacpimon-0.2.1.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2006 Gentoo Foundation
+# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmacpimon/wmacpimon-0.2.1.ebuild,v 1.4 2006/01/22 12:16:40 nelchael Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmacpimon/wmacpimon-0.2.1.ebuild,v 1.5 2007/04/28 17:50:17 swegener Exp $
inherit eutils
@@ -47,8 +47,7 @@ src_install()
{
dobin wmacpimond wmacpimon
dodoc AUTHORS ChangeLog README
- exeinto /etc/init.d
- newexe ${FILESDIR}/wmacpimon.initscript wmacpimon
+ newinitd ${FILESDIR}/wmacpimon.initscript wmacpimon
}
pkg_postinst()