diff options
author | Robby Workman <rworkman@slackbuilds.org> | 2011-03-14 17:15:11 -0500 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2011-03-14 17:15:11 -0500 |
commit | 099389cf12da605c2907d7e92041094670e81442 (patch) | |
tree | 5ce346d42b3b9701548e70a04656b65abdcf2d48 /network/unfs3/README | |
parent | a271489a6be113e1eaf3ada6b9368441ded9bf61 (diff) |
network/unfs3: Removed (unmaintained)
Reference: http://lists.slackbuilds.org/pipermail/slackbuilds-users/2010-October/006570.html
Signed-off-by: Heinz Wiesinger <pprkut@slackbuilds.org>
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
Diffstat (limited to 'network/unfs3/README')
-rw-r--r-- | network/unfs3/README | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/network/unfs3/README b/network/unfs3/README deleted file mode 100644 index 05cfd761d671b..0000000000000 --- a/network/unfs3/README +++ /dev/null @@ -1,21 +0,0 @@ -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 - -The RPC portmapper must be first started, implying exec perms on rc.rpc |