diff options
author | Francois Pons <fpons@mandriva.com> | 2001-06-12 14:51:09 +0000 |
---|---|---|
committer | Francois Pons <fpons@mandriva.com> | 2001-06-12 14:51:09 +0000 |
commit | 7faa440498da266d8d17f07855fef9d585aa1b1a (patch) | |
tree | d093cb05f7a83048dd113bc42a3711aeb471c228 /perl-install | |
parent | 08cf8e441f229e084005926c5523204cc097783f (diff) | |
download | drakx-backup-do-not-use-7faa440498da266d8d17f07855fef9d585aa1b1a.tar drakx-backup-do-not-use-7faa440498da266d8d17f07855fef9d585aa1b1a.tar.gz drakx-backup-do-not-use-7faa440498da266d8d17f07855fef9d585aa1b1a.tar.bz2 drakx-backup-do-not-use-7faa440498da266d8d17f07855fef9d585aa1b1a.tar.xz drakx-backup-do-not-use-7faa440498da266d8d17f07855fef9d585aa1b1a.zip |
added final patch (4) from David Eastcott, although it was rewritten a bit.
Diffstat (limited to 'perl-install')
-rw-r--r-- | perl-install/printer.pm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/perl-install/printer.pm b/perl-install/printer.pm index 2eb683eb2..8eea04aa8 100644 --- a/perl-install/printer.pm +++ b/perl-install/printer.pm @@ -496,6 +496,7 @@ sub configure_queue($) { $entry->{cupsPPD} ? ("-m", $entry->{cupsPPD}) : (), $entry->{Info} ? ("-D", $entry->{Info}) : (), $entry->{Location} ? ("-L", $entry->{Location}) : (), + if_($entry->{CUPSOPTIONS}, $entry->{CUPSOPTIONS}), #- use it if available, only for auto_install ) or die "lpadmin failed"; last }; /lpr/ && do { |