diff options
author | Torsten Veller <tove@gentoo.org> | 2007-05-14 18:15:41 +0000 |
---|---|---|
committer | Torsten Veller <tove@gentoo.org> | 2007-05-14 18:15:41 +0000 |
commit | 672ab63b1db88155799c0f29025897ac49426814 (patch) | |
tree | a353f7a7cbd49001f3c175f1a41c22307a5f8d96 /sys-power/cpudyn/cpudyn-1.0.1.ebuild | |
parent | version bump (diff) | |
download | gentoo-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/cpudyn-1.0.1.ebuild')
-rw-r--r-- | sys-power/cpudyn/cpudyn-1.0.1.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
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() { |