]> git.ipfire.org Git - thirdparty/cups.git/commitdiff
Add cupsManualCopies as needed (Issue #5433)
authorMichael R Sweet <michael.r.sweet@gmail.com>
Wed, 14 Nov 2018 15:15:54 +0000 (10:15 -0500)
committerMichael R Sweet <michael.r.sweet@gmail.com>
Wed, 14 Nov 2018 15:15:54 +0000 (10:15 -0500)
CHANGES.md
cups/ppd-cache.c

index 5af8da1d5941b0a3f1b8f47a63ae80c6ec6f524d..bb76c7db700550c387c90f9e3850365b4087332b 100644 (file)
@@ -5,6 +5,8 @@ CHANGES - 2.2.10 - 2018-11-14
 Changes in CUPS v2.2.10
 -----------------------
 
+- The generated PPD files for IPP Everywhere printers did not contain the
+  cupsManualCopies keyword (Issue #5433)
 - Kerberos credentials might be truncated (Issue #5435)
 
 
index 9ed946e68739bc3431d729e50d04731a2e12c6ef..51940c24ffaf23a09ee3fd5d489260e4a4fa5338 100644 (file)
@@ -3178,6 +3178,8 @@ _ppdCreateFromIPP(char   *buffer, /* I - Filename buffer */
       else
         cupsFilePuts(fp, "*cupsFilter2: \"application/vnd.cups-pdf application/pdf 10 -\"\n");
     }
+    else
+      cupsFilePuts(fp, "*cupsManualCopies: true\n");
     if (is_apple)
       cupsFilePuts(fp, "*cupsFilter2: \"image/urf image/urf 100 -\"\n");
     if (is_pwg)