openbsd-20030404

changes suggested by mcmer@gmx.net
This commit is contained in:
Jim Rees 2003-04-04 17:49:33 +00:00
parent 2dd8bbd1e2
commit a7c365f5cc

11
README
View File

@ -156,10 +156,15 @@ F OpenBSD Notes
For now, you need kernel source installed to build OpenAFS. For now, you need kernel source installed to build OpenAFS.
There is a package builder in src/packaging/OpenBSD. "sh buildpkg.sh" There is a package builder in src/packaging/OpenBSD. "sh buildpkg.sh"
should make a package for the client. Use pkg_add to install. There is should make a package for the client. Use pkg_add to install. The
no server package, but I am told that "make install" will put server package will install using transarc-paths, regardless of how you
binaries in /usr/afs. configured.
There is no server package, but I am told that "make install" will put
server binaries in /usr/afs.
Your kernel may panic when you try to shutdown after running the OpenAFS Your kernel may panic when you try to shutdown after running the OpenAFS
client. To prevent this, change the "dangling vnode" panic in client. To prevent this, change the "dangling vnode" panic in
sys/kern/vfs_syscalls.c to a printf and build a new kernel. sys/kern/vfs_syscalls.c to a printf and build a new kernel.
You can't run arla and OpenAFS at the same time.