Your message dated Wed, 7 Sep 2022 16:51:43 +0200
with message-id <[email protected]>
and subject line Re: #835408: caspar: does not behave as documented: 
sshd_config-load = ssh $1 [...] (was: Re: Bug in documentatie van caspar #2 
(ter info))
has caused the Debian Bug report #835408,
regarding caspar: does not behave as documented: sshd_config-load = ssh $1 
[...] (was: Re: Bug in documentatie van caspar #2 (ter info))
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)


-- 
835408: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=835408
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: caspar
Severity: normal
Tag: upstream


Hi Maarten,

On Thu, Aug 25, 2016 at 12:11:31PM +0200, Maarten Horden wrote:
> On 08/23/2016 05:17 PM, Maarten Horden wrote:
> > 
> > Er zit een bug in je documentatie van caspar (gekopieerd van
> > http://mdcc.cx/pub/caspar/caspar-latest/doc/caspar.html):
> > 
> > /*
> > Combining the csp_LOAD target with multiple hosts; building files remotely
> > You'll have to loop over csp_UHOSTS to execute load-command. Here's an
> > example doing some preprocessing on the remote hosts too.
> > 
> >   csp_DIR = /etc/ssh/
> >   csp_UHOSTS = [email protected] [email protected]
> >   csp_LOAD = sshd_config-load
> >   sshd_config-load = ssh $1 "cd $(csp_DIR); \
> >          m4 sshd_config.m4 >sshd_config && \
> >          PATH=$$PATH:/sbin /etc/init.d/ssh restart"
> >   include caspar/mk/caspar.mk
> 
> Bovenstaand voorbeeld met $ssh werkt *niet*, onderstaand voorbeeld werkt
> *wel*:
> 
> > (Alternatively, you could explicitly specify the loop over the hosts:
> > 
> >   csp_DIR = /etc/ssh/
> >   sshd_config-load:
> >       for suh in $(csp_UHOSTS); do \
> >         ssh $$suh "cd $(csp_DIR); \
> >          m4 sshd_config.m4 > sshd_config && \
> >          PATH=$$PATH:/sbin /etc/init.d/ssh restart"; \
> >       done
> > ).
> > */
> 
> Zoals bijvoorbeeld te zien is in:
> ... evj shared/usr/local/share/request-tracker4/po/Makefile>

Excellent example; thanks.  Will get fixed, RSN.

Bye,

Joost

--- End Message ---
--- Begin Message ---
Hi Maarten e.a.,

"Werkt niet" seems not to be true: it works for me now, here on Debian
GNU/Linux 11 (bullseye) with caspar 20200611-2 .  So: sorry, cannot reproduce.
Please reopen if you're still interested in this.

And sorry for this embarassingly late (it took me over 6 years) reply...

Bye,

Joost

PS: see http://bugs.debian.org/835408 for context

--- End Message ---

Reply via email to