Page MenuHomeFreeBSD

adduser: A few more improvements.
ClosedPublic

Authored by des on Apr 19 2024, 4:04 PM.
Tags
None
Referenced Files
Unknown Object (File)
Sep 10 2024, 3:50 AM
Unknown Object (File)
Sep 9 2024, 7:15 AM
Unknown Object (File)
Sep 8 2024, 8:06 PM
Unknown Object (File)
Sep 5 2024, 6:52 PM
Unknown Object (File)
Sep 4 2024, 7:23 PM
Unknown Object (File)
Sep 2 2024, 4:00 AM
Unknown Object (File)
Aug 8 2024, 7:48 PM
Unknown Object (File)
Jul 2 2024, 2:15 AM
Subscribers

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

des requested review of this revision.Apr 19 2024, 4:04 PM
In D44871#1023012, @jrm wrote:

Looks good to me.

Then accept it, please.

This revision is now accepted and ready to land.Apr 20 2024, 4:47 PM
This revision was automatically updated to reflect the committed changes.
jlduran added inline comments.
usr.sbin/adduser/adduser.sh
480

Sorry, for the late review, as this is already committed, but I do not understand this change. Wouldn't it throw an error?

usr.sbin/adduser/adduser.sh
480–481

It looks good to me. It's now saying if the zfs kernel module isn't loaded *or* the user opted not to have the zfs home dataset created.

usr.sbin/adduser/adduser.sh
480

Oh, I see what you're saying. The syntax is wrong. The ; then is missing.

usr.sbin/adduser/adduser.sh
480

Precisely! You beat me to it. Thank you!

480–481

I guess, what I meant was, isn't it missing a ; then and indenting with 4 spaces instead of a tab the next line?