From 046bfca7732bd1e5dd1aa82f80a5718c3b1e2037 Mon Sep 17 00:00:00 2001 From: "Jordan K. Hubbard" Date: Sun, 14 Feb 1999 21:26:29 +0000 Subject: [PATCH] Fix incorrect initial state for two variables. --- release/sysinstall/install.c | 4 ++-- release/sysinstall/system.c | 4 ++-- usr.sbin/sade/install.c | 4 ++-- usr.sbin/sade/system.c | 4 ++-- usr.sbin/sysinstall/install.c | 4 ++-- usr.sbin/sysinstall/system.c | 4 ++-- 6 files changed, 12 insertions(+), 12 deletions(-) diff --git a/release/sysinstall/install.c b/release/sysinstall/install.c index 21f3375df18d..63edd5cde2db 100644 --- a/release/sysinstall/install.c +++ b/release/sysinstall/install.c @@ -4,7 +4,7 @@ * This is probably the last program in the `sysinstall' line - the next * generation being essentially a complete rewrite. * - * $Id: install.c,v 1.226 1999/02/05 22:15:48 jkh Exp $ + * $Id: install.c,v 1.227 1999/02/09 22:18:10 jkh Exp $ * * Copyright (c) 1995 * Jordan Hubbard. All rights reserved. @@ -1062,7 +1062,7 @@ installVarDefaults(dialogMenuItem *self) variable_set2(VAR_BROWSER_PACKAGE, "lynx", 0); variable_set2(VAR_BROWSER_BINARY, "/usr/local/bin/lynx", 0); variable_set2(VAR_FTP_STATE, "passive", 0); - variable_set2(VAR_NFS_SECURE, "YES", 1); + variable_set2(VAR_NFS_SECURE, "YES", 0); variable_set2(VAR_PKG_TMPDIR, "/usr/tmp", 0); variable_set2(VAR_GATED_PKG, "gated", 0); variable_set2(VAR_PCNFSD_PKG, "pcnfsd", 0); diff --git a/release/sysinstall/system.c b/release/sysinstall/system.c index d7f35eedd213..ee0aba0a092b 100644 --- a/release/sysinstall/system.c +++ b/release/sysinstall/system.c @@ -4,7 +4,7 @@ * This is probably the last program in the `sysinstall' line - the next * generation being essentially a complete rewrite. * - * $Id: system.c,v 1.88 1999/02/05 22:15:52 jkh Exp $ + * $Id: system.c,v 1.89 1999/02/09 22:18:10 jkh Exp $ * * Jordan Hubbard * @@ -120,7 +120,7 @@ systemInitialize(int argc, char **argv) /* Initalize various things for a multi-user environment */ if (!gethostname(hname, sizeof hname)) - variable_set2(VAR_HOSTNAME, hname, 1); + variable_set2(VAR_HOSTNAME, hname, 0); } if (set_termcap() == -1) { diff --git a/usr.sbin/sade/install.c b/usr.sbin/sade/install.c index 21f3375df18d..63edd5cde2db 100644 --- a/usr.sbin/sade/install.c +++ b/usr.sbin/sade/install.c @@ -4,7 +4,7 @@ * This is probably the last program in the `sysinstall' line - the next * generation being essentially a complete rewrite. * - * $Id: install.c,v 1.226 1999/02/05 22:15:48 jkh Exp $ + * $Id: install.c,v 1.227 1999/02/09 22:18:10 jkh Exp $ * * Copyright (c) 1995 * Jordan Hubbard. All rights reserved. @@ -1062,7 +1062,7 @@ installVarDefaults(dialogMenuItem *self) variable_set2(VAR_BROWSER_PACKAGE, "lynx", 0); variable_set2(VAR_BROWSER_BINARY, "/usr/local/bin/lynx", 0); variable_set2(VAR_FTP_STATE, "passive", 0); - variable_set2(VAR_NFS_SECURE, "YES", 1); + variable_set2(VAR_NFS_SECURE, "YES", 0); variable_set2(VAR_PKG_TMPDIR, "/usr/tmp", 0); variable_set2(VAR_GATED_PKG, "gated", 0); variable_set2(VAR_PCNFSD_PKG, "pcnfsd", 0); diff --git a/usr.sbin/sade/system.c b/usr.sbin/sade/system.c index d7f35eedd213..ee0aba0a092b 100644 --- a/usr.sbin/sade/system.c +++ b/usr.sbin/sade/system.c @@ -4,7 +4,7 @@ * This is probably the last program in the `sysinstall' line - the next * generation being essentially a complete rewrite. * - * $Id: system.c,v 1.88 1999/02/05 22:15:52 jkh Exp $ + * $Id: system.c,v 1.89 1999/02/09 22:18:10 jkh Exp $ * * Jordan Hubbard * @@ -120,7 +120,7 @@ systemInitialize(int argc, char **argv) /* Initalize various things for a multi-user environment */ if (!gethostname(hname, sizeof hname)) - variable_set2(VAR_HOSTNAME, hname, 1); + variable_set2(VAR_HOSTNAME, hname, 0); } if (set_termcap() == -1) { diff --git a/usr.sbin/sysinstall/install.c b/usr.sbin/sysinstall/install.c index 21f3375df18d..63edd5cde2db 100644 --- a/usr.sbin/sysinstall/install.c +++ b/usr.sbin/sysinstall/install.c @@ -4,7 +4,7 @@ * This is probably the last program in the `sysinstall' line - the next * generation being essentially a complete rewrite. * - * $Id: install.c,v 1.226 1999/02/05 22:15:48 jkh Exp $ + * $Id: install.c,v 1.227 1999/02/09 22:18:10 jkh Exp $ * * Copyright (c) 1995 * Jordan Hubbard. All rights reserved. @@ -1062,7 +1062,7 @@ installVarDefaults(dialogMenuItem *self) variable_set2(VAR_BROWSER_PACKAGE, "lynx", 0); variable_set2(VAR_BROWSER_BINARY, "/usr/local/bin/lynx", 0); variable_set2(VAR_FTP_STATE, "passive", 0); - variable_set2(VAR_NFS_SECURE, "YES", 1); + variable_set2(VAR_NFS_SECURE, "YES", 0); variable_set2(VAR_PKG_TMPDIR, "/usr/tmp", 0); variable_set2(VAR_GATED_PKG, "gated", 0); variable_set2(VAR_PCNFSD_PKG, "pcnfsd", 0); diff --git a/usr.sbin/sysinstall/system.c b/usr.sbin/sysinstall/system.c index d7f35eedd213..ee0aba0a092b 100644 --- a/usr.sbin/sysinstall/system.c +++ b/usr.sbin/sysinstall/system.c @@ -4,7 +4,7 @@ * This is probably the last program in the `sysinstall' line - the next * generation being essentially a complete rewrite. * - * $Id: system.c,v 1.88 1999/02/05 22:15:52 jkh Exp $ + * $Id: system.c,v 1.89 1999/02/09 22:18:10 jkh Exp $ * * Jordan Hubbard * @@ -120,7 +120,7 @@ systemInitialize(int argc, char **argv) /* Initalize various things for a multi-user environment */ if (!gethostname(hname, sizeof hname)) - variable_set2(VAR_HOSTNAME, hname, 1); + variable_set2(VAR_HOSTNAME, hname, 0); } if (set_termcap() == -1) {