[Bug 280873] adduser.conf(8) references Zflag, but adduser script looks for Zcreate

From: <bugzilla-noreply_at_freebsd.org>
Date: Fri, 16 Aug 2024 22:35:15 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=280873

            Bug ID: 280873
           Summary: adduser.conf(8) references Zflag, but adduser script
                    looks for Zcreate
           Product: Documentation
           Version: Latest
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Many People
          Priority: ---
         Component: Manual Pages
          Assignee: bugs@FreeBSD.org
          Reporter: rick@cello.net
                CC: doc@FreeBSD.org

adduser.conf(8) in FreeBSD 14.1 says:
   Zflag          Do not attempt to create ZFS home dataset.

but /usr/sbin/adduser is checking for Zcreate:
   if [ "${Zcreate}" = "yes" ]; then

Change man page to reference Zcreate instead of Zflag

-- 
You are receiving this mail because:
You are the assignee for the bug.