components/foomatic/db-engine/patches/01-DB.pm.patch
author Jiri Sasek <Jiri.Sasek@Oracle.COM>
Fri, 02 Sep 2016 12:40:53 -0700
changeset 6720 4bf7e80e4d8e
parent 335 223d5bf98b72
permissions -rw-r--r--
23115420 Upgrade foomatic-db to 4.0+

In-house patch
This is the original patch turned to unified-diff format only.
It was created during the sfwnv -> Userland conversion
...but even the author of the patch (Vlad) do not remember its meaning.
It is safe to leave it here.

--- a/lib/Foomatic/DB.pm	2016-07-20 00:40:31.000000000 -0700
+++ b/lib/Foomatic/DB.pm	2016-07-20 13:59:40.150491933 -0700
@@ -111,7 +111,7 @@
     }
 
     # Build a new overview
-    my $otype = ($cupsppds ? '-C' : '-O');
+    my $otype = ($cupsppds ? '-C' : '-C');
     $otype .= ' -n' if ($cupsppds == 1);
     # Generate overview Perl data structure from database
     my $VAR1;