From ba8e8f1212675679d40009210454f62d26db2182 Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Mon, 16 Feb 2004 16:49:53 +0000 Subject: do not abuse global namespace --- perl-install/standalone/drakgw | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'perl-install/standalone/drakgw') diff --git a/perl-install/standalone/drakgw b/perl-install/standalone/drakgw index b2ce377e9..0dfa138f8 100755 --- a/perl-install/standalone/drakgw +++ b/perl-install/standalone/drakgw @@ -40,7 +40,7 @@ $::isInstall and die "Not supported during install.\n"; local $_ = join '', @ARGV; $::Wizard_pix_up = "drakgw.png"; -$::direct = /-direct/; +my $direct = /-direct/; my $sysconf_network = "/etc/sysconfig/network"; my $sysconf_dhcpd = "/etc/sysconfig/dhcpd"; @@ -187,7 +187,7 @@ step_ask_confirm: undef $::Wizard_no_previous; -$::direct or $in->ask_okcancel(N("Internet Connection Sharing"), +$direct or $in->ask_okcancel(N("Internet Connection Sharing"), N("You are about to configure your computer to share its Internet connection. With that feature, other computers on your local network will be able to use this computer's Internet connection. -- cgit v1.2.1