network/jabberd2: Fix startup script.

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Christopher Walker 2015-11-05 01:43:22 +07:00 committed by Willy Sudiarto Raharjo
parent 05a459bbd1
commit 1719935dac
2 changed files with 2 additions and 1 deletions

View file

@ -24,7 +24,7 @@
PRGNAM=jabberd2
VERSION=${VERSION:-2.2.17}
BUILD=${BUILD:-1}
BUILD=${BUILD:-2}
TAG=${TAG:-_SBo}
if [ -z "$ARCH" ]; then

View file

@ -34,6 +34,7 @@ restart)
jabberd2_stop
sleep 2
jabberd2_start
;;
*)
echo "Usage $0 (start|stop|restart|status)"
esac