gateway -> gateway_enable
Pointed out by: Susie Ward <sward@voltage.net>
This commit is contained in:
parent
483140ead1
commit
de92741516
@ -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?"))
|
||||
|
@ -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?"))
|
||||
|
@ -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?"))
|
||||
|
Loading…
Reference in New Issue
Block a user