Date: Wed, 27 May 2009 22:02:54 +0000 (UTC) From: Rick Macklem <rmacklem@FreeBSD.org> To: cvs-src-old@freebsd.org Subject: cvs commit: src/usr.sbin/mountd exports.5 mountd.8 mountd.c Message-ID: <200905272203.n4RM37Re096123@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
rmacklem 2009-05-27 22:02:54 UTC FreeBSD src repository Modified files: usr.sbin/mountd exports.5 mountd.8 mountd.c Log: SVN rev 192934 on 2009-05-27 22:02:54Z by rmacklem Modify mountd to handle the experimental nfs server as well as the regular one. It now takes a "-4" command line argument to force it to use the experimental server. Otherwise it will use the regular server unless the experimental server is the only one linked into the kernel. A third kind of line has been added to /etc/exports, which is specific to NFSv4 and defines where the NFSv4 tree root is and can be used to limit access to NFSv4 state handling operations that do not use any file handle. Approved by: kib (mentor) Revision Changes Path 1.33 +42 -3 src/usr.sbin/mountd/exports.5 1.32 +14 -1 src/usr.sbin/mountd/mountd.8 1.99 +302 -131 src/usr.sbin/mountd/mountd.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200905272203.n4RM37Re096123>