22 lines
1.1 KiB
Plaintext
22 lines
1.1 KiB
Plaintext
$OpenBSD: patch-newprinter_py,v 1.7 2012/04/11 16:04:03 ajacoutot Exp $
|
|
--- newprinter.py.orig Mon Jan 30 17:04:54 2012
|
|
+++ newprinter.py Wed Apr 11 17:58:23 2012
|
|
@@ -1527,7 +1527,7 @@ class NewPrinterGUI(GtkGUI):
|
|
host = device.uri[s:s+e]
|
|
# Try to get make and model via SNMP
|
|
if host:
|
|
- args = ["/usr/lib/cups/backend/snmp", host]
|
|
+ args = ["${LOCALBASE}/libexec/cups/backend/snmp", host]
|
|
debugprint (host + ": " + repr(args))
|
|
stdout = None
|
|
try:
|
|
@@ -3391,7 +3391,7 @@ class NewPrinterGUI(GtkGUI):
|
|
try:
|
|
# We want this to be in the current natural language,
|
|
# so we intentionally don't set LC_ALL=C here.
|
|
- p = subprocess.Popen (['/usr/bin/cupstestppd',
|
|
+ p = subprocess.Popen (['${LOCALBASE}/bin/cupstestppd',
|
|
'-rvv', filename],
|
|
close_fds=True,
|
|
stdin=file("/dev/null"),
|