summaryrefslogtreecommitdiffstats
path: root/usr.sbin/sysinstall/globals.c
diff options
context:
space:
mode:
authorjkh <jkh@FreeBSD.org>2000-03-10 20:34:22 +0000
committerjkh <jkh@FreeBSD.org>2000-03-10 20:34:22 +0000
commit3de1574e2117cceca34670f00edf8e0535865058 (patch)
treedef7dc0c2f100b4824c8d487efc7a39a90b5c441 /usr.sbin/sysinstall/globals.c
parenta001dc9f6e4119027dd7f69e9fed68ec889583bd (diff)
downloadFreeBSD-src-3de1574e2117cceca34670f00edf8e0535865058.zip
FreeBSD-src-3de1574e2117cceca34670f00edf8e0535865058.tar.gz
Do the right thing with USA_RESIDENT
Diffstat (limited to 'usr.sbin/sysinstall/globals.c')
-rw-r--r--usr.sbin/sysinstall/globals.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.sbin/sysinstall/globals.c b/usr.sbin/sysinstall/globals.c
index 9b66fab..31eb3a7 100644
--- a/usr.sbin/sysinstall/globals.c
+++ b/usr.sbin/sysinstall/globals.c
@@ -71,5 +71,5 @@ globalsInit(void)
VarHead = NULL;
mediaDevice = NULL;
RunningAsInit = FALSE;
- USAResident = TRUE;
+ USAResident = FALSE;
}
OpenPOWER on IntegriCloud