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-check.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-check.py')
-rw-r--r-- | print/hplip/files/patch-check.py | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/print/hplip/files/patch-check.py b/print/hplip/files/patch-check.py deleted file mode 100644 index 554e1ac5d836..000000000000 --- a/print/hplip/files/patch-check.py +++ /dev/null @@ -1,20 +0,0 @@ ---- check.py.bak 2009-07-31 05:33:11.000000000 -0500 -+++ check.py 2009-07-31 05:34:36.000000000 -0500 -@@ -337,7 +337,7 @@ - num_errors += 1 - - if cups_ok: -- cups_conf = '/etc/cups/cupsd.conf' -+ cups_conf = '/usr/local/etc/cups/cupsd.conf' - - try: - f = file(cups_conf, 'r') -@@ -600,7 +600,7 @@ - #log.info("Installed in HPLIP?: %s" % x) - log.info("Device URI: %s" % device_uri) - -- ppd = os.path.join('/etc/cups/ppd', printer_name + '.ppd') -+ ppd = os.path.join('/usr/local/etc/cups/ppd', printer_name + '.ppd') - - if os.path.exists(ppd): - log.info("PPD: %s" % ppd) |