From 4a96a57480abda1195b8b67ad1a8175e7bc8ba13 Mon Sep 17 00:00:00 2001 From: Arnaud Desmons Date: Mon, 9 Dec 2002 17:30:19 +0000 Subject: make perl_checker happy --- perl-install/network/netconnect.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'perl-install/network') diff --git a/perl-install/network/netconnect.pm b/perl-install/network/netconnect.pm index 21ad193f5..f3da861c4 100644 --- a/perl-install/network/netconnect.pm +++ b/perl-install/network/netconnect.pm @@ -406,7 +406,7 @@ ADSLModem=" . q( # Obsolete information. Please don't use it.) . " ADSLType=" . ($netcnx->{type} =~ /adsl/ ? $netcnx->{type} : '') . " ADSLProviderDomain=$netc->{DOMAINNAME2} ADSLLogin=$adsl->{login} -".#ADSLPassword=$adsl->{passwd} +" . #ADSLPassword=$adsl->{passwd} "DOMAINNAME2=$netc->{DOMAINNAME2}" if ($conf{adsl}); output_with_perm("$prefix/etc/sysconfig/network-scripts/drakconnect_conf", 0600, $str); -- cgit v1.2.1