There is a broken path in the ossec-control script. This bug was present in OSSEC's 2.6 release, and was fixed shortly after (no new release has been made though). It's such a trivial fix there's no reason that I can think of not to include it. Also in the pkg-message.in file a link to the wiki is included. The wiki may not be up to date, but the documentation is. A better link: http://www.ossec.net/doc/manual/output/database-output.html Fix: patch attached to fix the ossec-control issue Patch attached with submission follows: How-To-Repeat: Run ossec-control start
Responsible Changed From-To: freebsd-ports-bugs->glarkin I'll take it.
Of course I forgot the reason I wanted to open a PR in the first place. I don't think OSSEC has a requirement of BDB, so that flavor can probably be removed.
glarkin 2011-10-18 19:39:36 UTC FreeBSD ports repository Modified files: security/ossec-hids-server Makefile security/ossec-hids-server/files pkg-message.in Added files: security/ossec-hids-server/files patch-src__InstallServer.sh patch-src__LOCATION patch-src__headers__defs.h patch-src__init__ossec-server.sh Removed files: security/ossec-hids-server/files patch-InstallServer.sh patch-LOCATION patch-defs.h Log: - 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] Revision Changes Path 1.16 +4 -9 ports/security/ossec-hids-server/Makefile 1.3 +0 -28 ports/security/ossec-hids-server/files/patch-InstallServer.sh (dead) 1.2 +0 -7 ports/security/ossec-hids-server/files/patch-LOCATION (dead) 1.2 +0 -12 ports/security/ossec-hids-server/files/patch-defs.h (dead) 1.1 +28 -0 ports/security/ossec-hids-server/files/patch-src__InstallServer.sh (new) 1.1 +7 -0 ports/security/ossec-hids-server/files/patch-src__LOCATION (new) 1.1 +12 -0 ports/security/ossec-hids-server/files/patch-src__headers__defs.h (new) 1.1 +11 -0 ports/security/ossec-hids-server/files/patch-src__init__ossec-server.sh (new) 1.4 +13 -12 ports/security/ossec-hids-server/files/pkg-message.in _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
State Changed From-To: open->closed Committed with some additional changes, thank you!