diff options
author | Michael Januszewski <spock@gentoo.org> | 2007-04-22 14:19:58 +0000 |
---|---|---|
committer | Michael Januszewski <spock@gentoo.org> | 2007-04-22 14:19:58 +0000 |
commit | 4403758c1955249b4bd250172e82f600df3152a2 (patch) | |
tree | ffacca8de287bfc1f837fd1b74e800a9b260ae5f /sci-mathematics/gimps/gimps-24.14-r1.ebuild | |
parent | Version bump (diff) | |
download | historical-4403758c1955249b4bd250172e82f600df3152a2.tar.gz historical-4403758c1955249b4bd250172e82f600df3152a2.tar.bz2 historical-4403758c1955249b4bd250172e82f600df3152a2.zip |
Use newinitd and newconfd (bug #174266).
Package-Manager: portage-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.ebuild | 8 |
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 () { |