Debian Automated Code Analysis

checkbashisms analysis of pgpool2_3.0.3-2.dsc

possible bashism in ./redhat/pgpool.init line 27 (typeset):
TYPESET=`typeset -f|grep "declare"`
possible bashism in ./redhat/pgpool.init line 38 (${foo:3[:1]}):
if [ ${NAME:0:1} = "S" -o ${NAME:0:1} = "K" ]
possible bashism in ./redhat/pgpool.init line 40 (${foo:3[:1]}):
	NAME=${NAME:3}
possible bashism in ./redhat/pgpool.init line 95 ($"foo" should be eval_gettext "foo"):
	PGPOOL_START=$"Starting ${NAME} service: "
possible bashism in ./redhat/pgpool.init line 116 ($"foo" should be eval_gettext "foo"):
	echo -n $"Stopping ${NAME} service: "
possible bashism in ./redhat/pgpool.init line 117 ($UID should be "$(id -ru)"):
        if [ $UID -ne 0 ]; then
possible bashism in ./redhat/pgpool.init line 131 ($"foo" should be eval_gettext "foo"):
	echo -n $"Sending switchover request to $NAME "
possible bashism in ./redhat/pgpool.init line 150 ($"foo" should be eval_gettext "foo"):
	echo -n $"Reloading ${NAME}: "
possible bashism in ./redhat/pgpool.init line 155 ($"foo" should be eval_gettext "foo"):
		failure $"Reloading ${NAME}"
possible bashism in ./redhat/pgpool.init line 197 ($"foo" should be eval_gettext "foo"):
        echo $"Usage: $0 {start|stop|switch|status|restart|condrestart|condstop|reload|force-reload}"

This report was generated on Sat, 02 Apr 2011 06:38:32 +0000, based on results by checkbashisms 2.10.65git5