diff options
author | Maurice van der Pot <griffon26@gentoo.org> | 2005-06-08 20:39:05 +0000 |
---|---|---|
committer | Maurice van der Pot <griffon26@gentoo.org> | 2005-06-08 20:39:05 +0000 |
commit | 6a4b847e874b32d257471222f538c65651e7a461 (patch) | |
tree | b07d787547c8c07bf641be661c97f711632a2cb5 /net-fs/coda/coda-6.0.10.ebuild | |
parent | Stable on hppa (diff) | |
download | gentoo-2-6a4b847e874b32d257471222f538c65651e7a461.tar.gz gentoo-2-6a4b847e874b32d257471222f538c65651e7a461.tar.bz2 gentoo-2-6a4b847e874b32d257471222f538c65651e7a461.zip |
Added coda-6.0.11, removed old versions, fixed a few minor bugs including bug #93791
(Portage version: 2.0.51.22-r1)
Diffstat (limited to 'net-fs/coda/coda-6.0.10.ebuild')
-rw-r--r-- | net-fs/coda/coda-6.0.10.ebuild | 12 |
1 files changed, 9 insertions, 3 deletions
diff --git a/net-fs/coda/coda-6.0.10.ebuild b/net-fs/coda/coda-6.0.10.ebuild index 02d0ef088ffb..b1dca4199c25 100644 --- a/net-fs/coda/coda-6.0.10.ebuild +++ b/net-fs/coda/coda-6.0.10.ebuild @@ -1,14 +1,14 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-fs/coda/coda-6.0.10.ebuild,v 1.1 2005/05/05 13:21:08 griffon26 Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-fs/coda/coda-6.0.10.ebuild,v 1.2 2005/06/08 20:39:05 griffon26 Exp $ inherit eutils IUSE="kerberos" DESCRIPTION="Coda is an advanced networked filesystem developed at Carnegie Mellon Univ." -HOMEPAGE="http://www.coda.cs.cmu.edu" -SRC_URI="ftp://ftp.coda.cs.cmu.edu/pub/coda/src/${P}.tar.gz" +HOMEPAGE="http://www.coda.cs.cmu.edu/" +SRC_URI="http://www.coda.cs.cmu.edu/pub/coda/src/${P}.tar.gz" SLOT="0" LICENSE="GPL-2" @@ -228,6 +228,12 @@ pkg_config () { # Start coda server /etc/init.d/codasrv start || exit 1 + # Workaround to increase the likelihood that the coda server finished + # starting up. Once there is a nicer way to detect this, it should + # probably be added to the codasrv init script. + # See http://www.coda.cs.cmu.edu/maillists/codalist/codalist-2004/6954.html + sleep 5 + einfo "Creating root volume..." # Create root volume createvoloutput=`createvol_rep / ${FQDN} 2>&1 <<- EOF |