diff options
author | Menno E. Duursma <druiloor@zonnet.nl> | 2010-05-11 22:25:53 +0200 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2010-05-11 22:25:53 +0200 |
commit | bfc1cc0d95633688d16e3a0f108db050f60a20c3 (patch) | |
tree | 0ac20dfbf3cdf2d279cd71ebbab6beee275b29d9 /network/unfs3/README | |
parent | 288b7a272d92d2632663b2e6e2fb40761b8deee0 (diff) | |
download | slackbuilds-bfc1cc0d95633688d16e3a0f108db050f60a20c3.tar.gz |
network/unfs3: Updated for version 0.9.21
Diffstat (limited to 'network/unfs3/README')
-rw-r--r-- | network/unfs3/README | 25 |
1 files changed, 12 insertions, 13 deletions
diff --git a/network/unfs3/README b/network/unfs3/README index 943c51238d..c60c0663ca 100644 --- a/network/unfs3/README +++ b/network/unfs3/README @@ -2,18 +2,17 @@ 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. +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 configured -to listen to the same port, which defaults to 2049. +unfsd conflicts with knfsd (the kernel-mode NFS server) if both are +to listen on the same port, which defaults to 2049. -Slackware Linux 11.0 ships with knfsd, however that defaults to disabled. -To use this NFS server instead, make sure /etc/rc.d/rc.unfsd is executable and -/etc/rc.d/rc.nfsd is not executable. 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 +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 |