summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--network/unfs3/README3
-rw-r--r--network/unfs3/slack-desc12
-rw-r--r--network/unfs3/unfs3.SlackBuild4
-rw-r--r--network/unfs3/unfs3.info10
4 files changed, 16 insertions, 13 deletions
diff --git a/network/unfs3/README b/network/unfs3/README
index c60c0663ca..05cfd761d6 100644
--- a/network/unfs3/README
+++ b/network/unfs3/README
@@ -12,7 +12,10 @@ to listen on the same port, which defaults to 2049.
Slackware Linux ships with knfsd. To use this NFS server instead,
make sure /etc/rc.d/rc.unfsd is executable and /etc/rc.d/rc.nfsd is not.
For auto-start at machine boot add the following to /etc/rc.d/rc.local:
+
# Start the NFSv3 service
if [ -x /etc/rc/d/rc.unfsd ]; then
/etc/rc/d/rc.unfsd start
fi
+
+The RPC portmapper must be first started, implying exec perms on rc.rpc
diff --git a/network/unfs3/slack-desc b/network/unfs3/slack-desc
index a873762e1b..a6dc5ef870 100644
--- a/network/unfs3/slack-desc
+++ b/network/unfs3/slack-desc
@@ -6,14 +6,14 @@
# customary to leave one space after the ':'.
|-----handy-ruler------------------------------------------------------|
-unfs3: UNFS3 (unfsd) user-space NFSv3 server
+unfs3: UNFS3 (a user-space NFSv3 server)
unfs3:
-unfs3: An implementation of the NFS (Network File System)
-unfs3: version 3 server specification. It provides a daemon that
-unfs3: supports both the MOUNT and NFS protocol.
+unfs3: An implementation of the NFS (Network File System) version 3
+unfs3: server specification. It provides a daemon that supports both
+unfs3: the MOUNT and NFS protocol.
unfs3:
-unfs3: This version was compiled with optional support for
-unfs3: cluster client file tags.
+unfs3: This version was compiled with optional support for cluster
+unfs3: client file tags.
unfs3:
unfs3: UNFS3 is maintained by: Pascal Schmidt
unfs3:
diff --git a/network/unfs3/unfs3.SlackBuild b/network/unfs3/unfs3.SlackBuild
index 8e19ad07b9..582c2ec3e1 100644
--- a/network/unfs3/unfs3.SlackBuild
+++ b/network/unfs3/unfs3.SlackBuild
@@ -1,7 +1,7 @@
#!/bin/sh
# Slackware build script for UNFS3 (unfsd)
-# Written by Menno E. Duursma <druiloor@zonnet.nl>
+# Written by Menno Duursma <druiloor@zonnet.nl>
# Modified by the SlackBuilds.org project
@@ -10,7 +10,7 @@
# http://sam.zoy.org/wtfpl/COPYING for more details.
PRGNAM=unfs3
-VERSION=0.9.21
+VERSION=0.9.22
ARCH=${ARCH:-i486}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
diff --git a/network/unfs3/unfs3.info b/network/unfs3/unfs3.info
index 35f62a0d0e..748479801e 100644
--- a/network/unfs3/unfs3.info
+++ b/network/unfs3/unfs3.info
@@ -1,8 +1,8 @@
PRGNAM="unfs3"
-VERSION="0.9.21"
+VERSION="0.9.22"
HOMEPAGE="http://unfs3.sourceforge.net/"
-DOWNLOAD="http://downloads.sourceforge.net/unfs3/unfs3-0.9.21.tar.gz"
-MD5SUM="fbd1c82bf8048c1d5289158fe11a9ab4"
-MAINTAINER="Menno E. Duursma"
+DOWNLOAD="http://downloads.sourceforge.net/unfs3/unfs3-0.9.22.tar.gz"
+MD5SUM="ddf679a5d4d80096a59f3affc64f16e5"
+MAINTAINER="Menno Duursma"
EMAIL="druiloor@zonnet.nl"
-APPROVED="rworkman"
+APPROVED="dsomero"