X-Git-Url: http://ftp.carnet.hr/carnet-debian/scm?a=blobdiff_plain;f=src%2Finit%2Fossec-local.sh;h=a1dc89a3e274f0dd7915cadcfc34f8493b2d3849;hb=789cbc8e52da68eba3517b920ef22e000cf3c9fd;hp=1fd9cb0acba1c5824f9d0ca41e2280ed7b39e018;hpb=6ef2f786c6c8ead94841b5f93baf9f43421f08c8;p=ossec-hids.git diff --git a/src/init/ossec-local.sh b/src/init/ossec-local.sh index 1fd9cb0..a1dc89a 100755 --- a/src/init/ossec-local.sh +++ b/src/init/ossec-local.sh @@ -22,7 +22,7 @@ fi NAME="OSSEC HIDS" -VERSION="v2.7" +VERSION="v2.8.3" AUTHOR="Trend Micro Inc." DAEMONS="ossec-monitord ossec-logcollector ossec-syscheckd ossec-analysisd ossec-maild ossec-execd ${DB_DAEMON} ${CSYSLOG_DAEMON} ${AGENTLESS_DAEMON}" @@ -226,6 +226,7 @@ start() if [ $? = 0 ]; then ${DIR}/bin/${i} ${DEBUG_CLI}; if [ $? != 0 ]; then + echo "${i} did not start correctly."; unlock; exit 1; fi