9663087b13
CUPS configuration GUI. Configures a CUPS server. It uses the CUPS API to do this. The communication with the server is performed using IPP. As a result, it is equally able to configure a remote CUPS server as a local one. help and ok ajacoutot@
8 lines
350 B
Plaintext
8 lines
350 B
Plaintext
$OpenBSD: patch-system-config-printer-applet,v 1.1.1.1 2008/04/10 10:23:04 jasper Exp $
|
|
--- system-config-printer-applet.orig Thu Mar 27 18:31:27 2008
|
|
+++ system-config-printer-applet Thu Mar 27 18:31:36 2008
|
|
@@ -1,2 +1,2 @@
|
|
#!/bin/sh
|
|
-exec /usr/share/system-config-printer/applet.py "$@"
|
|
+exec !!PREFIX!!/share/system-config-printer/applet.py "$@"
|