summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTill Kamppeter <tkamppeter@mandriva.com>2005-02-25 16:29:21 +0000
committerTill Kamppeter <tkamppeter@mandriva.com>2005-02-25 16:29:21 +0000
commitd524c7e855a3265d8ef6be1557be3265dcf32732 (patch)
treec9b05d65278519659a42edebe2a1a731a4537d2a
parent8087ed1825981cc2b64dd848a33ac89a96d678c8 (diff)
downloaddrakx-backup-do-not-use-d524c7e855a3265d8ef6be1557be3265dcf32732.tar
drakx-backup-do-not-use-d524c7e855a3265d8ef6be1557be3265dcf32732.tar.gz
drakx-backup-do-not-use-d524c7e855a3265d8ef6be1557be3265dcf32732.tar.bz2
drakx-backup-do-not-use-d524c7e855a3265d8ef6be1557be3265dcf32732.tar.xz
drakx-backup-do-not-use-d524c7e855a3265d8ef6be1557be3265dcf32732.zip
- Driver "oki4w" was renamed to "oki4drv". Adapted printerdrake appropriately
-rw-r--r--perl-install/printer/printerdrake.pm4
1 files changed, 2 insertions, 2 deletions
diff --git a/perl-install/printer/printerdrake.pm b/perl-install/printer/printerdrake.pm
index 95af5229b..d9e1183ae 100644
--- a/perl-install/printer/printerdrake.pm
+++ b/perl-install/printer/printerdrake.pm
@@ -3075,9 +3075,9 @@ sub get_printer_info {
# Do not embed the following messages in the add-printer
# wizard.
local $::isWizard = 0;
- # oki4w driver -> OKI winprinter which needs the
+ # oki4drv driver -> OKI winprinter which needs the
# oki4daemon to work
- if ($printer->{currentqueue}{driver} eq 'oki4w') {
+ if ($printer->{currentqueue}{driver} eq 'oki4drv') {
if ($printer->{currentqueue}{connect} !~
m!^(parallel|file):/dev/lp0$!) {
$::noX ||