UmVirt LFS Package info

DB commit: c78e95157185199cceff370fa5b5f1dd2a1be2fa
APP commit: cac3f2066a9a05955b29d720b9b9b14f534d21c2

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

Codename: nfs-utils
Source file: nfs-utils-2.3.2.tar.xz
Source directory: nfs-utils-2.3.2
Package URL: https://umvirt.com/linux/downloads/0.1/packages/n/nfs-utils-2.3.2.tar.xz
Package md5-checksum URL: https://umvirt.com/linux/downloads/0.1/packages/n/nfs-utils-2.3.2.tar.xz.md5sum
Dependances: lvm, libnsl, rpcbind, libnfsidmap.
Dependance of: *** NO PACKAGES FOUND ***
Patches: *** NO PATCHES FOUND ***
Addons: *** NO ADDONS FOUND ***
Nestings *** NO NESTINGS FOUND ***
Configuration script:
sed -i '/strict-prototypes/d' configure.ac &&
autoreconf -fiv

./configure --prefix=/usr          \
            --sysconfdir=/etc      \
            --sbindir=/sbin        \
            --without-tcp-wrappers \
            --disable-nfsv4        \
            --disable-gss

Build script:
make

Install script:
groupadd -g 99 nogroup &&
useradd -c "Unprivileged Nobody" -d /dev/null -g nogroup \
    -s /bin/false -u 99 nobody

make install                      &&
mv -v /sbin/start-statd /usr/sbin &&
chmod u+w,go+r /sbin/mount.nfs    &&
chown nobody.nogroup /var/lib/nfs