Your message dated Thu, 25 Feb 2010 00:11:58 -0500
with message-id <[email protected]>
and subject line Re: Bug#547746: fail2ban: bashism in /bin/sh script
has caused the Debian Bug report #547746,
regarding fail2ban: bashism in /bin/sh script
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.)
--
547746: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=547746
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: fail2ban
Severity: minor
Version: 0.8.4-1
User: [email protected]
Usertags: goal-dash
Hello maintainer,
While performing an archive wide checkbashisms (from the 'devscripts' package)
check I've found your package containing a /bin/sh script making use
of a bashism.
checkbashisms' output:
> possible bashism in
> ./usr/share/doc/fail2ban/examples/ipmasq-ZZZzzz|fail2ban.rul line 28
> (should be >word 2>&1):
> eval $_INITSCRIPT force-reload ${HIDEOUTPUT:+\>/dev/null 2\>&1}
Not using bash (or a Debian Policy conformant shell interpreter which doesn't
provide such an extra feature) as /bin/sh is likely to lead to errors or
unexpected behaviours. Please be aware that dash is now the default /bin/sh.
Hints about how to fix bashisms can be found at:
https://wiki.ubuntu.com/DashAsBinSh
If you still don't know how to fix the bashisms don't hesitate to reply to
this email, or tag the bug as 'help'.
Thank you,
Raphael Geissert
--- End Message ---
--- Begin Message ---
silly me missed that this was incorrect bug.. ie bug isn't present and
situation is perfectly fine -- no bashisms present -- regular false
positive ;)
silly verification
$> dash
$ eval echo jkhasdf ${HIDEOUTPUT:+\>/dev/null 2\>&1}
$ eval echo jkhasdf
jkhasdf
$ export HIDEOUTPUT=1
$ eval echo jkhasdf ${HIDEOUTPUT:+\>/dev/null 2\>&1}
$
On Mon, 21 Sep 2009, Raphael Geissert wrote:
> checkbashisms' output:
> > possible bashism in
> > ./usr/share/doc/fail2ban/examples/ipmasq-ZZZzzz|fail2ban.rul line 28
> > (should be >word 2>&1):
> > eval $_INITSCRIPT force-reload ${HIDEOUTPUT:+\>/dev/null 2\>&1}
--
.-.
=------------------------------ /v\ ----------------------------=
Keep in touch // \\ (yoh@|www.)onerussian.com
Yaroslav Halchenko /( )\ ICQ#: 60653192
Linux User ^^-^^ [175555]
signature.asc
Description: Digital signature
--- End Message ---