diff options
author | Jeffrey Gardner <je_fro@gentoo.org> | 2011-06-28 15:14:16 +0000 |
---|---|---|
committer | Jeffrey Gardner <je_fro@gentoo.org> | 2011-06-28 15:14:16 +0000 |
commit | 7c7e766b43e00437036e06affaf44b3b586ddbbd (patch) | |
tree | 7fd80c9b33127fe09c06dda26d497e867f7aee83 /sci-biology/foldingathome | |
parent | Version bump, remove old, obsolete version. (diff) | |
download | gentoo-2-7c7e766b43e00437036e06affaf44b3b586ddbbd.tar.gz gentoo-2-7c7e766b43e00437036e06affaf44b3b586ddbbd.tar.bz2 gentoo-2-7c7e766b43e00437036e06affaf44b3b586ddbbd.zip |
Change init script to use 'user' instead of 'chuid' for new openrc.
(Portage version: 2.1.10.3/cvs/Linux x86_64)
Diffstat (limited to 'sci-biology/foldingathome')
-rw-r--r-- | sci-biology/foldingathome/ChangeLog | 8 | ||||
-rw-r--r-- | sci-biology/foldingathome/files/6.34/fah-init | 4 | ||||
-rw-r--r-- | sci-biology/foldingathome/foldingathome-6.34-r1.ebuild (renamed from sci-biology/foldingathome/foldingathome-6.34.ebuild) | 2 |
3 files changed, 10 insertions, 4 deletions
diff --git a/sci-biology/foldingathome/ChangeLog b/sci-biology/foldingathome/ChangeLog index 46a279fad231..7aa557ab6a48 100644 --- a/sci-biology/foldingathome/ChangeLog +++ b/sci-biology/foldingathome/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for sci-biology/foldingathome # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-biology/foldingathome/ChangeLog,v 1.32 2011/06/15 18:00:52 je_fro Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-biology/foldingathome/ChangeLog,v 1.33 2011/06/28 15:14:16 je_fro Exp $ + +*foldingathome-6.34-r1 (28 Jun 2011) + + 28 Jun 2011; Jeff Gardner <je_fro@gentoo.org> files/6.34/fah-init, + -foldingathome-6.34.ebuild, +foldingathome-6.34-r1.ebuild: + Change init script to use 'user' instead of 'chuid' for new openrc. 15 Jun 2011; Jeff Gardner <je_fro@gentoo.org> -files/copy_client_config-5.0.2-r1, -files/init-5.0.2-r3, diff --git a/sci-biology/foldingathome/files/6.34/fah-init b/sci-biology/foldingathome/files/6.34/fah-init index a80c0fa6eb6e..04a9389db0cd 100644 --- a/sci-biology/foldingathome/files/6.34/fah-init +++ b/sci-biology/foldingathome/files/6.34/fah-init @@ -1,7 +1,7 @@ #!/sbin/runscript # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-biology/foldingathome/files/6.34/fah-init,v 1.2 2011/06/15 17:41:48 je_fro Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-biology/foldingathome/files/6.34/fah-init,v 1.3 2011/06/28 15:14:16 je_fro Exp $ opts="${opts} unitinfo" @@ -13,7 +13,7 @@ unitinfo() { start() { ebegin "Starting Folding@Home" cd /opt/foldingathome - start-stop-daemon --chdir ${PWD} --chuid foldingathome --nicelevel 19 \ + start-stop-daemon --chdir ${PWD} --user foldingathome --nicelevel 19 \ --make-pidfile --pidfile "${PIDFILE}" \ --start --background --exec ./fah6 -- ${FOLD_OPTS} eend $? diff --git a/sci-biology/foldingathome/foldingathome-6.34.ebuild b/sci-biology/foldingathome/foldingathome-6.34-r1.ebuild index 11fee0924b84..9a63a44f28dd 100644 --- a/sci-biology/foldingathome/foldingathome-6.34.ebuild +++ b/sci-biology/foldingathome/foldingathome-6.34-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-biology/foldingathome/foldingathome-6.34.ebuild,v 1.1 2011/06/15 17:26:03 je_fro Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-biology/foldingathome/foldingathome-6.34-r1.ebuild,v 1.1 2011/06/28 15:14:16 je_fro Exp $ EAPI="3" |