flexlm: Changed lmgrd init script to verify server status via network.
This commit is contained in:
parent
5590fe8b3f
commit
298aee2225
1 changed files with 2 additions and 1 deletions
|
@ -64,7 +64,8 @@ case "$1" in
|
||||||
stop
|
stop
|
||||||
;;
|
;;
|
||||||
status)
|
status)
|
||||||
lmstat -c ${licfile}
|
lmstat -c `lmstat -c ${licfile} | \
|
||||||
|
sed -n 's/License server status: \([0-9]*@[^ ]*\)/\1/p'`
|
||||||
;;
|
;;
|
||||||
restart)
|
restart)
|
||||||
stop
|
stop
|
||||||
|
|
Loading…
Add table
Reference in a new issue