From owner-svn-src-head@freebsd.org Sat May 20 23:25:08 2017 Return-Path: Delivered-To: svn-src-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id BC638D75F17; Sat, 20 May 2017 23:25:08 +0000 (UTC) (envelope-from rmacklem@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 8876916DD; Sat, 20 May 2017 23:25:08 +0000 (UTC) (envelope-from rmacklem@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v4KNP7JD076625; Sat, 20 May 2017 23:25:07 GMT (envelope-from rmacklem@FreeBSD.org) Received: (from rmacklem@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v4KNP7Vp076624; Sat, 20 May 2017 23:25:07 GMT (envelope-from rmacklem@FreeBSD.org) Message-Id: <201705202325.v4KNP7Vp076624@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: rmacklem set sender to rmacklem@FreeBSD.org using -f From: Rick Macklem Date: Sat, 20 May 2017 23:25:07 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r318589 - head/usr.sbin/mountd X-SVN-Group: head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the src tree for head/-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 20 May 2017 23:25:08 -0000 Author: rmacklem Date: Sat May 20 23:25:07 2017 New Revision: 318589 URL: https://svnweb.freebsd.org/changeset/base/318589 Log: Update the exports.5 man page to reflect the change in default uid/gid made by r318262. This is a content change. Modified: head/usr.sbin/mountd/exports.5 Modified: head/usr.sbin/mountd/exports.5 ============================================================================== --- head/usr.sbin/mountd/exports.5 Sat May 20 18:16:26 2017 (r318588) +++ head/usr.sbin/mountd/exports.5 Sat May 20 23:25:07 2017 (r318589) @@ -28,7 +28,7 @@ .\" @(#)exports.5 8.3 (Berkeley) 3/29/95 .\" $FreeBSD$ .\" -.Dd August 14, 2014 +.Dd May 20, 2017 .Dt EXPORTS 5 .Os .Sh NAME @@ -164,12 +164,12 @@ In the absence of .Fl maproot and .Fl mapall -options, remote accesses by root will result in using a credential of -2:-2. +options, remote accesses by root will result in using a credential of 65534:65533. All other users will be mapped to their remote credential. If a .Fl maproot option is given, -remote access by root will be mapped to that credential instead of -2:-2. +remote access by root will be mapped to that credential instead of 65534:65533. If a .Fl mapall option is given,