summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTill Kamppeter <tkamppeter@mandriva.com>2005-08-31 12:57:10 +0000
committerTill Kamppeter <tkamppeter@mandriva.com>2005-08-31 12:57:10 +0000
commit60ab4608d856cfb04ebdcb72f1f33ba09f3041ee (patch)
treee1821464423046257bf3d4e72176954417416b0e
parentd8018ccf6109b806c800bc45e8bd33a02cb4b15c (diff)
downloaddrakx-backup-do-not-use-60ab4608d856cfb04ebdcb72f1f33ba09f3041ee.tar
drakx-backup-do-not-use-60ab4608d856cfb04ebdcb72f1f33ba09f3041ee.tar.gz
drakx-backup-do-not-use-60ab4608d856cfb04ebdcb72f1f33ba09f3041ee.tar.bz2
drakx-backup-do-not-use-60ab4608d856cfb04ebdcb72f1f33ba09f3041ee.tar.xz
drakx-backup-do-not-use-60ab4608d856cfb04ebdcb72f1f33ba09f3041ee.zip
- Fixed recognition of alredy set up queues for auto queue setup, for
several Xerox Phaser printers the user was asked again and again to set up a print queue.
-rw-r--r--perl-install/printer/main.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/printer/main.pm b/perl-install/printer/main.pm
index cf70a6461..a4497b9a3 100644
--- a/perl-install/printer/main.pm
+++ b/perl-install/printer/main.pm
@@ -2411,7 +2411,7 @@ sub copy_foomatic_queue {
sub autodetectionentry_for_uri {
my ($uri, @autodetected) = @_;
- if ($uri =~ m!^usb://([^/]+)/([^/\?]+)(|\?serial=(\S+))$!) {
+ if ($uri =~ m!^usb://([^/]+)/([^\?]+)(|\?serial=(\S+))$!) {
# USB device with URI referring to printer model
my $make = $1;
my $model = $2;