diff options
author | Eduard Wirch | 2017-09-15 16:21:54 +0200 |
---|---|---|
committer | Eduard Wirch | 2017-09-18 10:49:19 +0200 |
commit | 5171559ccffad5021a1b96fe2fda51bc64b33366 (patch) | |
tree | 22ebb4c1f624b25bd375737e7dcb52b4cc02ad8a /xeroxprtmgr | |
parent | c2b54cfbd9c0fab24e1616f80c5da9cd32e164f1 (diff) | |
download | aur-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-- | xeroxprtmgr | 7 |
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 |