freebsd-ports/security/ossec-hids-server/files/patch-src__LOCATION
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

7 lines
186 B
Text

diff -ruN src/LOCATION.orig src/LOCATION
--- src/LOCATION.orig Tue Oct 25 18:18:50 2005
+++ src/LOCATION Mon Apr 2 10:51:37 2007
@@ -1,2 +1,2 @@
-DIR="/var/ossec"
+DIR="PREFIX"
CC=gcc