diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2010-05-17 11:51:26 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2010-05-17 11:51:26 +0000 |
commit | 84946ab5849261b2cdd857f93d0eb1019a9c5436 (patch) | |
tree | 028fe1100e964a0009e90a95d9f54a2037ff1718 /print/hplip3/files/patch-cups.py | |
parent | - Update to 0.7.0. (diff) |
- Move print/hplip3 to print/hplip
Approved by: Anish Mistry <amistry@am-productions.biz> (old maintainer)
Notes
Notes:
svn path=/head/; revision=254487
Diffstat (limited to 'print/hplip3/files/patch-cups.py')
-rw-r--r-- | print/hplip3/files/patch-cups.py | 23 |
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: |