From c78371356734c5d346de3909fa1010f0c30e2cbf Mon Sep 17 00:00:00 2001 From: Jeremy Messenger Date: Wed, 24 Dec 2008 18:47:29 +0000 Subject: - Update to 1.0.12. - Correct the path of snmp (lib -> libexec). - Do not comment out the debugprint or it crashes when try to add printer from samba. Approved by: ahze (maintainer) --- print/system-config-printer/files/patch-system-config-printer.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'print/system-config-printer/files/patch-system-config-printer.py') diff --git a/print/system-config-printer/files/patch-system-config-printer.py b/print/system-config-printer/files/patch-system-config-printer.py index 2a98aba10a16..784a0a8cea29 100644 --- a/print/system-config-printer/files/patch-system-config-printer.py +++ b/print/system-config-printer/files/patch-system-config-printer.py @@ -5,7 +5,7 @@ if host: os.environ["HOST"] = host - cmd = '/usr/lib/cups/backend/snmp "${HOST}"' -+ cmd = '%%LOCALBASE%%/lib/cups/backend/snmp "${HOST}"' ++ cmd = '%%LOCALBASE%%/libexec/cups/backend/snmp "${HOST}"' debugprint (host + ": " + cmd) stdout = None try: -- cgit v1.2.3