summaryrefslogtreecommitdiffstats
path: root/release
diff options
context:
space:
mode:
authorjkh <jkh@FreeBSD.org>1997-12-29 20:07:17 +0000
committerjkh <jkh@FreeBSD.org>1997-12-29 20:07:17 +0000
commit974e4200297fde7cb55b0e1f3009cb254b49d526 (patch)
tree2eb8678e5d1986deed5f06776063d48ad3339ea3 /release
parent7bf56bd14aff7b0a18b9262fc5218187a7112f4d (diff)
downloadFreeBSD-src-974e4200297fde7cb55b0e1f3009cb254b49d526.zip
FreeBSD-src-974e4200297fde7cb55b0e1f3009cb254b49d526.tar.gz
gateway -> gateway_enable
Pointed out by: Susie Ward <sward@voltage.net>
Diffstat (limited to 'release')
-rw-r--r--release/sysinstall/install.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/release/sysinstall/install.c b/release/sysinstall/install.c
index 6ae04ff..392ad96 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.201 1997/10/12 16:21:13 jkh Exp $
+ * $Id: install.c,v 1.202 1997/10/13 17:32:29 jkh Exp $
*
* Copyright (c) 1995
* Jordan Hubbard. All rights reserved.
@@ -530,7 +530,7 @@ nodisks:
dialog_clear_norefresh();
if (!msgYesNo("Will this machine be an IP gateway (e.g. will it forward packets\n"
"between interfaces)?"))
- variable_set2("gateway", "YES");
+ variable_set2("gateway_enable", "YES");
dialog_clear_norefresh();
if (!msgYesNo("Do you want to allow anonymous FTP connections to this machine?"))
OpenPOWER on IntegriCloud