4593804 [rkeene@sledge /home/rkeene/projects/build]$ cat openafs.txt
# SHORT DESC: Open Andrew Filesystem
# LONG DESC: AFS is a distributed filesystem product, pioneered at Carnegie Mellon University and supported and developed as a product by Transarc Corporation (now IBM Pittsburgh Labs). It offers a client-server architecture for file sharing, providing location independence, scalability, security, and transparent migration capabilities for data.

bs_config_sysname="i386_linux24"
if [ "`uname -m`" = "x86_64" ]; then
	bs_config_sysname="amd64_linux26"
fi

./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var --libdir="$libdir" --disable-kernel-module --with-afs-sysname="${bs_config_sysname}" --disable-pam && \
make && \
make install || exit 1

# OpenAFS replaces backup, annoyingly.
mv /usr/sbin/backup /usr/sbin/afs_backup

exit 0
4593805 [rkeene@sledge /home/rkeene/projects/build]$

Click here to go back to the directory listing.
Click here to download this file.
last modified: 2012-05-07 00:52:06