freebsd-ports/security/ossec-hids-server/files/patch-src__init__ossec-server.sh
Greg Larkin 6fed9e4e14 - Fixed broken path in startup control script [1]
- Fixed a link in pkg-message to point to a more up-to-date doc page [1]
- Removed unnecessary WITH_BDB knob [1]
- Reformatted pkg-message
- Regenerated/renamed patch files with makepatch target
- Took maintainership
- Bumped PORTREVISION

PR:		ports/161524 [1]
Submitted by:	Dan Parriott <ddpbsd@gmail.com> [1]
2011-10-18 19:39:36 +00:00

11 lines
618 B
Bash

--- ./src/init/ossec-server.sh.orig 2011-07-11 15:36:58.000000000 -0400
+++ ./src/init/ossec-server.sh 2011-10-18 15:26:57.000000000 -0400
@@ -206,7 +206,7 @@
SDAEMONS="${DB_DAEMON} ${CSYSLOG_DAEMON} ${AGENTLESS_DAEMON} ossec-maild ossec-execd ossec-analysisd ossec-logcollector ossec-remoted ossec-syscheckd ossec-monitord"
echo "Starting $NAME $VERSION (by $AUTHOR)..."
- echo | ${DIR}/ossec-logtest > /dev/null 2>&1;
+ echo | ${DIR}/bin/ossec-logtest > /dev/null 2>&1;
if [ ! $? = 0 ]; then
echo "OSSEC analysisd: Testing rules failed. Configuration error. Exiting."
fi