gateway -> gateway_enable

Pointed out by: Susie Ward <sward@voltage.net>
This commit is contained in:
Jordan K. Hubbard 1997-12-29 20:07:17 +00:00
parent 483140ead1
commit de92741516
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=32095
3 changed files with 6 additions and 6 deletions

View File

@ -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 @@ installNovice(dialogMenuItem *self)
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?"))

View File

@ -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 @@ installNovice(dialogMenuItem *self)
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?"))

View File

@ -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 @@ installNovice(dialogMenuItem *self)
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?"))