flexlm: Changed lmgrd init script to verify server status via network.

This commit is contained in:
Timo Mkinen 2013-08-29 15:14:43 +03:00
parent 5590fe8b3f
commit 298aee2225

View file

@ -64,7 +64,8 @@ case "$1" in
stop
;;
status)
lmstat -c ${licfile}
lmstat -c `lmstat -c ${licfile} | \
sed -n 's/License server status: \([0-9]*@[^ ]*\)/\1/p'`
;;
restart)
stop