diff options
author | 2007-04-28 17:07:55 +0000 | |
---|---|---|
committer | 2007-04-28 17:07:55 +0000 | |
commit | 2e9c7243c5ded2958ecad8735e366026d144ee4f (patch) | |
tree | 3f892ec40c3a4156f49076a745f6886e54609526 /sys-apps/hprofile/hprofile-2.0_beta2.ebuild | |
parent | Fix *initd, *confd and *envd calls (#17388, #174266) (diff) | |
download | gentoo-2-2e9c7243c5ded2958ecad8735e366026d144ee4f.tar.gz gentoo-2-2e9c7243c5ded2958ecad8735e366026d144ee4f.tar.bz2 gentoo-2-2e9c7243c5ded2958ecad8735e366026d144ee4f.zip |
Fix *initd, *confd and *envd calls (#173884, #174266)
(Portage version: 2.1.2.5)
Diffstat (limited to 'sys-apps/hprofile/hprofile-2.0_beta2.ebuild')
-rw-r--r-- | sys-apps/hprofile/hprofile-2.0_beta2.ebuild | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/sys-apps/hprofile/hprofile-2.0_beta2.ebuild b/sys-apps/hprofile/hprofile-2.0_beta2.ebuild index d494dad3718a..2065d44080d7 100644 --- a/sys-apps/hprofile/hprofile-2.0_beta2.ebuild +++ b/sys-apps/hprofile/hprofile-2.0_beta2.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2005 Gentoo Foundation +# Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/hprofile/hprofile-2.0_beta2.ebuild,v 1.2 2005/05/14 08:36:32 blubb Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/hprofile/hprofile-2.0_beta2.ebuild,v 1.3 2007/04/28 17:07:55 swegener Exp $ DESCRIPTION="Utility to manage hardware, network, power or other profiles" HOMEPAGE="http://hprofile.sourceforge.net/" @@ -28,8 +28,7 @@ src_install() { dodir /etc/hprofile cp -r config/hprofile/* ${D}/etc/hprofile/ || die "cp" - exeinto /etc/init.d - doexe extra/rc-scripts/gentoo/* + doinitd extra/rc-scripts/gentoo/* dodoc README } |