From d267cb8210ccdb14298264ecac855055891b021b Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Tue, 22 Jul 2003 21:59:46 +0000 Subject: no valid reason not to be able to go back at first step --- perl-install/standalone/drakgw | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'perl-install/standalone/drakgw') diff --git a/perl-install/standalone/drakgw b/perl-install/standalone/drakgw index 56e2e1db0..3a9a4f98f 100755 --- a/perl-install/standalone/drakgw +++ b/perl-install/standalone/drakgw @@ -178,7 +178,7 @@ What would you like to do?"), #- * 1st step: detect/setup step_ask_confirm: -$::Wizard_no_previous = 1; +undef $::Wizard_no_previous; $::direct or $in->ask_okcancel(N("Internet Connection Sharing"), N("You are about to configure your computer to share its Internet connection. @@ -186,9 +186,8 @@ With that feature, other computers on your local network will be able to use thi Make sure you have configured your Network/Internet access using drakconnect before going any further. -Note: you need a dedicated Network Adapter to set up a Local Area Network (LAN)."), 1) or quit_global($in, 0); +Note: you need a dedicated Network Adapter to set up a Local Area Network (LAN)."), 1) or goto begin; -undef $::Wizard_no_previous; step_detectsetup: -- cgit v1.2.1