updated on Fri Jan 20 04:00:45 UTC 2012
[aur-mirror.git] / nfs-utils-ipv6 / nfs-utils.install
blob7dcdf9575f59e8c393c70159e69b5deb09256e0b
1 ## arg 1:  the new package version
2 post_install() {
3 cat << 'EOM'
4   ==> PLEASE NOTE:
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
7   ==>
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   
11 EOM
14 ## arg 1:  the new package version
15 ## arg 2:  the old package version
16 post_upgrade() {
17   if [ "$(vercmp $2 1.2.0-2)" -lt 0 ]; then
18 cat << 'EOM'
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
25   ==>
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.
30 EOM
31   fi