summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTorsten Veller <tove@gentoo.org>2007-05-14 18:15:41 +0000
committerTorsten Veller <tove@gentoo.org>2007-05-14 18:15:41 +0000
commit672ab63b1db88155799c0f29025897ac49426814 (patch)
treea353f7a7cbd49001f3c175f1a41c22307a5f8d96 /sys-power/cpudyn
parentversion bump (diff)
downloadgentoo-2-672ab63b1db88155799c0f29025897ac49426814.tar.gz
gentoo-2-672ab63b1db88155799c0f29025897ac49426814.tar.bz2
gentoo-2-672ab63b1db88155799c0f29025897ac49426814.zip
Correct initd and confd again - bug #178451.
(Portage version: 2.1.2.7)
Diffstat (limited to 'sys-power/cpudyn')
-rw-r--r--sys-power/cpudyn/ChangeLog5
-rw-r--r--sys-power/cpudyn/cpudyn-1.0.1.ebuild6
2 files changed, 7 insertions, 4 deletions
diff --git a/sys-power/cpudyn/ChangeLog b/sys-power/cpudyn/ChangeLog
index 0e572e39eadd..310feb756024 100644
--- a/sys-power/cpudyn/ChangeLog
+++ b/sys-power/cpudyn/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for sys-power/cpudyn
# Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-power/cpudyn/ChangeLog,v 1.7 2007/04/28 17:19:15 tove Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-power/cpudyn/ChangeLog,v 1.8 2007/05/14 18:15:41 tove Exp $
+
+ 14 May 2007; Torsten Veller <tove@gentoo.org> cpudyn-1.0.1.ebuild:
+ Correct initd and confd again - bug #178451.
28 Apr 2007; Torsten Veller <tove@gentoo.org> cpudyn-0.99.0.ebuild,
cpudyn-1.0.ebuild, cpudyn-1.0.1.ebuild:
diff --git a/sys-power/cpudyn/cpudyn-1.0.1.ebuild b/sys-power/cpudyn/cpudyn-1.0.1.ebuild
index d04a9e582959..c34847e2a548 100644
--- a/sys-power/cpudyn/cpudyn-1.0.1.ebuild
+++ b/sys-power/cpudyn/cpudyn-1.0.1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-power/cpudyn/cpudyn-1.0.1.ebuild,v 1.4 2007/04/28 17:19:15 tove Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-power/cpudyn/cpudyn-1.0.1.ebuild,v 1.5 2007/05/14 18:15:41 tove Exp $
inherit eutils
@@ -32,8 +32,8 @@ src_install() {
dodoc INSTALL README VERSION changelog
dohtml *.html
- newexe "${FILESDIR}"/cpudyn.init cpudyn
- newins debian/cpudyn.conf cpudyn
+ newinitd "${FILESDIR}"/cpudyn.init cpudyn
+ newconfd debian/cpudyn.conf cpudyn
}
pkg_postinst() {