diff options
author | Max Brazhnikov <makc@FreeBSD.org> | 2010-09-05 20:40:28 +0000 |
---|---|---|
committer | Max Brazhnikov <makc@FreeBSD.org> | 2010-09-05 20:40:28 +0000 |
commit | 7f14679e6b9d2354dc3150776912009ee57c2910 (patch) | |
tree | b9b622c28b91dce6a6558cd7f2e2fc1cf6ad22e6 /print/hplip/files/patch-cups.py | |
parent | Update gnulib to 20100829 release (diff) |
- Update to 3.10.6
- Remove rc.d script (remains from hplip2, not used nowadays)
and simplify pkg-message
- Make fax and scanning support optional and off by default [1]
- Respect PREFIX/LOCALBASE, other minor cleanups
PR: ports/147346 [1] (based on)
Submitted by: Christopher Petrik <chris at officialunix.com>
Notes
Notes:
svn path=/head/; revision=260606
Diffstat (limited to 'print/hplip/files/patch-cups.py')
-rw-r--r-- | print/hplip/files/patch-cups.py | 23 |
1 files changed, 0 insertions, 23 deletions
diff --git a/print/hplip/files/patch-cups.py b/print/hplip/files/patch-cups.py deleted file mode 100644 index a04535bff76a..000000000000 --- a/print/hplip/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: |