diff options
author | Jeffrey Gardner <je_fro@gentoo.org> | 2007-04-21 23:00:25 +0000 |
---|---|---|
committer | Jeffrey Gardner <je_fro@gentoo.org> | 2007-04-21 23:00:25 +0000 |
commit | d1e5b418b2d88e9e3104cea2718c42ef57e9c974 (patch) | |
tree | bfa3016e94147f55c4eb90bd59fec5bbb0d9d197 /sci-biology | |
parent | Use newconfd wrt bug #174266 (diff) | |
download | gentoo-2-d1e5b418b2d88e9e3104cea2718c42ef57e9c974.tar.gz gentoo-2-d1e5b418b2d88e9e3104cea2718c42ef57e9c974.tar.bz2 gentoo-2-d1e5b418b2d88e9e3104cea2718c42ef57e9c974.zip |
Use newinitd wrt bug # 174266
(Portage version: 2.1.2.2)
Diffstat (limited to 'sci-biology')
-rw-r--r-- | sci-biology/foldingathome/foldingathome-5.0.2-r3.ebuild | 5 | ||||
-rw-r--r-- | sci-biology/foldingathome/foldingathome-5.0.2-r5.ebuild | 5 |
2 files changed, 4 insertions, 6 deletions
diff --git a/sci-biology/foldingathome/foldingathome-5.0.2-r3.ebuild b/sci-biology/foldingathome/foldingathome-5.0.2-r3.ebuild index cbff375cf980..af18fc38232d 100644 --- a/sci-biology/foldingathome/foldingathome-5.0.2-r3.ebuild +++ b/sci-biology/foldingathome/foldingathome-5.0.2-r3.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/sci-biology/foldingathome/foldingathome-5.0.2-r3.ebuild,v 1.4 2007/04/21 22:54:55 je_fro Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-biology/foldingathome/foldingathome-5.0.2-r3.ebuild,v 1.5 2007/04/21 23:00:25 je_fro Exp $ # no version number on this install dir since upgrades will be using same dir # (data will be stored here too) @@ -50,8 +50,7 @@ src_install() { doexe foldingathome exeinto ${I}/client8 doexe foldingathome - exeinto /etc/init.d - newexe ${FILESDIR}/init-${PVR} foldingathome + newinitd ${FILESDIR}/init-${PVR} foldingathome newconfd ${FILESDIR}/folding-conf.d-r1 foldingathome } diff --git a/sci-biology/foldingathome/foldingathome-5.0.2-r5.ebuild b/sci-biology/foldingathome/foldingathome-5.0.2-r5.ebuild index 458dbb7a45b3..2a96d410c6cd 100644 --- a/sci-biology/foldingathome/foldingathome-5.0.2-r5.ebuild +++ b/sci-biology/foldingathome/foldingathome-5.0.2-r5.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/sci-biology/foldingathome/foldingathome-5.0.2-r5.ebuild,v 1.2 2007/04/21 22:54:55 je_fro Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-biology/foldingathome/foldingathome-5.0.2-r5.ebuild,v 1.3 2007/04/21 23:00:25 je_fro Exp $ # no version number on this install dir since upgrades will be using same dir # (data will be stored here too) @@ -50,8 +50,7 @@ src_install() { doexe foldingathome exeinto ${I}/client8 doexe foldingathome - exeinto /etc/init.d - newexe ${FILESDIR}/init-${PVR} foldingathome + newinitd ${FILESDIR}/init-${PVR} foldingathome newconfd ${FILESDIR}/folding-conf.d-r1 foldingathome } |