| Summary: | Bug in the ossec-control script for server and local installs | ||||||
|---|---|---|---|---|---|---|---|
| Product: | Ports & Packages | Reporter: | Dan Parriott <ddpbsd> | ||||
| Component: | Individual Port(s) | Assignee: | Greg Larkin <glarkin> | ||||
| Status: | Closed FIXED | ||||||
| Severity: | Affects Only Me | ||||||
| Priority: | Normal | ||||||
| Version: | Latest | ||||||
| Hardware: | Any | ||||||
| OS: | Any | ||||||
| Attachments: |
|
||||||
|
Description
Dan Parriott
2011-10-12 22:50:08 UTC
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! |