summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--extra/nfs-utils/.footprint10
-rwxr-xr-xextra/nfs-utils/Pkgfile2
2 files changed, 11 insertions, 1 deletions
diff --git a/extra/nfs-utils/.footprint b/extra/nfs-utils/.footprint
index 8a4e96eb0..062d58214 100644
--- a/extra/nfs-utils/.footprint
+++ b/extra/nfs-utils/.footprint
@@ -4,6 +4,16 @@ lrwxrwxrwx root/root sbin/mount.nfs4 -> mount.nfs
lrwxrwxrwx root/root sbin/umount.nfs -> mount.nfs
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/nfsstat
+-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
+-rwxr-xr-x root/root usr/sbin/rpcdebug
+-rwxr-xr-x root/root usr/sbin/showmount
+-rwxr-xr-x root/root usr/sbin/sm-notify
+-rwxr-xr-x root/root usr/sbin/start-statd
drwxr-xr-x root/root usr/share/
drwxr-xr-x root/root usr/share/man/
drwxr-xr-x root/root usr/share/man/man5/
diff --git a/extra/nfs-utils/Pkgfile b/extra/nfs-utils/Pkgfile
index 728267912..75168ff5a 100755
--- a/extra/nfs-utils/Pkgfile
+++ b/extra/nfs-utils/Pkgfile
@@ -19,5 +19,5 @@ sed -i 's/getkversion//' tools/Makefile.in
--disable-gss
make
make DESTDIR=$PKG install
-rm -r $PKG/{var,usr/{sbin,share/man/man{7,8}}}
+rm -r $PKG/{var,usr/share/man/man{7,8}}
}