diff options
author | gjb <gjb@FreeBSD.org> | 2016-03-14 12:30:34 +0000 |
---|---|---|
committer | gjb <gjb@FreeBSD.org> | 2016-03-14 12:30:34 +0000 |
commit | 3445ff3abb2fea779e4275c44c09dbc85923a463 (patch) | |
tree | 3b006e6c5a9d28d3848545e00fa44212a9115322 | |
parent | f06a0fe061b1a719baaef986fec607534702949f (diff) | |
download | FreeBSD-src-3445ff3abb2fea779e4275c44c09dbc85923a463.zip FreeBSD-src-3445ff3abb2fea779e4275c44c09dbc85923a463.tar.gz |
Document r292233, nfsd(8) '-manage-gids' option.
Approved by: re (implicit)
Sponsored by: The FreeBSD Foundation
-rw-r--r-- | release/doc/en_US.ISO8859-1/relnotes/article.xml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/release/doc/en_US.ISO8859-1/relnotes/article.xml b/release/doc/en_US.ISO8859-1/relnotes/article.xml index 9979a4a..3ac6c2f 100644 --- a/release/doc/en_US.ISO8859-1/relnotes/article.xml +++ b/release/doc/en_US.ISO8859-1/relnotes/article.xml @@ -192,6 +192,12 @@ new utility, &man.sesutil.8;, has been added, which is used to manage &man.ses.4; devices.</para> + <para revision="292231">Support for the + <literal>-manage-gids</literal> has been added to + &man.nfsd.8;. This option can be enabled at boot time by + adding <literal>nfs_server_managegids="YES"</literal> to + &man.rc.conf.5;.</para> + <para revision="293744" contrib="sponsor" sponsor="&ff;">The initial implementation of <quote>reroot</quote> support has been added to the &man.shutdown.8; utility, allowing the root |