Add files from parent branch HEAD:
[pkgsrc.git] / print / gutenprint-lib / patches / patch-aa
1 $NetBSD: patch-aa,v 1.1 2008/03/09 01:23:54 gdt Exp $
2
3 --- src/gutenprintui2/plist.c.orig      2008-02-02 11:06:55.000000000 -0500
4 +++ src/gutenprintui2/plist.c
5 @@ -96,7 +96,7 @@ static const print_system_t default_prin
6  static print_system_t known_printing_systems[] =
7  {
8    { "CUPS", N_("CUPS"), "lp -s", "-d", "-oraw", "/usr/sbin/cupsd",
9 -    "/usr/bin/lpstat -v | awk '/^device for /i {sub(\":\", \"\", $3); print $3}'",
10 +    "/usr/pkg/bin/lpstat -v | awk '/^device for /i {sub(\":\", \"\", $3); print $3}'",
11      "-n" },
12    { "SysV", N_("System V lp"), "lp -s", "-d", "-oraw", "/usr/bin/lp",
13      "/usr/bin/lpstat -v | awk '/^device for /i {sub(\":\", \"\", $3); print $3}'",