diff options
| author | Hayden <me@diatr.us> | 2021-03-20 13:09:30 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-03-20 13:09:30 -0400 |
| commit | 91dc0462f145244c2777ee97dda61dcc84298a4d (patch) | |
| tree | 989b0f0a55cdad7608b7396df115361ac3715501 | |
| parent | f7c61b984eea1b31bedc1492b3c43722023ffb69 (diff) | |
| download | pw-darwin-91dc0462f145244c2777ee97dda61dcc84298a4d.tar.gz pw-darwin-91dc0462f145244c2777ee97dda61dcc84298a4d.zip | |
/var is our default homer
| -rw-r--r-- | pw/pw_conf.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pw/pw_conf.c b/pw/pw_conf.c index 1e35240..661e260 100644 --- a/pw/pw_conf.c +++ b/pw/pw_conf.c @@ -100,7 +100,7 @@ static struct userconf config = "/usr/share/skel", /* Where to obtain skeleton files */ NULL, /* Mail to send to new accounts */ "/var/log/userlog", /* Where to log changes */ - "/home", /* Where to create home directory */ + "/var", /* Where to create home directory */ _DEF_DIRMODE, /* Home directory perms, modified by umask */ "/bin", /* Where shells are located */ system_shells, /* List of shells (first is default) */ |
