summaryrefslogtreecommitdiffstats
path: root/utils/statd
diff options
context:
space:
mode:
authorchip <chip>2001-11-26 19:57:30 +0000
committerchip <chip>2001-11-26 19:57:30 +0000
commitac84b80afc13d5a96813e678ad5c86c6036f022e (patch)
treef7ec7c94f0ac960c446df48be27f68e4733e10ac /utils/statd
parent7a95c7d38ec451cf3736d485899d980216364c0f (diff)
downloadnfs-utils-ac84b80afc13d5a96813e678ad5c86c6036f022e.tar.gz
nfs-utils-ac84b80afc13d5a96813e678ad5c86c6036f022e.tar.xz
nfs-utils-ac84b80afc13d5a96813e678ad5c86c6036f022e.zip
2001-11-26 Chip Salzenberg <chip@pobox.com>
* utils/showmount/showmount.c (main): Don't assume that strings starting with digits are IP addresses. * utils/nfsd/nfsd.c (main): Close all fds and reopen 0,1,2 on /dev/null before nfssvc(). Use syslog to report nfssvc errors. * support/misc/tcpwrapper.c, utils/mountd/mountd.man, utils/rquotad/rquotad.man, utils/statd/statd.man: Fix comments and man pages: We check host names *and* addresses with tcpwrappers.
Diffstat (limited to 'utils/statd')
-rw-r--r--utils/statd/statd.man4
1 files changed, 1 insertions, 3 deletions
diff --git a/utils/statd/statd.man b/utils/statd/statd.man
index 9f861b2..b8467fe 100644
--- a/utils/statd/statd.man
+++ b/utils/statd/statd.man
@@ -115,9 +115,7 @@ statd: .bar.com
You have to use the daemon name
.B statd
-for the daemon name (even if the binary has a different name). For the
-client names you can only use the keyword ALL or IP addresses (NOT
-host or domain names).
+for the daemon name (even if the binary has a different name).
For further information please have a look at the
.BR tcpd (8),