summaryrefslogtreecommitdiffstats
path: root/usr.sbin/nfsd/Makefile
diff options
context:
space:
mode:
authorrmacklem <rmacklem@FreeBSD.org>2009-05-24 01:18:56 +0000
committerrmacklem <rmacklem@FreeBSD.org>2009-05-24 01:18:56 +0000
commit7b70260976b9a4d6919e3a56f0ba2b10b33bb1eb (patch)
treee282ca13baca1d96655a1b5ed89fcad3a330c3e5 /usr.sbin/nfsd/Makefile
parentaf52a94aa7e6948f5524edf39e138de621167fd9 (diff)
downloadFreeBSD-src-7b70260976b9a4d6919e3a56f0ba2b10b33bb1eb.zip
FreeBSD-src-7b70260976b9a4d6919e3a56f0ba2b10b33bb1eb.tar.gz
Modify nfsd.c to add support for the experimental nfs server.
This includes the addition of a new flag "-4" that will force use of the experimental server with nfsv4 support in it. This commit also adds two new man pages to the repository that are NFSv4 specific. One describes the file used by the server to restart nfsv4 services safely. The other is a brief overview of nfsv4 and its setup. Reviewed by: dfr Approved by: kib (mentor)
Diffstat (limited to 'usr.sbin/nfsd/Makefile')
-rw-r--r--usr.sbin/nfsd/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.sbin/nfsd/Makefile b/usr.sbin/nfsd/Makefile
index 21ca3f3..3237ce3 100644
--- a/usr.sbin/nfsd/Makefile
+++ b/usr.sbin/nfsd/Makefile
@@ -2,7 +2,7 @@
# $FreeBSD$
PROG= nfsd
-MAN= nfsd.8
+MAN= nfsd.8 nfsv4.4 stablerestart.5
WARNS?= 6
OpenPOWER on IntegriCloud