summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFrancois Pons <fpons@mandriva.com>2001-06-12 14:51:09 +0000
committerFrancois Pons <fpons@mandriva.com>2001-06-12 14:51:09 +0000
commit7faa440498da266d8d17f07855fef9d585aa1b1a (patch)
treed093cb05f7a83048dd113bc42a3711aeb471c228
parent08cf8e441f229e084005926c5523204cc097783f (diff)
downloaddrakx-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.
-rw-r--r--perl-install/printer.pm1
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 {