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

Fixed SS startup scripts

This commit is contained in:
alexpeshkoff 2013-07-29 07:23:37 +00:00
parent 8ee2b22263
commit 96d258b449
2 changed files with 2 additions and 3 deletions

View File

@ -82,8 +82,7 @@ case "$1" in
shutdown)
echo -n "Forcibly killing Firebird server..."
killall fbguard
killall fbserver
killall fb_smp_server
killall firebird
echo "done."
RETVAL=0
;;

View File

@ -76,7 +76,7 @@ if [ ! -x $FBSBIN/fbguard ]; then
fi
[ -x $FBSBIN/fbguard ] || exit 5
[ -x $FBSBIN/fbserver ] || [ -x $FBSBIN/fb_smp_server ] || exit 5
[ -x $FBSBIN/firebird ] || exit 5
# Shell functions sourced from /etc/rc.status:
# rc_check check and set local and overall rc status