Debian Automated Code Analysis

checkbashisms analysis of milter-greylist_4.3.8-1.dsc

possible bashism in ./configure line 372 (should be >word 2>&1):
    $as_echo "$as_me:${as_lineno-$LINENO}: error: $1" >&$3
possible bashism in ./rc-redhat.sh.in line 28 ($"foo" should be eval_gettext "foo"):
        echo -n $"Starting $prog: "
possible bashism in ./rc-redhat.sh.in line 29 ($UID should be "$(id -ru)"):
        if [ $UID -ne 0 ]; then
possible bashism in ./rc-redhat.sh.in line 43 ($"foo" should be eval_gettext "foo"):
        echo -n $"Stopping $prog: "
possible bashism in ./rc-redhat.sh.in line 44 ($UID should be "$(id -ru)"):
        if [ $UID -ne 0 ]; then
possible bashism in ./rc-redhat.sh.in line 86 ($"foo" should be eval_gettext "foo"):
	echo $"Usage: $0 {start|stop|status|restart|condrestart}"

This report was generated on Thu, 16 Dec 2010 12:38:23 +0000, based on results by checkbashisms 2.10.65git5