From 49f2f3f3fa42d4462b6c76ca148638a193954913 Mon Sep 17 00:00:00 2001 From: Koop Mast Date: Thu, 12 Sep 2013 19:45:49 +0000 Subject: Part two, of the update to 1.4.2. Forgotten files edition. --- print/system-config-printer/files/patch-probe-printer.py | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 print/system-config-printer/files/patch-probe-printer.py (limited to 'print/system-config-printer/files/patch-probe-printer.py') diff --git a/print/system-config-printer/files/patch-probe-printer.py b/print/system-config-printer/files/patch-probe-printer.py new file mode 100644 index 000000000000..497114f0894a --- /dev/null +++ b/print/system-config-printer/files/patch-probe-printer.py @@ -0,0 +1,11 @@ +--- probe_printer.py.orig 2013-08-29 15:54:06.000000000 +0200 ++++ probe_printer.py 2013-08-29 15:54:27.000000000 +0200 +@@ -275,7 +275,7 @@ + null = file ("/dev/null", "r+") + try: + debugprint ("snmp: trying") +- p = subprocess.Popen (args=["/usr/lib/cups/backend/snmp", ++ p = subprocess.Popen (args=["%%PREFIX%%/libexec/cups/backend/snmp", + self.hostname], + close_fds=True, + stdin=null, -- cgit v1.2.3