diff options
author | Till Kamppeter <tkamppeter@mandriva.com> | 2001-10-21 15:18:52 +0000 |
---|---|---|
committer | Till Kamppeter <tkamppeter@mandriva.com> | 2001-10-21 15:18:52 +0000 |
commit | c95979379e01885f33a0fff5ca0b889db8402606 (patch) | |
tree | e929a550ab64ebaae1e70910b8cc38903b44bac6 /perl-install | |
parent | 2587ebd4cb34d8728d9b184cdf3b0162d83b461a (diff) | |
download | drakx-c95979379e01885f33a0fff5ca0b889db8402606.tar drakx-c95979379e01885f33a0fff5ca0b889db8402606.tar.gz drakx-c95979379e01885f33a0fff5ca0b889db8402606.tar.bz2 drakx-c95979379e01885f33a0fff5ca0b889db8402606.tar.xz drakx-c95979379e01885f33a0fff5ca0b889db8402606.zip |
Fixed connection device setting for "oki4w" driver.
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 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'); |