diff options
author | Britney Fransen <brfransen@gmail.com> | 2018-04-13 21:16:08 (GMT) |
---|---|---|
committer | Britney Fransen <brfransen@gmail.com> | 2018-04-13 21:16:08 (GMT) |
commit | c8188f1e65a1b8b310b1e6410d8416a8ea2b2813 (patch) | |
tree | eaeab41ae1ee81305e14514e4980f587d9892896 /abs/core/nfs-utils/nfs-utils.install | |
parent | e890f4ba7b7ed37b7004a582a042403a501e010a (diff) | |
download | linhes_pkgbuild-c8188f1e65a1b8b310b1e6410d8416a8ea2b2813.zip linhes_pkgbuild-c8188f1e65a1b8b310b1e6410d8416a8ea2b2813.tar.gz linhes_pkgbuild-c8188f1e65a1b8b310b1e6410d8416a8ea2b2813.tar.bz2 |
nfs-utils: update to 2.3.1
Diffstat (limited to 'abs/core/nfs-utils/nfs-utils.install')
-rw-r--r-- | abs/core/nfs-utils/nfs-utils.install | 32 |
1 files changed, 0 insertions, 32 deletions
diff --git a/abs/core/nfs-utils/nfs-utils.install b/abs/core/nfs-utils/nfs-utils.install deleted file mode 100644 index f6c72d9..0000000 --- a/abs/core/nfs-utils/nfs-utils.install +++ /dev/null @@ -1,32 +0,0 @@ -## arg 1: the new package version -post_install() { -cat << 'EOM' - ==> PLEASE NOTE: - ==> Extended configuration options for NFS (clients & server) are available in - ==> /etc/conf.d/nfs-common.conf and in /etc/conf.d/nfs-server.conf - ==> - ==> Please refer to http://wiki.archlinux.org/index.php/NFS - ==> for further information on NFS4; for NFSv3, refer to - ==> http://wiki.archlinux.org/index.php/NFSv3 -EOM -} - -## arg 1: the new package version -## arg 2: the old package version -post_upgrade() { - if [ "$(vercmp $2 1.2.0-2)" -lt 0 ]; then -cat << 'EOM' - ==> IMPORTANT NFS UTILS CHANGES: - ==> This is a rather important upgrade, you are going to have to change config files. - ==> /etc/rc.conf daemons changes: - ==> Change portmap to rpcbind - ==> Change nfslock to nfs-common - ==> Change nfsd to nfs-server - ==> - ==> Extended configuration options for NFS (clients & server) are available in: - ==> /etc/conf.d/nfs-common - ==> /etc/conf.d/nfs-server - ==> Please change them to your needs. -EOM - fi -} |