update-bsd-readme-20071026

Update build info for Open/FreeBSD.
This commit is contained in:
Jim Rees 2007-10-26 17:41:54 +00:00
parent 1b3ecae23c
commit 5a0dfa46f0

17
README
View File

@ -155,11 +155,6 @@ E HP-UX 11.0 Notes
F OpenBSD Notes F OpenBSD Notes
We recommend you build with the following options to configure:
--enable-namei-fileserver
--enable-largefile-fileserver
--enable-supergroups
If you need to run regen.sh to make the configure script, you should If you need to run regen.sh to make the configure script, you should
first install autoconf-2.59, then setenv AUTOCONF_VERSION 2.59. first install autoconf-2.59, then setenv AUTOCONF_VERSION 2.59.
@ -188,9 +183,6 @@ G FreeBSD Notes
mostly have to do with locking, vnode refcounting, and packaging. The mostly have to do with locking, vnode refcounting, and packaging. The
server should work. server should work.
We recommend you build with --enable-namei-fileserver and
--enable-largefile-fileserver options.
You need kernel source installed to build OpenAFS. Use the You need kernel source installed to build OpenAFS. Use the
--with-bsd-kernel-headers= configure option if your kernel source is not --with-bsd-kernel-headers= configure option if your kernel source is not
in /usr/src/sys. in /usr/src/sys.
@ -199,12 +191,7 @@ G FreeBSD Notes
include file. Use the --with-bsd-kernel-build= configure option if your include file. Use the --with-bsd-kernel-build= configure option if your
kernel build is not GENERIC in the standard place. kernel build is not GENERIC in the standard place.
There is a package builder in src/packaging/OpenBSD. "sh buildpkg.sh"
should make a package for the client. Use pkg_add to install. The
package will install using transarc-paths, regardless of how you
configured. The builder uses an old version of the /usr/vice/etc/rc file
that probably won't work. You might be able to replace it with something
like "kldload libafs.ko; /usr/vice/etc/afsd".
There is no server package, but I am told that "make install" will put There is no server package, but I am told that "make install" will put
server binaries in /usr/afs. server binaries in /usr/afs.
You can't run arla and OpenAFS at the same time.