summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHayden <me@diatr.us>2021-03-20 13:16:56 -0400
committerGitHub <noreply@github.com>2021-03-20 13:16:56 -0400
commitd4ec2f234f9a7a1775e789a78e165a1b83da7b2c (patch)
treeaa3cf30113c991a080355cd91377b45d405dab8a
parentdc45984af8c53e70f79361973048b51aa1ab0213 (diff)
downloadpw-darwin-d4ec2f234f9a7a1775e789a78e165a1b83da7b2c.tar.gz
pw-darwin-d4ec2f234f9a7a1775e789a78e165a1b83da7b2c.tar.zst
pw-darwin-d4ec2f234f9a7a1775e789a78e165a1b83da7b2c.zip
Update pw_conf.c
-rw-r--r--pw/pw_conf.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/pw/pw_conf.c b/pw/pw_conf.c
index 661e260..d543d28 100644
--- a/pw/pw_conf.c
+++ b/pw/pw_conf.c
@@ -307,7 +307,7 @@ read_userconfig(char const * file)
break;
case _UC_HOMEROOT:
config.home = (q == NULL || !boolean_val(q, 1))
- ? "/home" : newstr(q);
+ ? "/var" : newstr(q);
break;
case _UC_HOMEMODE:
modeset = setmode(q);