From 5183192cb202b5c72f1ee9808af7a257bc7a9066 Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Thu, 11 Mar 2004 11:12:21 +0000 Subject: fix previous button on first step (robert.vojta@qcm.cz, anthill #386) --- perl-install/standalone/drakgw | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'perl-install/standalone/drakgw') diff --git a/perl-install/standalone/drakgw b/perl-install/standalone/drakgw index 1383b6302..862dc915f 100755 --- a/perl-install/standalone/drakgw +++ b/perl-install/standalone/drakgw @@ -184,7 +184,7 @@ What would you like to do?"), #- * 1st step: detect/setup step_ask_confirm: -undef $::Wizard_no_previous; +$::Wizard_no_previous = 1; $direct or $in->ask_okcancel(N("Internet Connection Sharing"), N("You are about to configure your computer to share its Internet connection. @@ -198,6 +198,8 @@ Note: you need a dedicated Network Adapter to set up a Local Area Network (LAN). step_detectsetup: +undef $::Wizard_no_previous; + my @configured_devices = map { /ifcfg-(\S+)/ } glob('/etc/sysconfig/network-scripts/ifcfg*'); my %aliased_devices; -- cgit v1.2.1