init.d/vzeventd-redhat: switch to strict bash

... and fix the following checkbashisms warnings:

possible bashism in etc/init.d/vzeventd-redhat.in line 55 ($EUID should
be "$(id -u)"):
	[ "$EUID" != "0" ] && exit 4
possible bashism in etc/init.d/vzeventd-redhat.in line 66 ($"foo" should
be eval_gettext "foo"):
	echo -n $"Starting $prog: "
possible bashism in etc/init.d/vzeventd-redhat.in line 75 ($EUID should
be "$(id -u)"):
	[ "$EUID" != "0" ] && exit 4
possible bashism in etc/init.d/vzeventd-redhat.in line 76 ($"foo" should
be eval_gettext "foo"):
	echo -n $"Shutting down $prog: "
possible bashism in etc/init.d/vzeventd-redhat.in line 109 ($"foo"
should be eval_gettext "foo"):
	echo $"Usage: $0
{start|stop|status|restart|try-restart|force-reload}"

Signed-off-by: Kir Kolyshkin <kir@openvz.org>
1 file changed