1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-27 10:03:20 +00:00
freebsd-ports/print/system-config-printer/files/patch-system-config-printer
Michael Johnson dd9602c2a3 Add system-config-printer
CUPS configuration Gtk+2.0 GUI

Configures a CUPS server. It uses the CUPS API (bound to Python with pycups)
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.

WWW: http://cyberelk.net/tim/software/system-config-printer/
2008-03-23 16:21:10 +00:00

7 lines
300 B
Plaintext

--- system-config-printer.orig 2008-03-20 11:56:46.000000000 -0400
+++ system-config-printer 2008-03-20 11:56:58.000000000 -0400
@@ -1,2 +1,2 @@
#!/bin/sh
-exec /usr/share/system-config-printer/system-config-printer.py "$@"
+exec %%PREFIX%%/share/system-config-printer/system-config-printer.py "$@"