summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Januszewski <spock@gentoo.org>2007-04-22 14:19:58 +0000
committerMichael Januszewski <spock@gentoo.org>2007-04-22 14:19:58 +0000
commite8cb6339e5e248ce44e6c15fc1d25364ae4351ab (patch)
tree3feaf23de68b9188511a280dbaf82f2f2f3e39e1 /sci-mathematics/gimps/gimps-24.14-r1.ebuild
parentVersion bump (diff)
downloadgentoo-2-e8cb6339e5e248ce44e6c15fc1d25364ae4351ab.tar.gz
gentoo-2-e8cb6339e5e248ce44e6c15fc1d25364ae4351ab.tar.bz2
gentoo-2-e8cb6339e5e248ce44e6c15fc1d25364ae4351ab.zip
Use newinitd and newconfd (bug #174266).
(Portage version: 2.1.2.4)
Diffstat (limited to 'sci-mathematics/gimps/gimps-24.14-r1.ebuild')
-rw-r--r--sci-mathematics/gimps/gimps-24.14-r1.ebuild8
1 files changed, 4 insertions, 4 deletions
diff --git a/sci-mathematics/gimps/gimps-24.14-r1.ebuild b/sci-mathematics/gimps/gimps-24.14-r1.ebuild
index b8feb394c7ce..e5af857f8578 100644
--- a/sci-mathematics/gimps/gimps-24.14-r1.ebuild
+++ b/sci-mathematics/gimps/gimps-24.14-r1.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/sci-mathematics/gimps/gimps-24.14-r1.ebuild,v 1.2 2006/09/23 21:45:49 spock Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/gimps/gimps-24.14-r1.ebuild,v 1.3 2007/04/22 14:19:58 spock Exp $
IUSE=""
DESCRIPTION="GIMPS - The Great Internet Mersenne Prime Search"
@@ -29,8 +29,8 @@ src_install () {
dodoc license.txt readme.txt stress.txt whatsnew.txt undoc.txt
- exeinto /etc/init.d ; newexe ${FILESDIR}/gimps-24.14-init.d gimps
- insinto /etc/conf.d ; newins ${FILESDIR}/gimps-24.14-conf.d gimps
+ newinitd ${FILESDIR}/gimps-24.14-init.d gimps
+ newconfd ${FILESDIR}/gimps-24.14-conf.d gimps
}
pkg_postinst () {