From owner-p4-projects@FreeBSD.ORG Mon Aug 11 09:53:46 2008 Return-Path: Delivered-To: p4-projects@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 32767) id F0079106567A; Mon, 11 Aug 2008 09:53:45 +0000 (UTC) Delivered-To: perforce@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id B3CCB1065676 for ; Mon, 11 Aug 2008 09:53:45 +0000 (UTC) (envelope-from trasz@freebsd.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 9F5768FC15 for ; Mon, 11 Aug 2008 09:53:45 +0000 (UTC) (envelope-from trasz@freebsd.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.2/8.14.2) with ESMTP id m7B9rjw4083918 for ; Mon, 11 Aug 2008 09:53:45 GMT (envelope-from trasz@freebsd.org) Received: (from perforce@localhost) by repoman.freebsd.org (8.14.2/8.14.1/Submit) id m7B9rj7p083916 for perforce@freebsd.org; Mon, 11 Aug 2008 09:53:45 GMT (envelope-from trasz@freebsd.org) Date: Mon, 11 Aug 2008 09:53:45 GMT Message-Id: <200808110953.m7B9rj7p083916@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: perforce set sender to trasz@freebsd.org using -f From: Edward Tomasz Napierala To: Perforce Change Reviews Cc: Subject: PERFORCE change 147145 for review X-BeenThere: p4-projects@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: p4 projects tree changes List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 11 Aug 2008 09:53:46 -0000 http://perforce.freebsd.org/chv.cgi?CH=147145 Change 147145 by trasz@trasz_traszkan on 2008/08/11 09:52:59 Update manual page for mount(8). Affected files ... .. //depot/projects/soc2008/trasz_nfs4acl/sbin/mount/mount.8#3 edit Differences ... ==== //depot/projects/soc2008/trasz_nfs4acl/sbin/mount/mount.8#3 (text+ko) ==== @@ -120,11 +120,14 @@ The following options are available: .Bl -tag -width indent .It Cm acls -Enable Access Control Lists, or ACLS, which can be customized via the +Enable POSIX.1e Access Control Lists, or ACLS, which can be customized via the .Xr setfacl 1 and .Xr getfacl 1 commands. +This flag is mutially exlusive with +.Cm nfs4acls +flag. .It Cm async All .Tn I/O @@ -177,6 +180,15 @@ .Xr mac 4 for more information, which cause the multilabel mount flag to be set automatically at mount-time. +.It Cm nfs4acls +Enable NFS4 ACLS, which can be customized via the +.Xr setfacl 1 +and +.Xr getfacl 1 +commands. +This flag is mutially exlusive with +.Cm acls +flag. .It Cm noasync Metadata I/O should be done synchronously, while data I/O should be done asynchronously.