UmVirt LFS Package info

📦Package info

🔙Parent Directory  -

DB commit: d35a620850806ab581b32cb34d268a904c9c0a5f
APP commit:
[ BASH | XML | JSON ]

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://ulfs.org/linux/downloads/package_files/0.1/packages/n/nfs-utils-2.3.2.tar.xz
Package md5-checksum URL: https://ulfs.org/linux/downloads/package_files/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


Apache/2.4.62 (Debian) Server at ulfs.org Port 443