blob: 8caf30b4c4a99e7d7c98adf011e8d4848fb1afd9 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
|
# ChangeLog for net-fs/coda-client
# Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/net-fs/coda-client/ChangeLog,v 1.3 2003/02/12 07:56:19 vapier Exp $
*coda-client-5.3.19 (23 Jul 2002)
06 Nov 2002; Brandon Low <lostlogic@gentoo.org> coda-client-5.3.19.ebuild :
Make not db4 compliant, and take the auto adding and removing from startup
level default out of the ebuild.
23 Oct 2002; Brandon Low <lostlogic@gentoo.org> coda-client-5.3.19.ebuild, coda-client-5.3.19-gentoo.patch, coda-client-5.3.19-gentoo2.patch:
This took forever to make it work, but it does now, gcc-3 compile
fixes are in gentoo2.patch and there is some sedfu in the ebuild.
This is this the initial portage commit of this ebuild.
15 Jul 2002; Greg Briggs <gb006k@mail.rochester.edu>
coda-client-5.3.19.ebuild, coda-client-5.3.19-gentoo.patch:
Created ebuild for this package.
* To test out coda in a hurry, do (as root of course):
emerge coda-client
venus-setup testserver.coda.cs.cmu.edu
/etc/init.d/venus.init start
Okay, now watch your 11th console until it says "/coda now mounted".
Now look in /coda for some files; you have connected to the testserver!
* Notes: You need kernel support for Coda enabled. You definitely need to
read the docs to use Coda, at least
http://www.coda.cs.cmu.edu/doc/html/coda-howto-5.html
The initscript that gets added to your system is "/etc/init.d/venus.init".
This will also mount coda -- no changes to fstab. By the way, you can test
with the public Coda server "testserver.coda.cs.cmu.edu".
* Bugs (these are in other packages I think; it is SAFE TO IGNORE them)
"cat: write error" during ebuild: a problem in depscan.sh
"mv: cannot move `cfs0-' to `cfs0': Operation not permitted" during
venus-setup: a problem in "( cd /dev ; ./MAKEDEV cfs )"
|