From 7faa440498da266d8d17f07855fef9d585aa1b1a Mon Sep 17 00:00:00 2001 From: Francois Pons Date: Tue, 12 Jun 2001 14:51:09 +0000 Subject: added final patch (4) from David Eastcott, although it was rewritten a bit. --- perl-install/printer.pm | 1 + 1 file changed, 1 insertion(+) (limited to 'perl-install/printer.pm') 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 { -- cgit v1.2.1