]> git.pld-linux.org Git - packages/cups.git/commitdiff
- Fix bug of cgi-bin directory going into /etc/cups instead of into
authorkloczek <kloczek@pld-linux.org>
Tue, 23 Oct 2001 09:30:06 +0000 (09:30 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
  /usr/lib/cups (patch from MDK).

Changed files:
    cups-lp-lpr.patch -> 1.1

cups-lp-lpr.patch [new file with mode: 0644]

diff --git a/cups-lp-lpr.patch b/cups-lp-lpr.patch
new file mode 100644 (file)
index 0000000..ae6fc5f
--- /dev/null
@@ -0,0 +1,22 @@
+--- cups-1.1.10/berkeley/lpr.c.orig    Tue Jan 30 16:17:45 2001
++++ cups-1.1.10/berkeley/lpr.c Tue Jan 30 16:18:18 2001
+@@ -324,7 +324,7 @@
+     if (title)
+       job_id = cupsPrintFile(printer, tempfile, title, num_options, options);
+     else
+-      job_id = cupsPrintFile(printer, tempfile, "(stdin)", num_options, options);
++      job_id = cupsPrintFile(printer, tempfile, "STDIN", num_options, options);
+     unlink(tempfile);
+   }
+--- cups-1.1.10/systemv/lp.c.orig      Tue Jan 30 16:16:32 2001
++++ cups-1.1.10/systemv/lp.c   Tue Jan 30 16:17:10 2001
+@@ -544,7 +544,7 @@
+     if (title)
+       job_id = cupsPrintFile(printer, tempfile, title, num_options, options);
+     else
+-      job_id = cupsPrintFile(printer, tempfile, "(stdin)", num_options, options);
++      job_id = cupsPrintFile(printer, tempfile, "STDIN", num_options, options);
+     unlink(tempfile);
+   }
This page took 0.031347 seconds and 4 git commands to generate.