summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTill Kamppeter <tkamppeter@mandriva.com>2001-10-21 15:18:52 +0000
committerTill Kamppeter <tkamppeter@mandriva.com>2001-10-21 15:18:52 +0000
commitc95979379e01885f33a0fff5ca0b889db8402606 (patch)
treee929a550ab64ebaae1e70910b8cc38903b44bac6
parent2587ebd4cb34d8728d9b184cdf3b0162d83b461a (diff)
downloaddrakx-backup-do-not-use-c95979379e01885f33a0fff5ca0b889db8402606.tar
drakx-backup-do-not-use-c95979379e01885f33a0fff5ca0b889db8402606.tar.gz
drakx-backup-do-not-use-c95979379e01885f33a0fff5ca0b889db8402606.tar.bz2
drakx-backup-do-not-use-c95979379e01885f33a0fff5ca0b889db8402606.tar.xz
drakx-backup-do-not-use-c95979379e01885f33a0fff5ca0b889db8402606.zip
Fixed connection device setting for "oki4w" driver.
-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 c0520e486..e8d16d408 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/null';
+ $printer->{currentqueue}{'connect'} = 'file:/dev/oki4drv';
# Start the oki4daemon
printer::start_service_on_boot('oki4daemon');
printer::start_service('oki4daemon');