summaryrefslogtreecommitdiff
path: root/security/samhain/files/fixyulerc.patch
diff options
context:
space:
mode:
authorNikolai Lifanov <lifanov@FreeBSD.org>2017-03-12 17:07:23 +0000
committerNikolai Lifanov <lifanov@FreeBSD.org>2017-03-12 17:07:23 +0000
commitbe652c10974628da2c85e2945a766e8ae65125b2 (patch)
treef6735672a3440e2bbdb7e795cacade0cb6daa5eb /security/samhain/files/fixyulerc.patch
parentNew port: databases/phpliteadmin , web-based SQLite database admin tool writt... (diff)
add ports for Samhain Intrusion Detection System
Samhain is an open source file integrity and host-based intrusion detection system for Linux and Unix. It can run as a daemon process, and and thus can remember file changes - contrary to a tool that runs from cron, if a file is modified you will get only one report, while subsequent checks of that file will ignore the modification as it is already reported (unless the file is modified again). Samhain can optionally be used as client/server system to provide centralized monitoring for multiple host. Logging to a (MySQL or PostgreSQL) database is supported. PR: 214623 Submitted by: Nikola Kolev <koue@chaosophia.net>
Diffstat (limited to 'security/samhain/files/fixyulerc.patch')
-rw-r--r--security/samhain/files/fixyulerc.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/security/samhain/files/fixyulerc.patch b/security/samhain/files/fixyulerc.patch
new file mode 100644
index 000000000000..4686e725915e
--- /dev/null
+++ b/security/samhain/files/fixyulerc.patch
@@ -0,0 +1,11 @@
+--- samhain-install.sh.in Wed Jan 15 16:51:57 2003
++++ samhain-install.sh.in Wed Jan 15 16:52:10 2003
+@@ -13,7 +13,7 @@
+ mandir=@mandir@
+
+ sysconfdir=@sysconfdir@
+-configfile=@myconffile@
++configfile=/usr/local/etc/yulerc.sample
+
+ pid_file=@mylockfile@
+ pid_dir=@mylockdir@