From 61270747cba579e0ad9868aa9cb3f2f750f9da80 Mon Sep 17 00:00:00 2001 From: Chris Lawrence Date: Thu, 21 Feb 2008 14:17:18 -0600 Subject: Imported Debian patch 3.0.2-20080211-1 --- debian/parseconfig.pl | 12 ------------ 1 file changed, 12 deletions(-) (limited to 'debian/parseconfig.pl') diff --git a/debian/parseconfig.pl b/debian/parseconfig.pl index 2d3bf02..b9854ee 100644 --- a/debian/parseconfig.pl +++ b/debian/parseconfig.pl @@ -23,18 +23,6 @@ sub readConfFile %conf = readConfFile("$configpath/filter.conf"); print( 'db_set foomatic-filters/filter_debug ', $conf{debug} > 0 ? 'true' : 'false', ";\n") if exists $conf{debug}; -if (exists $conf{gspath}) -{ - if ($conf{gspath} =~ m/^(gs|gs-esp|gs-afpl|gs-gpl)$/) { - print "db_set foomatic-filters/gspath $1;\n"; - } elsif ($conf{gspath} =~ m/^(gs-gnu|gs-aladdin)$/) { - # Force reconfiguration if still using gs-gnu or gs-aladdin - print ""; - } else { - print "db_set foomatic-filters/gspath Custom;\n"; - print "db_set foomatic-filters/custom_gspath $conf{gspath};\n"; - } -} if (exists $conf{textfilter}) { if ($conf{textfilter} =~ m/^(a2ps|enscript|mpage)$/) -- cgit v1.2.3