summaryrefslogtreecommitdiff
path: root/print/hplip3/files/patch-cups.py
diff options
context:
space:
mode:
Diffstat (limited to 'print/hplip3/files/patch-cups.py')
-rw-r--r--print/hplip3/files/patch-cups.py23
1 files changed, 0 insertions, 23 deletions
diff --git a/print/hplip3/files/patch-cups.py b/print/hplip3/files/patch-cups.py
deleted file mode 100644
index a04535bff76a..000000000000
--- a/print/hplip3/files/patch-cups.py
+++ /dev/null
@@ -1,23 +0,0 @@
---- prnt/cups.py.bak 2009-07-31 05:28:04.000000000 -0500
-+++ prnt/cups.py 2009-07-31 05:29:26.000000000 -0500
-@@ -202,9 +202,9 @@
-
- def getAllowableMIMETypes():
- """
-- Scan all /etc/cups/*.convs files for allowable file formats.
-+ Scan all /usr/local/etc/cups/*.convs files for allowable file formats.
- """
-- files = glob.glob("/etc/cups/*.convs")
-+ files = glob.glob("/usr/local/etc/cups/*.convs")
-
- allowable_mime_types = []
-
-@@ -527,7 +527,7 @@
-
-
- def getErrorLogLevel():
-- cups_conf = '/etc/cups/cupsd.conf'
-+ cups_conf = '/usr/local/etc/cups/cupsd.conf'
- try:
- f = file(cups_conf, 'r')
- except OSError: