network/unfs3: Updated for version 0.9.22
This commit is contained in:
parent
1a06fa71a7
commit
5aa72c9088
|
@ -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
|
||||
|
|
|
@ -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:
|
||||
|
|
|
@ -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}
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue