8
0
mirror of https://github.com/FirebirdSQL/firebird.git synced 2025-01-23 18:03:04 +01:00

Fixed CORE-4011: /etc/init.d/ script for Mageia and RedHat RH #886578

This commit is contained in:
makowski 2012-12-14 10:08:41 +00:00
parent b37cf969a9
commit 2a8c5daaae

View File

@ -99,6 +99,7 @@ case "$1" in
[ $RETVAL -eq 0 ] && echo "$FULLNAME is running (pid $pid)" || echo "$FULLNAME is dead but pid file exists"
else
echo "$FULLNAME is stopped"
RETVAL=3
fi
;;
restart|reload)