Skip to content

Commit

Permalink
nfs-utils: version bumped to 1.3.2.
Browse files Browse the repository at this point in the history
  • Loading branch information
florin65 committed Feb 2, 2015
1 parent b197ab1 commit 360c6a3
Show file tree
Hide file tree
Showing 3 changed files with 26 additions and 16 deletions.
34 changes: 21 additions & 13 deletions filesys/nfs-utils/BUILD
@@ -1,24 +1,32 @@
add_priv_user nfs:daemon &&
add_priv_user nfs:daemon &&

# please DO NOT remove --disable-tirpc even if ./configure shows
# no such option - it works, and without that there's a bug and
# thus rpc.mountd is not starting... <wdp@lunar-linux.org>
./configure --prefix=/usr \
--mandir=/usr/share/man \
--disable-tirpc \
--disable-gss \
--without-tcp-wrappers \
$OPTS &&
#
# it does not compile with it for ipv6 support <florin@lunar-linux.org>
#
if [ "$NO_IPV6" == "y" ]; then
OPTS+=" --disable-tirpc"
else
OPTS+=" --enable-ipv6"
fi &&

default_make &&
./configure --prefix=/usr \
--mandir=/usr/share/man \
--disable-gss \
--without-tcp-wrappers \
$OPTS &&

default_make &&

# install all auxiliary service files directly
for f in nfs-blkmap.service nfs-config.service nfs-idmapd.service \
nfs-mountd.service nfs-utils.service proc-fs-nfsd.mount \
rpc-gssd.service rpc-statd-notify rpc-statd.service \
rpc-svcgssd.service var-lib-nfs-rpc_pipefs.mount; do
for f in nfs-blkmap.service nfs-config.service nfs-idmapd.service \
nfs-mountd.service nfs-utils.service proc-fs-nfsd.mount \
rpc-gssd.service rpc-statd-notify.service rpc-statd.service \
rpc-svcgssd.service var-lib-nfs-rpc_pipefs.mount; do
install -Dm0644 "systemd/$f" "/usr/lib/systemd/system/$f"
done &&

devoke_installwatch &&
devoke_installwatch &&
chown -R nfs:daemon /var/lib/nfs
2 changes: 2 additions & 0 deletions filesys/nfs-utils/CONFIGURE
@@ -0,0 +1,2 @@
mquery NO_IPV6 "Disable ipv6 support?" n " --disable-ipv6"

6 changes: 3 additions & 3 deletions filesys/nfs-utils/DETAILS
@@ -1,12 +1,12 @@
MODULE=nfs-utils
VERSION=1.3.1
VERSION=1.3.2
SOURCE=$MODULE-$VERSION.tar.bz2
SOURCE_URL=$SFORGE_URL/nfs
SOURCE_VFY=sha256:748c4afbdfd3e92017fe579f1dd3280a10db1306c43228f83cd6b55f0d95aed3
SOURCE_VFY=sha256:5b9c72eef260b86a84619771e11bb013b99431e6b7ff0bbdc03fee90dba591f7
WEB_SITE=http://nfs.sourceforge.net
SHORT="Network File System"
ENTERED=20011023
UPDATED=20141012
UPDATED=20150201

cat << EOF
The Network File System (NFS) was developed to allow machines to mount
Expand Down

0 comments on commit 360c6a3

Please sign in to comment.