diff options
author | Sven Wegener <swegener@gentoo.org> | 2007-04-28 17:50:17 +0000 |
---|---|---|
committer | Sven Wegener <swegener@gentoo.org> | 2007-04-28 17:50:17 +0000 |
commit | 15be0ad8b0b12f15fa095d1b73177e9d3167eab2 (patch) | |
tree | bd1a5563eea4319e611cd73832266f7e2baf229e /x11-plugins/wmacpimon | |
parent | Stable on ppc64; bug #164786 (diff) | |
download | gentoo-2-15be0ad8b0b12f15fa095d1b73177e9d3167eab2.tar.gz gentoo-2-15be0ad8b0b12f15fa095d1b73177e9d3167eab2.tar.bz2 gentoo-2-15be0ad8b0b12f15fa095d1b73177e9d3167eab2.zip |
Fix *initd, *confd and *envd calls (#173884, #174266)
(Portage version: 2.1.2.5)
Diffstat (limited to 'x11-plugins/wmacpimon')
-rw-r--r-- | x11-plugins/wmacpimon/ChangeLog | 5 | ||||
-rw-r--r-- | x11-plugins/wmacpimon/wmacpimon-0.2.1.ebuild | 7 |
2 files changed, 7 insertions, 5 deletions
diff --git a/x11-plugins/wmacpimon/ChangeLog b/x11-plugins/wmacpimon/ChangeLog index 657bf8f98bc6..f019c0d0b00b 100644 --- a/x11-plugins/wmacpimon/ChangeLog +++ b/x11-plugins/wmacpimon/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for x11-plugins/wmacpimon # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmacpimon/ChangeLog,v 1.5 2007/02/06 01:53:42 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmacpimon/ChangeLog,v 1.6 2007/04/28 17:50:17 swegener Exp $ + + 28 Apr 2007; Sven Wegener <swegener@gentoo.org> wmacpimon-0.2.1.ebuild: + Fix *initd, *confd and *envd calls (#173884, #174266) 06 Feb 2007; Diego Pettenò <flameeyes@gentoo.org> ChangeLog: Regenerate digest in Manifest2 format. 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() |