summarylogtreecommitdiffstats
path: root/xeroxprtmgr
diff options
context:
space:
mode:
authorEduard Wirch2017-09-15 16:21:54 +0200
committerEduard Wirch2017-09-18 10:49:19 +0200
commit5171559ccffad5021a1b96fe2fda51bc64b33366 (patch)
tree22ebb4c1f624b25bd375737e7dcb52b4cc02ad8a /xeroxprtmgr
parentc2b54cfbd9c0fab24e1616f80c5da9cd32e164f1 (diff)
downloadaur-5171559ccffad5021a1b96fe2fda51bc64b33366.tar.gz
Update to 5.20.606.3946 and fix Arch incompatibility
- Dependencies sed and awk are used by CUPS filter usr/lib/cups/filter/XeroxQScript. - systemctl wrapper: xeroxprtmgr invokes "service cups restart". Arch uses systemd, there is no 'service' command. A 'service' script and a xeroxprtmgr wrapper try to work around this. - XeroxQScript.patch: the original filter failes to respect RequestID and Copies. - xerox-prtdrv-xhost-permissions.desktop: autostart entry from postinstall script to extend xhost permissions
Diffstat (limited to 'xeroxprtmgr')
-rw-r--r--xeroxprtmgr7
1 files changed, 7 insertions, 0 deletions
diff --git a/xeroxprtmgr b/xeroxprtmgr
new file mode 100644
index 000000000000..65575bda051f
--- /dev/null
+++ b/xeroxprtmgr
@@ -0,0 +1,7 @@
+#!/bin/bash
+
+ln -s /opt/Xerox/prtsys/service /bin/service
+
+/opt/Xerox/prtsys/xeroxprtmgr.wrapped
+
+rm /bin/service