Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 19 Aug 2024 08:30:13 GMT
From:      Dag-Erling =?utf-8?Q?Sm=C3=B8rgrav?= <des@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org
Subject:   git: 9ff2ebd92891 - main - adduser: Better document ZFS dataset creation.
Message-ID:  <202408190830.47J8UDWL074243@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by des:

URL: https://cgit.FreeBSD.org/src/commit/?id=9ff2ebd92891b6953bbe44c6d6a6d8bc31f5139f

commit 9ff2ebd92891b6953bbe44c6d6a6d8bc31f5139f
Author:     Dag-Erling Smørgrav <des@FreeBSD.org>
AuthorDate: 2024-08-19 08:30:01 +0000
Commit:     Dag-Erling Smørgrav <des@FreeBSD.org>
CommitDate: 2024-08-19 08:30:11 +0000

    adduser: Better document ZFS dataset creation.
    
    MFC after:      3 days
    PR:             280873
    Reviewed by:    bcr
    Differential Revision:  https://reviews.freebsd.org/D46316
---
 usr.sbin/adduser/adduser.conf.5 | 10 +++++++---
 1 file changed, 7 insertions(+), 3 deletions(-)

diff --git a/usr.sbin/adduser/adduser.conf.5 b/usr.sbin/adduser/adduser.conf.5
index 09b80f2df021..9663926ee341 100644
--- a/usr.sbin/adduser/adduser.conf.5
+++ b/usr.sbin/adduser/adduser.conf.5
@@ -23,7 +23,7 @@
 .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
 .\" SUCH DAMAGE.
 .\"
-.Dd April 12, 2007
+.Dd August 18, 2024
 .Dt ADDUSER.CONF 5
 .Os
 .Sh NAME
@@ -171,8 +171,12 @@ The default information to be held in the GECOS field of
 .It Va uidstart
 The default user ID setting.
 This must be a number above 1000 and fewer than 65534.
-.It Va Zflag
-Do not attempt to create ZFS home dataset.
+.It Va Zcreate
+Set to
+.Dq no
+to prevent the creation of a ZFS home dataset if
+.Va homeprefix
+is a ZFS mountpoint.
 .El
 .Sh EXAMPLES
 The following is an example



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202408190830.47J8UDWL074243>