diff options
author | Olivier Blin <oblin@mandriva.org> | 2005-08-30 18:53:04 +0000 |
---|---|---|
committer | Olivier Blin <oblin@mandriva.org> | 2005-08-30 18:53:04 +0000 |
commit | 3f9c883b7204a2918581febb50e505cc899c39ec (patch) | |
tree | f38a6ba1485149845e576f5b36e7ea9e20e5c65a /perl-install/standalone/drakconnect | |
parent | addb86613e2bc5b916e643299465e1f49e3e86ac (diff) | |
download | drakx-3f9c883b7204a2918581febb50e505cc899c39ec.tar drakx-3f9c883b7204a2918581febb50e505cc899c39ec.tar.gz drakx-3f9c883b7204a2918581febb50e505cc899c39ec.tar.bz2 drakx-3f9c883b7204a2918581febb50e505cc899c39ec.tar.xz drakx-3f9c883b7204a2918581febb50e505cc899c39ec.zip |
use lower case 'i' in iwconfig/iwpriv/iwspy (#18031)
Diffstat (limited to 'perl-install/standalone/drakconnect')
-rwxr-xr-x | perl-install/standalone/drakconnect | 8 |
1 files changed, 4 insertions, 4 deletions
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' ], ), ), ); |