#!/bin/zsh ############################## # # # NFS client configuration # # # ############################## CLIENT=(client) MOUNTPOINT=(/mnt/test) SCRATCHMNT=(/mnt/scratch) ############################## # # # NFS server configuration # # # ############################## SERVER=(server) EXPORT=(/srv/xfs/test) SCRATCH=(/srv/xfs/scratch) ########################### # # # General configuration # # # ########################### BIN=$HOME/bin USER=$(whoami) VERSION=(3 4.0 4.1 4.2) PROTO=(tcp)