This script is for Slackware 12.1 only and may be outdated.

SlackBuilds Repository

12.1 > Network > unfs3 (0.9.21)

UNFS3 is a user-space implementation of the NFSv3 server specification.
It provides a daemon for the MOUNT and NFS protocols, which are used by
NFS clients for accessing files on the server.

It can be configured to run under an unprivileged user account, can
password protect its exports (even with one-time passwords), and supports
ClusterNFS' file tagging features.

unfsd conflicts with knfsd (the kernel-mode NFS server) if both are
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

Maintained by: Menno E. Duursma
Keywords: nfs,nfsd
ChangeLog: unfs3

Homepage:
http://unfs3.sourceforge.net/

Source Downloads:
unfs3-0.9.21.tar.gz (fbd1c82bf8048c1d5289158fe11a9ab4)

Download SlackBuild:
unfs3.tar.gz
unfs3.tar.gz.asc (FAQ)

(the SlackBuild does not include the source)

Individual Files:
README
doinst.sh
slack-desc
unfs3.SlackBuild
unfs3.info

Validated for Slackware 12.1

See our HOWTO for instructions on how to use the contents of this repository.

Access to the repository is available via:
ftp git cgit http rsync

© 2006-2024 SlackBuilds.org Project. All rights reserved.
Slackware® is a registered trademark of Patrick Volkerding
Linux® is a registered trademark of Linus Torvalds