summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTill Kamppeter <tkamppeter@mandriva.com>2001-11-19 16:58:44 +0000
committerTill Kamppeter <tkamppeter@mandriva.com>2001-11-19 16:58:44 +0000
commit98a273eeb18833665bbf1690da34c7b594e84b2b (patch)
treec8716a933f5038663ceb2fb68acc06456e554a45
parent47d467067d1c1f7398f22e1ee77f89fb6e27b79a (diff)
downloaddrakx-backup-do-not-use-98a273eeb18833665bbf1690da34c7b594e84b2b.tar
drakx-backup-do-not-use-98a273eeb18833665bbf1690da34c7b594e84b2b.tar.gz
drakx-backup-do-not-use-98a273eeb18833665bbf1690da34c7b594e84b2b.tar.bz2
drakx-backup-do-not-use-98a273eeb18833665bbf1690da34c7b594e84b2b.tar.xz
drakx-backup-do-not-use-98a273eeb18833665bbf1690da34c7b594e84b2b.zip
Last correction was wrong, reverted it.
-rw-r--r--perl-install/printerdrake.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/printerdrake.pm b/perl-install/printerdrake.pm
index e8d16d408..c0520e486 100644
--- a/perl-install/printerdrake.pm
+++ b/perl-install/printerdrake.pm
@@ -902,7 +902,7 @@ port before you print a test page. Otherwise the printer
will not work. Your connection type setting will be ignored
by the driver."));
}
- $printer->{currentqueue}{'connect'} = 'file:/dev/oki4drv';
+ $printer->{currentqueue}{'connect'} = 'file:/dev/null';
# Start the oki4daemon
printer::start_service_on_boot('oki4daemon');
printer::start_service('oki4daemon');