summaryrefslogtreecommitdiffstats
path: root/pw/pw_conf.c
diff options
context:
space:
mode:
Diffstat (limited to 'pw/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);