Added 'status' command

SVN revision: 2332
This commit is contained in:
Stefan Ritt 2010-10-08 11:13:51 +00:00
parent e05d38658d
commit 085bfa83fb

View File

@ -52,6 +52,10 @@ case "$1" in
echo echo
fi fi
;;
status)
status -p /var/run/elogd.pid /usr/local/sbin/elogd
RETVAL=$?
;; ;;
restart|reload) restart|reload)
$0 stop $0 stop