1 ## arg 1: the new package version
5 ==> Extended configuration options for NFS (clients & server) are available in
6 ==> /etc/conf.d/nfs-common.conf and in /etc/conf.d/nfs-server.conf
8 ==> Please refer to http://wiki.archlinux.org/index.php/Nfs
9 ==> for further information on NFS; for NFSv4, refer to
10 ==> http://wiki.archlinux.org/index.php/NFSv4
14 ## arg 1: the new package version
15 ## arg 2: the old package version
17 if [ "$(vercmp $2 1.2.0-2)" -lt 0 ]; then
19 ==> IMPORTANT NFS UTILS CHANGES:
20 ==> This is a rather important upgrade, you are going to have to change config files.
21 ==> /etc/rc.conf daemons changes:
22 ==> Change portmap to rpcbind
23 ==> Change nfslock to nfs-common
24 ==> Change nfsd to nfs-server
26 ==> Extended configuration options for NFS (clients & server) are available in:
27 ==> /etc/conf.d/nfs-common
28 ==> /etc/conf.d/nfs-server
29 ==> Please change them to your needs.