From 3f9c883b7204a2918581febb50e505cc899c39ec Mon Sep 17 00:00:00 2001 From: Olivier Blin Date: Tue, 30 Aug 2005 18:53:04 +0000 Subject: use lower case 'i' in iwconfig/iwpriv/iwspy (#18031) --- perl-install/standalone/drakconnect | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'perl-install/standalone') diff --git a/perl-install/standalone/drakconnect b/perl-install/standalone/drakconnect index 0c1ff1d7f..20c190f7d 100755 --- a/perl-install/standalone/drakconnect +++ b/perl-install/standalone/drakconnect @@ -23,7 +23,7 @@ use strict; -use lib qw(/usr/lib/libDrakX); +#use lib qw(/usr/lib/libDrakX); use standalone; #- warning, standalone must be loaded very first, for 'explanations' @@ -419,9 +419,9 @@ sub build_notebook { } ([ N("Encryption key"), 'WIRELESS_ENC_KEY' ], [ N("RTS/CTS"), 'WIRELESS_RTS' ], [ N("Fragmentation"), 'WIRELESS_FRAG' ], - [ N("Iwconfig command extra arguments"), 'WIRELESS_IWCONFIG' ], - [ N("Iwspy command extra arguments"), 'WIRELESS_IWSPY' ], - [ N("Iwpriv command extra arguments"), 'WIRELESS_IWPRIV' ], + [ N("iwconfig command extra arguments"), 'WIRELESS_IWCONFIG' ], + [ N("iwspy command extra arguments"), 'WIRELESS_IWSPY' ], + [ N("iwpriv command extra arguments"), 'WIRELESS_IWPRIV' ], ), ), ); -- cgit v1.2.1