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

2017-09-27 Thread Roland Hieber
On 28.08.2017 14:51, Michael Olbrich wrote: +CUPS_CONF_OPT += \ + --with-components=all \ + --with-cachedir=/var/cache \ + --with-logdir=/var/log \ + --with-rundir=/run \ + --with-rcdir=/etc \ + --with-languages=none \ + --with-cups-user=daemon \ +

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

2017-08-29 Thread Michael Olbrich
On Mon, Aug 28, 2017 at 04:03:28PM +0200, Roland Hieber wrote: > On 28.08.2017 14:51, Michael Olbrich wrote: > > On Thu, Aug 24, 2017 at 12:39:09AM +0200, Roland Hieber wrote: > >> [...] > > > +# - config files, install as daemon:lp > > > > You can use the user and group names below. > > Oh,

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

2017-08-28 Thread Roland Hieber
On 28.08.2017 14:51, Michael Olbrich wrote: On Thu, Aug 24, 2017 at 12:39:09AM +0200, Roland Hieber wrote: >> [...] +# - config files, install as daemon:lp You can use the user and group names below. Oh, ok. I always thought they would then refer to the users/groups on the host

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

2017-08-28 Thread Michael Olbrich
On Thu, Aug 24, 2017 at 12:39:09AM +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 5/7] cups: new package: Common Unix Printing System

2017-08-28 Thread Juergen Borleis
Hi Roland, On Thursday 24 August 2017 00:39:09 Roland Hieber wrote: > [...] > + @$(call install_copy, cups, 0, 0, 0755, -, /usr/sbin/accept) > + @$(call install_copy, cups, 0, 0, 0755, -, /usr/sbin/cupsaccept) > + @$(call install_copy, cups, 0, 0, 0755, -, /usr/sbin/cupsaddsmb) > +

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

2017-08-23 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