diff options
author | Thierry Vignaud <tvignaud@mandriva.org> | 2003-07-22 21:59:46 +0000 |
---|---|---|
committer | Thierry Vignaud <tvignaud@mandriva.org> | 2003-07-22 21:59:46 +0000 |
commit | d267cb8210ccdb14298264ecac855055891b021b (patch) | |
tree | cf466d1c8e39e0236c069c581cbdadcbbcc21137 /perl-install/standalone/drakgw | |
parent | 1520d34f29096a47d88fc93901d1605123a5cbcc (diff) | |
download | drakx-d267cb8210ccdb14298264ecac855055891b021b.tar drakx-d267cb8210ccdb14298264ecac855055891b021b.tar.gz drakx-d267cb8210ccdb14298264ecac855055891b021b.tar.bz2 drakx-d267cb8210ccdb14298264ecac855055891b021b.tar.xz drakx-d267cb8210ccdb14298264ecac855055891b021b.zip |
no valid reason not to be able to go back at first step
Diffstat (limited to 'perl-install/standalone/drakgw')
-rwxr-xr-x | perl-install/standalone/drakgw | 5 |
1 files changed, 2 insertions, 3 deletions
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: |