diff options
author | tnut <thierryn1 at hispeed dot ch> | 2010-06-19 18:30:47 +0200 |
---|---|---|
committer | tnut <thierryn1 at hispeed dot ch> | 2010-06-19 18:30:47 +0200 |
commit | 5544227cd4d85698e856b80993642e1171841fd0 (patch) | |
tree | aa2d262c4077d032173adef825b8f143b769ef12 /extra | |
parent | 3c1d03d2c890a5d33b9eb5331c610bb8095f45fd (diff) | |
download | nutyx-pakxe-5544227cd4d85698e856b80993642e1171841fd0.tar.gz nutyx-pakxe-5544227cd4d85698e856b80993642e1171841fd0.tar.bz2 nutyx-pakxe-5544227cd4d85698e856b80993642e1171841fd0.tar.xz nutyx-pakxe-5544227cd4d85698e856b80993642e1171841fd0.zip |
nfs-utils-server, suppression des binaires
Diffstat (limited to 'extra')
-rw-r--r-- | extra/nfs-utils-server/.footprint | 10 | ||||
-rwxr-xr-x | extra/nfs-utils-server/Pkgfile | 2 |
2 files changed, 1 insertions, 11 deletions
diff --git a/extra/nfs-utils-server/.footprint b/extra/nfs-utils-server/.footprint index 33b51b4a6..02aff602a 100644 --- a/extra/nfs-utils-server/.footprint +++ b/extra/nfs-utils-server/.footprint @@ -20,16 +20,6 @@ drwxr-xr-x root/root etc/rc.d/rcsysinit.d/ drwxr-xr-x root/root etc/sysconfig/ -rw-r--r-- root/root etc/sysconfig/nfs-server 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/man7/ diff --git a/extra/nfs-utils-server/Pkgfile b/extra/nfs-utils-server/Pkgfile index 28cf7f5c9..d9640d190 100755 --- a/extra/nfs-utils-server/Pkgfile +++ b/extra/nfs-utils-server/Pkgfile @@ -30,5 +30,5 @@ make DESTDIR=$PKG install-nfs-server install -m 754 ../nfs-server.sh $PKG/etc/rc.d/init.d/nfs-server mkdir -p $PKG/etc/sysconfig install -m 644 ../nfs-server $PKG/etc/sysconfig/ -rm -r $PKG/{sbin,usr/share/man/man5} +rm -r $PKG/{sbin,usr/{sbin,share/man/man5}} } |