diff options
author | Francois Pons <fpons@mandriva.com> | 2000-09-29 17:19:42 +0000 |
---|---|---|
committer | Francois Pons <fpons@mandriva.com> | 2000-09-29 17:19:42 +0000 |
commit | 3b3d86841333d7ee58909b899863d044b3e11fa0 (patch) | |
tree | 584cfea2fce03b0c144bd7b287d1d69a80ddb3c0 /perl-install | |
parent | 21b8377bfb2f26760f2baf81295b89f325851ec5 (diff) | |
download | drakx-backup-do-not-use-3b3d86841333d7ee58909b899863d044b3e11fa0.tar drakx-backup-do-not-use-3b3d86841333d7ee58909b899863d044b3e11fa0.tar.gz drakx-backup-do-not-use-3b3d86841333d7ee58909b899863d044b3e11fa0.tar.bz2 drakx-backup-do-not-use-3b3d86841333d7ee58909b899863d044b3e11fa0.tar.xz drakx-backup-do-not-use-3b3d86841333d7ee58909b899863d044b3e11fa0.zip |
*** empty log message ***
Diffstat (limited to 'perl-install')
-rw-r--r-- | perl-install/printerdrake.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/printerdrake.pm b/perl-install/printerdrake.pm index 151c5dd0e..ed70ba60b 100644 --- a/perl-install/printerdrake.pm +++ b/perl-install/printerdrake.pm @@ -37,7 +37,7 @@ sub setup_local($$$) { } if (!$::expert && @str) { @port = map { $_->{port} } grep { $_->{val}{DESCRIPTION} } @parport; - @port > 0 and $in = undef; + @port == 1 and $in = undef; } else { @port = detect_devices::whatPrinterPort(); } |