On Sun, 11 Jul 2021, Adam Borowski wrote:
> I for one believe the old behaviour was superior for the common case of
> "success" -- no news is good news
No disagreement from here. We could do things like…
output=$(command 2>&1; echo $? >tempfile)
case $(cat tempfile 2>&1) in (0) ;; (*) printf >&2
On Sat, Jul 10, 2021 at 11:37:33PM +0200, Thorsten Glaser wrote:
> OK, thanks for the maintainer approval. Accordingly, I have
> just uploaded the attached debdiff. I chose to direct the
> output to syslog instead of the bitbucket so it is not lost
> if someone indeed needs it so it isn’t a regress
On Fri, 9 Jul 2021, Yadd wrote:
> Apache2 is RFH for years, feel free to contribute
OK, thanks for the maintainer approval. Accordingly, I have
just uploaded the attached debdiff. I chose to direct the
output to syslog instead of the bitbucket so it is not lost
if someone indeed needs it so it is
3 matches
Mail list logo