summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authortnut <tnut at nutyx dot com>2011-07-01 21:35:54 +0200
committertnut <tnut at nutyx dot com>2011-07-01 21:35:54 +0200
commit142c3894e94e5e7ec076a4122469fbfcdc217b21 (patch)
tree58d3de72c86be598f42236770f98a43ad93787a0
parent1d9004d284f2cf4007b3e088cfe0dac4482aa8a7 (diff)
downloadnutyx-extra-142c3894e94e5e7ec076a4122469fbfcdc217b21.tar.gz
nutyx-extra-142c3894e94e5e7ec076a4122469fbfcdc217b21.tar.bz2
nutyx-extra-142c3894e94e5e7ec076a4122469fbfcdc217b21.tar.xz
nutyx-extra-142c3894e94e5e7ec076a4122469fbfcdc217b21.zip
nfs-utils, maj 1.2.4-1
-rw-r--r--extra/nfs-utils/.footprint.i6864
-rw-r--r--extra/nfs-utils/.footprint.x86_644
-rw-r--r--extra/nfs-utils/.md5sum.x86_642
-rwxr-xr-xextra/nfs-utils/Pkgfile19
-rw-r--r--extra/nfs-utils/post-install1
5 files changed, 18 insertions, 12 deletions
diff --git a/extra/nfs-utils/.footprint.i686 b/extra/nfs-utils/.footprint.i686
index d46505eff..dc7814812 100644
--- a/extra/nfs-utils/.footprint.i686
+++ b/extra/nfs-utils/.footprint.i686
@@ -6,7 +6,11 @@ lrwxrwxrwx root/root sbin/umount.nfs4 -> mount.nfs
drwxr-xr-x root/root usr/
drwxr-xr-x root/root usr/sbin/
-rwxr-xr-x root/root usr/sbin/exportfs
+-rwxr-xr-x root/root usr/sbin/mountstats
+-rwxr-xr-x root/root usr/sbin/nfsidmap
+-rwxr-xr-x root/root usr/sbin/nfsiostat
-rwxr-xr-x root/root usr/sbin/nfsstat
+-rwxr-xr-x root/root usr/sbin/rpc.idmapd
-rwxr-xr-x root/root usr/sbin/rpc.mountd
-rwxr-xr-x root/root usr/sbin/rpc.nfsd
-rwxr-xr-x root/root usr/sbin/rpc.statd
diff --git a/extra/nfs-utils/.footprint.x86_64 b/extra/nfs-utils/.footprint.x86_64
index d46505eff..dc7814812 100644
--- a/extra/nfs-utils/.footprint.x86_64
+++ b/extra/nfs-utils/.footprint.x86_64
@@ -6,7 +6,11 @@ lrwxrwxrwx root/root sbin/umount.nfs4 -> mount.nfs
drwxr-xr-x root/root usr/
drwxr-xr-x root/root usr/sbin/
-rwxr-xr-x root/root usr/sbin/exportfs
+-rwxr-xr-x root/root usr/sbin/mountstats
+-rwxr-xr-x root/root usr/sbin/nfsidmap
+-rwxr-xr-x root/root usr/sbin/nfsiostat
-rwxr-xr-x root/root usr/sbin/nfsstat
+-rwxr-xr-x root/root usr/sbin/rpc.idmapd
-rwxr-xr-x root/root usr/sbin/rpc.mountd
-rwxr-xr-x root/root usr/sbin/rpc.nfsd
-rwxr-xr-x root/root usr/sbin/rpc.statd
diff --git a/extra/nfs-utils/.md5sum.x86_64 b/extra/nfs-utils/.md5sum.x86_64
index cc626e7bd..c4ee3494c 100644
--- a/extra/nfs-utils/.md5sum.x86_64
+++ b/extra/nfs-utils/.md5sum.x86_64
@@ -1 +1 @@
-4ab250f35979794de3d185e3c864e4d0 nfs-utils-1.2.0.tar.gz
+02f52d567e6b3a8b93e70a65ea776a75 nfs-utils-1.2.4.tar.gz
diff --git a/extra/nfs-utils/Pkgfile b/extra/nfs-utils/Pkgfile
index a4b220d1b..8a7d0c62c 100755
--- a/extra/nfs-utils/Pkgfile
+++ b/extra/nfs-utils/Pkgfile
@@ -2,25 +2,24 @@
# URL: http://nfs.sourceforge.net
# Maintainer: NuTyX core team
# Packager: thierryn1 at hispeed dot ch
-# Depends on: portmap
-# Run on: portmap
+# Depends on: libnfsidmap,libevent, keyutils
+# Run on: libnfsidmap,libevent,keyutils
name=nfs-utils
-version=1.2.0
-release=3
+version=1.2.4
+release=1
source=(http://ftp.kernel.org/pub/linux/utils/nfs/$name-$version.tar.gz)
build() {
cd $name-$version
-sed -i "1i\#include <sys/stat.h>\n" utils/exportfs/exportfs.c
-sed -i "1i\#include <sys/stat.h>\n" utils/mount/mount.c
-sed -i "1i\#include <sys/stat.h>\n" utils/mount/network.c
-sed -i 's/getkversion//' tools/Makefile.in
./configure --prefix=/usr \
--sysconfdir=/etc \
--mandir=/usr/share/man \
--infodir=/usr/share/info \
- --disable-nfsv4 \
- --disable-gss
+ --enable-nfsv4 \
+ --enable-nfsv3 \
+ --with-tcp-wrappers \
+ --disable-gss \
+ --with-statedir=/var/lib/nfs
make
make DESTDIR=$PKG install
rm -r $PKG/{var,usr/share/man/man{7,8}}
diff --git a/extra/nfs-utils/post-install b/extra/nfs-utils/post-install
deleted file mode 100644
index 3bbccad07..000000000
--- a/extra/nfs-utils/post-install
+++ /dev/null
@@ -1 +0,0 @@
-/etc/rc.d/init.d/netfs start