components/foomatic/db-engine/patches/01-DB.pm.patch
author Vladimir Marek <Vladimir.Marek@oracle.com>
Wed, 22 Jun 2011 13:27:13 -0700
changeset 335 223d5bf98b72
child 6720 4bf7e80e4d8e
permissions -rw-r--r--
7049357 Move foomatic-* stuff to Userland.

*** a/lib/Foomatic/DB.pm.orig	Mon Oct 27 15:51:02 2008
--- b/lib/Foomatic/DB.pm	Mon Oct 27 15:50:37 2008
***************
*** 102,108 ****
      }
  
      # Build a new overview
!     my $otype = ($cupsppds ? '-C' : '-O');
      $otype .= ' -n' if ($cupsppds == 1);
      # Generate overview Perl data structure from database
      my $VAR1;
--- 102,108 ----
      }
  
      # Build a new overview
!     my $otype = ($cupsppds ? '-C' : '-C');
      $otype .= ' -n' if ($cupsppds == 1);
      # Generate overview Perl data structure from database
      my $VAR1;