summaryrefslogtreecommitdiff
path: root/security/ossec-hids-server/files/patch-src__InstallServer.sh
diff options
context:
space:
mode:
authorGreg Larkin <glarkin@FreeBSD.org>2013-01-16 16:01:43 +0000
committerGreg Larkin <glarkin@FreeBSD.org>2013-01-16 16:01:43 +0000
commit9d5e4df451af5e1ba4035dec8adfcb3ba5dc0cd7 (patch)
tree7453933989c2d900d619b773c2ffb15c5c2f32e1 /security/ossec-hids-server/files/patch-src__InstallServer.sh
parentUpdate to 1.8.6.p4. (diff)
- Updated to 2.7 (ChangeLog: http://www.ossec.net/?p=577)
- Trimmed Makefile headers - Removed patches incorporated into upstream - Added conditional patch for compilation on 7.x, early 8.x systems - Fixed QAT-reported plist problems - Added new users and group for use with daemons Requested by: various users (via private email)
Diffstat (limited to 'security/ossec-hids-server/files/patch-src__InstallServer.sh')
-rw-r--r--security/ossec-hids-server/files/patch-src__InstallServer.sh10
1 files changed, 5 insertions, 5 deletions
diff --git a/security/ossec-hids-server/files/patch-src__InstallServer.sh b/security/ossec-hids-server/files/patch-src__InstallServer.sh
index b8352ddf63b0..27b189e86223 100644
--- a/security/ossec-hids-server/files/patch-src__InstallServer.sh
+++ b/security/ossec-hids-server/files/patch-src__InstallServer.sh
@@ -1,15 +1,15 @@
---- ./src/InstallServer.sh.orig 2011-07-11 15:36:58.000000000 -0400
-+++ ./src/InstallServer.sh 2011-10-18 15:26:57.000000000 -0400
-@@ -188,7 +188,7 @@
+--- ./src/InstallServer.sh.orig 2012-11-08 21:24:55.000000000 -0500
++++ ./src/InstallServer.sh 2013-01-14 10:44:36.000000000 -0500
+@@ -195,7 +195,7 @@
fi
fi
-cp -pr ../etc/rules/* ${DIR}/rules/
+cp -pr ../etc/rules/*.xml ${DIR}/rules/
+ find ${DIR}/rules/ -type f -exec chmod 440 {} \;
# If the local_rules is saved, moved it back
- ls ${DIR}/rules/saved_local_rules.xml.$$ > /dev/null 2>&1
-@@ -307,12 +307,12 @@
+@@ -318,12 +318,12 @@
ls ../etc/ossec.mc > /dev/null 2>&1
if [ $? = 0 ]; then