UmVirt LFS Package info
DB commit: eeb5b556770c9a541df710c0fd927901d6de9d66
APP commit: e905d50832f25d6e1ea1c062c557c2674e1072f0
nfs-utils
The NFS Utilities package contains the userspace server and client tools necessary to use the kernel's NFS abilities. NFS is a protocol that allows sharing file systems over the network.
Package info
Template: 
Codename: nfs-utils
Source file: nfs-utils-2.6.3.tar.xz
Source file size: 726284
Source file MD5-checkum: d47ff4ca79b71d64d37c0f0e81aae134
Source directory: nfs-utils-2.6.3
Package URL: https://umvirt.com/linux/downloads/0.2/packages/n/nfs-utils-2.6.3.tar.xz
Package md5-checksum URL: https://umvirt.com/linux/downloads/0.2/packages/n/nfs-utils-2.6.3.tar.xz.md5sum
Dependances: libevent, krb5, libtirpc, sqlite, libnsl, cyrus-sasl, OpenLDAP-client, LVM2, libpcap, rpcsvc, rpcbind.
Dependance of: *** NO PACKAGES FOUND *** 
Patches: *** NO PATCHES FOUND *** 
Addons: *** NO ADDONS FOUND *** 
Nestings *** NO NESTINGS FOUND *** 
Configuration script:
    
./configure --prefix=/usr          \
            --sysconfdir=/etc      \
            --sbindir=/usr/sbin    \
            --disable-nfsv4        \
            --disable-gss          \
            LIBS="-lsqlite3 -levent_core"
Build script:
    
make
Install script:
    
make install                       &&
chmod u+w,go+r /usr/sbin/mount.nfs &&
chown nobody:nogroup /var/lib/nfs