2 # OSSEC Controls OSSEC HIDS
3 # Author: Daniel B. Cid <dcid@ossec.net>
4 # Modified for slackware by Jack S. Lai
10 if [ "X${DIRECTORY}" = "X" ]; then
11 DIRECTORY
="/var/ossec"
16 stat_busy
"Starting OSSEC-HIDS"
17 ${DIRECTORY}/bin
/ossec-control start
> /dev
/null
22 stat_busy
"Stopping OSSEC-HIDS"
23 ${DIRECTORY}/bin
/ossec-control stop
> /dev
/null
39 echo "*** Usage: $0 {start|stop|restart}"