-
Notifications
You must be signed in to change notification settings - Fork 908
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
distro(freebsd): add_user: respect homedir
reportedly, passing `homedir` to a user struct doesn't actually change the homedir to the desired value. This is because we hard-code the path. Respect the value we are passed, and only make up a default when we don't get a `homedir`. Amend tests to verify; Sponsored by: The FreeBSD Foundation
- Loading branch information
Showing
2 changed files
with
8 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters