From d4ec2f234f9a7a1775e789a78e165a1b83da7b2c Mon Sep 17 00:00:00 2001 From: Hayden Date: Sat, 20 Mar 2021 13:16:56 -0400 Subject: Update pw_conf.c --- 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 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); -- cgit v1.2.3-56-ge451