From 50da0dfd2a76462819cb5a643f419d5e99d85f1d Mon Sep 17 00:00:00 2001 From: Jamie Cameron Date: Tue, 17 Apr 2007 17:17:41 +0000 Subject: [PATCH] Follow links in PPD directory (needed for Ubuntu) --- lpadmin/cups-driver.pl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lpadmin/cups-driver.pl b/lpadmin/cups-driver.pl index 897dacb79..b98402dae 100644 --- a/lpadmin/cups-driver.pl +++ b/lpadmin/cups-driver.pl @@ -131,9 +131,8 @@ printf " \n", # Display all the CUPS drivers printf " %s\n", $_[1]->{'mode'} == 1 ? 'checked' : '', $text{'cups_driver'}; -print "\n"; foreach $f (sort { $cache{$a} cmp $cache{$b} } keys %cache) { if ($cache{$f} && $cache{$f} ne "duplicate" && !$done{$cache{$f}}++) {