summaryrefslogtreecommitdiff
path: root/nfs-utils
diff options
context:
space:
mode:
Diffstat (limited to 'nfs-utils')
-rw-r--r--nfs-utils/.md5sum2
-rw-r--r--nfs-utils/Pkgfile2
-rw-r--r--nfs-utils/nfs2
3 files changed, 3 insertions, 3 deletions
diff --git a/nfs-utils/.md5sum b/nfs-utils/.md5sum
index 07b8e846e..3cfbb5848 100644
--- a/nfs-utils/.md5sum
+++ b/nfs-utils/.md5sum
@@ -1,5 +1,5 @@
c5ccf58f5f9f57aba75c8b72219eb6e6 exports
167ea3a16eb6f33b3642e920147bb265 idmapd.conf
-b5ce905faebc7f12e50f04d8a9574fe3 nfs
+1477840e1c19e0ac95c538db8b401d90 nfs
8be543ca270c2234ff18f8c8d35e0d37 nfs-utils-1.2.6.tar.bz2
071bb2c4e2104599f0bba55a8ce35f37 nfsserver
diff --git a/nfs-utils/Pkgfile b/nfs-utils/Pkgfile
index 6333b035b..f9f6f8803 100644
--- a/nfs-utils/Pkgfile
+++ b/nfs-utils/Pkgfile
@@ -5,7 +5,7 @@
name=nfs-utils
version=1.2.6
-release=1
+release=2
source=(http://downloads.sourceforge.net/project/nfs/$name/$version/$name-$version.tar.bz2 \
exports idmapd.conf nfs nfsserver)
diff --git a/nfs-utils/nfs b/nfs-utils/nfs
index 9392eea27..8b720c913 100644
--- a/nfs-utils/nfs
+++ b/nfs-utils/nfs
@@ -14,7 +14,7 @@ start)
/bin/mount -a -t nfs
;;
stop)
- /bin/umount -a -t nfs
+ /bin/umount -a -t nfs,nfs4
killall -q /usr/sbin/rpc.statd
killall -q /usr/sbin/rpc.idmapd
/bin/umount $PIPEFS

Generated by cgit