diff options
author | 2004-07-18 03:52:58 +0000 | |
---|---|---|
committer | 2004-07-18 03:52:58 +0000 | |
commit | 9bdaabd5ef1d742add481e0da69bee469f76f3e8 (patch) | |
tree | f8077f3c8dff873d426e94658aec4db7c29dfbae /net-fs/coda | |
parent | Manifest fix - files/slmodem-2.7.modules size mismatch, files/slmodem-2.7.dev... (diff) | |
download | historical-9bdaabd5ef1d742add481e0da69bee469f76f3e8.tar.gz historical-9bdaabd5ef1d742add481e0da69bee469f76f3e8.tar.bz2 historical-9bdaabd5ef1d742add481e0da69bee469f76f3e8.zip |
Manifest fix - files/codasrv size mismatch
Diffstat (limited to 'net-fs/coda')
-rw-r--r-- | net-fs/coda/Manifest | 12 | ||||
-rw-r--r-- | net-fs/coda/files/codasrv | 4 |
2 files changed, 13 insertions, 3 deletions
diff --git a/net-fs/coda/Manifest b/net-fs/coda/Manifest index 7b49e52c54e2..c820da65e915 100644 --- a/net-fs/coda/Manifest +++ b/net-fs/coda/Manifest @@ -1,12 +1,22 @@ +-----BEGIN PGP SIGNED MESSAGE----- +Hash: SHA1 + MD5 5bbb57c76f0cf851a9c3a1b9d955493d coda-6.0.3.ebuild 2969 MD5 1b45d9e2da0f37197bb054ea7da892ce metadata.xml 360 MD5 51e995132a9e8a39df66eaa9a7e606e0 ChangeLog 1432 MD5 a069d20d74c89546ecd73c7a00f14c8f coda-6.0.6.ebuild 2991 MD5 3b744271da3f14625cb9b0f141f58f65 files/venus 527 -MD5 3ab8a053dd466061c7d2a41de76eda6f files/codasrv 1086 +MD5 a0074891682173a4ceb15a88e34734dd files/codasrv 1099 MD5 63676a42a490eb9d6283db5dd4f94ac8 files/coda-update 1418 MD5 fae8350994155eb6bf9f22be8162ecdb files/auth2 1149 MD5 d08316a08429d573d30dbc9924707206 files/digest-coda-6.0.3 63 MD5 d21e4e5142a0266459b5ad8b39e3e707 files/coda-6.0.3-iowr.patch 607 MD5 eb72604e9995f1f6c1fbcb84edfee3fb files/digest-coda-6.0.6 63 MD5 464a8cd91e3af12266c0570034388221 files/coda-6.0.6-gcc3.4.patch 1984 +-----BEGIN PGP SIGNATURE----- +Version: GnuPG v1.2.4 (GNU/Linux) + +iD8DBQFA+fXemdTrptrqvGERAsLkAJ9SyrWGkenjbuBWL7uu75s4KzzmHQCeIb8Q ++hg3yHtYi2cHDNf3YmmD62U= +=TQb3 +-----END PGP SIGNATURE----- diff --git a/net-fs/coda/files/codasrv b/net-fs/coda/files/codasrv index 1fcc3bcae791..9b759ae707ce 100644 --- a/net-fs/coda/files/codasrv +++ b/net-fs/coda/files/codasrv @@ -1,7 +1,7 @@ #!/sbin/runscript # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-fs/coda/files/codasrv,v 1.3 2004/07/16 23:22:03 dragonheart Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-fs/coda/files/codasrv,v 1.4 2004/07/18 03:52:58 dragonheart Exp $ depend() { need net coda-update auth2 @@ -31,7 +31,7 @@ start() { checkconfig || return 1 ebegin "Starting codasrv" - start-stop-daemon --start --exec /usr/sbin/codasrv + start-stop-daemon --start --background --exec /usr/sbin/codasrv eend $? } |