diff options
author | Sven Wegener <swegener@gentoo.org> | 2007-04-28 17:12:01 +0000 |
---|---|---|
committer | Sven Wegener <swegener@gentoo.org> | 2007-04-28 17:12:01 +0000 |
commit | 6c099c3967c0f38e55d5e0fa77ca8806bb16698f (patch) | |
tree | a740a7507e46d8b6aa72ced1da6c20545f6973c0 /sys-apps/hprofile | |
parent | Masking eclipse-sdk versions below 3.2.1. (diff) | |
download | historical-6c099c3967c0f38e55d5e0fa77ca8806bb16698f.tar.gz historical-6c099c3967c0f38e55d5e0fa77ca8806bb16698f.tar.bz2 historical-6c099c3967c0f38e55d5e0fa77ca8806bb16698f.zip |
Fix *initd, *confd and *envd calls (#173884, #174266)
Package-Manager: portage-2.1.2.5
Diffstat (limited to 'sys-apps/hprofile')
-rw-r--r-- | sys-apps/hprofile/ChangeLog | 5 | ||||
-rw-r--r-- | sys-apps/hprofile/hprofile-2.0_beta2.ebuild | 7 |
2 files changed, 7 insertions, 5 deletions
diff --git a/sys-apps/hprofile/ChangeLog b/sys-apps/hprofile/ChangeLog index a9d9f607c2e9..7d70ad42b5e9 100644 --- a/sys-apps/hprofile/ChangeLog +++ b/sys-apps/hprofile/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sys-apps/hprofile # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/hprofile/ChangeLog,v 1.3 2007/02/09 05:30:59 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/hprofile/ChangeLog,v 1.4 2007/04/28 17:07:55 swegener Exp $ + + 28 Apr 2007; Sven Wegener <swegener@gentoo.org> hprofile-2.0_beta2.ebuild: + Fix *initd, *confd and *envd calls (#173884, #174266) 09 Feb 2007; Diego Pettenò <flameeyes@gentoo.org> ChangeLog: Regenerate digest in Manifest2 format. 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 } |