UmVirt LFS Package info

DB commit: 34a83c7a68a930f721bd7a7f9cb2c2ac41e76ba8
APP commit: 0bd167a48557b5a14ac68d0229893245aacc7f12
[ 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

Template:
Codename: nfs-utils
Source file: nfs-utils-2.8.3.tar.xz
Source directory: nfs-utils-2.8.3
Package URL: nfs-utils-2.8.3.tar.xz
Package md5-checksum URL: nfs-utils-2.8.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