summaryrefslogtreecommitdiff
path: root/core/nfs-utils/nfs-utils.install
diff options
context:
space:
mode:
Diffstat (limited to 'core/nfs-utils/nfs-utils.install')
-rw-r--r--core/nfs-utils/nfs-utils.install14
1 files changed, 7 insertions, 7 deletions
diff --git a/core/nfs-utils/nfs-utils.install b/core/nfs-utils/nfs-utils.install
index f6c72d915..7d88ac9c5 100644
--- a/core/nfs-utils/nfs-utils.install
+++ b/core/nfs-utils/nfs-utils.install
@@ -14,14 +14,14 @@ 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
+ if [ "$(vercmp $2 1.2.9-5)" -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
+ ==> IMPORTANT 1.3.0 NFS UTILS CHANGES:
+ ==> This is a rather important upgrade, you are going to have to change systemd services files.
+ ==> NFS-SERVER:
+ ==> systemctl enable nfs-server.service
+ ==> NFS-CLIENT:
+ ==> systemctl enable nfs-client.target
==>
==> Extended configuration options for NFS (clients & server) are available in:
==> /etc/conf.d/nfs-common