diff options
author | Menno Duursma <druiloor@zonnet.nl> | 2010-05-12 17:44:22 +0200 |
---|---|---|
committer | David Somero <xgizzmo@slackbuilds.org> | 2010-05-12 17:44:22 +0200 |
commit | 5aa72c9088f3836fc096f823dd979d5fd6212221 (patch) | |
tree | ee045d31870d69f95c1ef6471d793676cefc44dd /network/unfs3/README | |
parent | 1a06fa71a71e33c80a8e70826fb01197bd38ddfa (diff) | |
download | slackbuilds-5aa72c9088f3836fc096f823dd979d5fd6212221.tar.gz |
network/unfs3: Updated for version 0.9.22
Diffstat (limited to 'network/unfs3/README')
-rw-r--r-- | network/unfs3/README | 3 |
1 files changed, 3 insertions, 0 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 |