Automated Code Analysis
possible bashism in ./tenshi.redhat-init line 20 ($"foo" should be eval_gettext "foo"):
echo -n $"Starting tenshi: "
possible bashism in ./tenshi.redhat-init line 31 ($"foo" should be eval_gettext "foo"):
echo -n $"Stopping tenshi: "
possible bashism in ./tenshi.redhat-init line 43 ($"foo" should be eval_gettext "foo"):
echo $"Tenshi is stopped."
possible bashism in ./tenshi.redhat-init line 58 ($"foo" should be eval_gettext "foo"):
echo -n $"Reloading tenshi: "
possible bashism in ./tenshi.redhat-init line 59 (should be >word 2>&1):
kill -HUP `cat /var/run/tenshi/tenshi.pid` &>/dev/null
possible bashism in ./tenshi.redhat-init line 72 ($"foo" should be eval_gettext "foo"):
echo -n $"Flushing Queues: "
possible bashism in ./tenshi.redhat-init line 73 (should be >word 2>&1):
kill -USR2 `cat /var/run/tenshi/tenshi.pid` &>/dev/null
possible bashism in ./tenshi.redhat-init line 103 ($"foo" should be eval_gettext "foo"):
echo $"Usage: $0 {start|stop|restart|reload|flush|status}"
This report was generated on Mon, 03 Jan 2011 00:10:33 +0000, based on results by checkbashisms 2.10.65git5