Re: [ptxdist] [PATCH v3 5/7] cups: new package: Common Unix Printing System

2017-11-01 Thread Michael Olbrich
On Tue, Oct 31, 2017 at 11:31:45PM +0100, Roland Hieber wrote: > On 27.10.2017 19:54, Michael Olbrich wrote: > > On Wed, Oct 25, 2017 at 10:57:49PM +0200, Roland Hieber wrote: > >> diff --git a/rules/cups.in b/rules/cups.in > >> new file mode 100644 > >> index 0..13b7142d6 > >> ---

Re: [ptxdist] [PATCH v3 5/7] cups: new package: Common Unix Printing System

2017-10-31 Thread Roland Hieber
On 27.10.2017 19:54, Michael Olbrich wrote: > On Wed, Oct 25, 2017 at 10:57:49PM +0200, Roland Hieber wrote: >> diff --git a/rules/cups.in b/rules/cups.in >> new file mode 100644 >> index 0..13b7142d6 >> --- /dev/null >> +++ b/rules/cups.in >> @@ -0,0 +1,113 @@ >> +## SECTION=applications

Re: [ptxdist] [PATCH v3 5/7] cups: new package: Common Unix Printing System

2017-10-31 Thread Roland Hieber
On 28.10.2017 11:54, Michael Olbrich wrote: > On Wed, Oct 25, 2017 at 10:57:49PM +0200, Roland Hieber wrote: [...] >> >> Notes: >> changes in v2 -> v3: >> - version bump 2.2.4 -> 2.2.5 [...] >> >> diff --git >>

Re: [ptxdist] [PATCH v3 5/7] cups: new package: Common Unix Printing System

2017-10-28 Thread Michael Olbrich
On Wed, Oct 25, 2017 at 10:57:49PM +0200, Roland Hieber wrote: > If using systemd, CUPS can be started via socket activation or directly, > in any case it is run as user daemon, group lp. The default spool and > cache locations were moved to /tmp/cups so we don't need to set up a > tmpfs for

Re: [ptxdist] [PATCH v3 5/7] cups: new package: Common Unix Printing System

2017-10-27 Thread Michael Olbrich
On Wed, Oct 25, 2017 at 10:57:49PM +0200, Roland Hieber wrote: > If using systemd, CUPS can be started via socket activation or directly, > in any case it is run as user daemon, group lp. The default spool and > cache locations were moved to /tmp/cups so we don't need to set up a > tmpfs for

[ptxdist] [PATCH v3 5/7] cups: new package: Common Unix Printing System

2017-10-25 Thread Roland Hieber
If using systemd, CUPS can be started via socket activation or directly, in any case it is run as user daemon, group lp. The default spool and cache locations were moved to /tmp/cups so we don't need to set up a tmpfs for /var/spool/cups and /var/cache/cups. sysvinit script is installed from