summaryrefslogtreecommitdiffstats
path: root/perl-install/standalone/drakgw
diff options
context:
space:
mode:
Diffstat (limited to 'perl-install/standalone/drakgw')
-rwxr-xr-xperl-install/standalone/drakgw5
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: