From 91dc0462f145244c2777ee97dda61dcc84298a4d Mon Sep 17 00:00:00 2001 From: Hayden Date: Sat, 20 Mar 2021 13:09:30 -0400 Subject: /var is our default homer --- pw/pw_conf.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) */ -- cgit v1.2.3-56-ge451