Allow "stat" in addition to "status".

This commit is contained in:
David E. O'Brien 2001-09-08 04:08:06 +00:00
parent 3c909464fe
commit e998909fef
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=47527
2 changed files with 2 additions and 2 deletions

View File

@ -20,7 +20,7 @@ restart)
$0 stop
$0 start
;;
status)
status|stat)
ps -auxww | egrep '(conserver|console)' | egrep -v "($0|egrep)"
;;
*)

View File

@ -20,7 +20,7 @@ restart)
$0 stop
$0 start
;;
status)
status|stat)
ps -auxww | egrep '(conserver|console)' | egrep -v "($0|egrep)"
;;
*)