diff --git a/release/sysinstall/install.c b/release/sysinstall/install.c index 6ae04ff0296d..392ad96c3fab 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 @@ 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?")) diff --git a/usr.sbin/sade/install.c b/usr.sbin/sade/install.c index 6ae04ff0296d..392ad96c3fab 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.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?")) diff --git a/usr.sbin/sysinstall/install.c b/usr.sbin/sysinstall/install.c index 6ae04ff0296d..392ad96c3fab 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.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?"))