[OpenAFS] SUN Solaris package for Openafs.
Jeffrey Hutzelman
jhutz@cmu.edu
Thu, 08 Apr 2004 11:38:59 -0400
On Wednesday, April 07, 2004 18:56:22 -0400 Derek Atkins <warlord@MIT.EDU>
wrote:
> Admittedly you need to fix the BosConfig commands to point to the
> correct binary paths, but AFAIK that's the only place where full paths
> are important (well, and the location of the config files).
Actually, no, you don't. The paths to the various programs the bosserver
normally runs are actually protocol constants; they don't have to change
depending on where the binaries actually are.
So if you say
bos create foobar fs fs /usr/afs/bin/fileserver /usr/afs/bin/volserevr
/usr/afs/bin/salvager
Then you will get a fs bnode that expects to find the fileserver,
volserver, and salvager in @afssrvlibexecdir@, whatever that happens to be
(usually it will be either /usr/afs/bin or $prefix/libexec/openafs).
-- Jeff