From 49875d8743fd7ea0db6b28f0271e8dc211e3ff35 Mon Sep 17 00:00:00 2001 From: Christian Rößler Date: Tue, 4 Feb 2014 17:25:38 +0100 Subject: [cups] conf files Ubuntu, openSuse: +foomatic-filters --> foomatic-rip --- remote/modules/cups/cups.conf.opensuse | 2 ++ remote/modules/cups/cups.conf.ubuntu | 2 ++ remote/modules/cups/cups.conf.ubuntu.13 | 2 ++ remote/modules/cups/cups.conf.ubuntu.13.10 | 2 ++ 4 files changed, 8 insertions(+) diff --git a/remote/modules/cups/cups.conf.opensuse b/remote/modules/cups/cups.conf.opensuse index 1ce46e5f..d13021ba 100644 --- a/remote/modules/cups/cups.conf.opensuse +++ b/remote/modules/cups/cups.conf.opensuse @@ -1,8 +1,10 @@ REQUIRED_INSTALLED_PACKAGES=" cups cups-libs + foomatic-filters " REQUIRED_CONTENT_PACKAGES=" cups cups-libs + foomatic-filters " diff --git a/remote/modules/cups/cups.conf.ubuntu b/remote/modules/cups/cups.conf.ubuntu index da50d242..8ca1d1c6 100644 --- a/remote/modules/cups/cups.conf.ubuntu +++ b/remote/modules/cups/cups.conf.ubuntu @@ -1,8 +1,10 @@ REQUIRED_INSTALLED_PACKAGES=" cups ghostscript-cups + foomatic-filters " REQUIRED_CONTENT_PACKAGES=" cups ghostscript-cups + foomatic-filters " diff --git a/remote/modules/cups/cups.conf.ubuntu.13 b/remote/modules/cups/cups.conf.ubuntu.13 index ff5a23d7..53c8d62d 100644 --- a/remote/modules/cups/cups.conf.ubuntu.13 +++ b/remote/modules/cups/cups.conf.ubuntu.13 @@ -2,9 +2,11 @@ REQUIRED_INSTALLED_PACKAGES=" cups cups-daemon ghostscript-cups + foomatic-filters " REQUIRED_CONTENT_PACKAGES=" cups cups-daemon ghostscript-cups + foomatic-filters " diff --git a/remote/modules/cups/cups.conf.ubuntu.13.10 b/remote/modules/cups/cups.conf.ubuntu.13.10 index eaf19ce8..d3fa3b5d 100644 --- a/remote/modules/cups/cups.conf.ubuntu.13.10 +++ b/remote/modules/cups/cups.conf.ubuntu.13.10 @@ -2,9 +2,11 @@ REQUIRED_INSTALLED_PACKAGES=" cups cups-daemon cups-filters + foomatic-filters " REQUIRED_CONTENT_PACKAGES=" cups cups-daemon cups-filters + foomatic-filters " -- cgit v1.2.3-55-g7522 From 44883de473af5b6f287e43cfe8cc4eb3ba7557ce Mon Sep 17 00:00:00 2001 From: Christian Rößler Date: Tue, 4 Feb 2014 17:30:27 +0100 Subject: [cups-freiburg] ZRZ_DELL.ppd patched: cat path hardcoded as cat's not found (should be ameliorated, as hard coded paths are evil). --- server/modules/cups-freiburg/etc/cups/ppd/ZRZ_DELL.ppd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/modules/cups-freiburg/etc/cups/ppd/ZRZ_DELL.ppd b/server/modules/cups-freiburg/etc/cups/ppd/ZRZ_DELL.ppd index 7fdf40ad..6e042097 100644 --- a/server/modules/cups-freiburg/etc/cups/ppd/ZRZ_DELL.ppd +++ b/server/modules/cups-freiburg/etc/cups/ppd/ZRZ_DELL.ppd @@ -65,7 +65,7 @@ *VariablePaperSize: False *FoomaticIDs: Dell-3100cn Postscript -*FoomaticRIPCommandLine: "cat%A%B%Z" +*FoomaticRIPCommandLine: "/opt/openslx/bin/cat%A%B%Z" *FoomaticRIPNoPageAccounting: True *OpenGroup: General/General -- cgit v1.2.3-55-g7522