diff options
author | tnut <thierryn1 at hispeed dot ch> | 2010-06-19 18:30:25 +0200 |
---|---|---|
committer | tnut <thierryn1 at hispeed dot ch> | 2010-06-19 18:30:25 +0200 |
commit | 3c1d03d2c890a5d33b9eb5331c610bb8095f45fd (patch) | |
tree | a60fa064f94e45907243e8da0e2ee57b8db0f63a | |
parent | 7a99bbbef0f6df8b3705b10dbd3677be4de69ab0 (diff) | |
download | nutyx-pakxe-3c1d03d2c890a5d33b9eb5331c610bb8095f45fd.tar.gz nutyx-pakxe-3c1d03d2c890a5d33b9eb5331c610bb8095f45fd.tar.bz2 nutyx-pakxe-3c1d03d2c890a5d33b9eb5331c610bb8095f45fd.tar.xz nutyx-pakxe-3c1d03d2c890a5d33b9eb5331c610bb8095f45fd.zip |
nfs-utils, ajout des binaires
-rw-r--r-- | extra/nfs-utils/.footprint | 10 | ||||
-rwxr-xr-x | extra/nfs-utils/Pkgfile | 2 |
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}} } |