UmVirt LFS Package info
DB commit: f9aede95e4e5157a46ec1323bb7abf8947e8632d
APP commit: e09dc78145b10de9481608254eb2ac99efd0068b
rpcbind
The rpcbind program is a replacement for portmap. It is required for import or export of Network File System (NFS) shared directories.Package info
Template:
Codename: rpcbind
Source file: rpcbind-1.2.6.tar.bz2
Source file size: 124590
Source file MD5-checkum: 2d84ebbb7d6fb1fc3566d2d4b37f214b
Source directory: rpcbind-1.2.6
Package URL: https://umvirt.com/linux/downloads/0.2.1/packages/r/rpcbind-1.2.6.tar.bz2
Package md5-checksum URL: https://umvirt.com/linux/downloads/0.2.1/packages/r/rpcbind-1.2.6.tar.bz2.md5sum
Dependances: libtirpc.
Dependance of: nfs-utils.
Patches: rpcbind-1.2.6-vulnerability_fixes-1.patch.
Addons: *** NO ADDONS FOUND ***
Nestings *** NO NESTINGS FOUND ***
Configuration script:
groupadd -g 28 rpc &&
useradd -c "RPC Bind Daemon Owner" -d /dev/null -g rpc \
-s /bin/false -u 28 rpc
sed -i "/servname/s:rpcbind:sunrpc:" src/rpcbind.c
./configure --prefix=/usr \
--bindir=/usr/sbin \
--enable-warmstarts \
--with-rpcuser=rpc
Build script:
make
Install script:
make install