summaryrefslogtreecommitdiffstats
path: root/security/samhain/files
diff options
context:
space:
mode:
authoredwin <edwin@FreeBSD.org>2003-06-04 09:20:58 +0000
committeredwin <edwin@FreeBSD.org>2003-06-04 09:20:58 +0000
commitf5cdddcc8d9df929bb6e27bd978ba0eb718937b2 (patch)
tree2223d1c79b8aad21ffe02aa4188fac1de31569a5 /security/samhain/files
parent8350c76e22865fadd6a1977c83ef6bf8a7da9810 (diff)
downloadFreeBSD-ports-f5cdddcc8d9df929bb6e27bd978ba0eb718937b2.zip
FreeBSD-ports-f5cdddcc8d9df929bb6e27bd978ba0eb718937b2.tar.gz
iUpdate of Samhain to 1.7.8
Update to version 1.7.8 Fix build when MySQL logging is enabled Add LOG_SERVER and ALT_LOG_SERVER tunables Require LOG_SERVER be defined for clients Have clients request config and signatures from server by default Change TRUSTED_USER to a more accurate name (RUNAS_USER) Fix sample config file install/deinstall Add documentation on tunables PR: ports/52912 Submitted by: David Thiel <lx@redundancy.redundancy.org>
Diffstat (limited to 'security/samhain/files')
-rw-r--r--security/samhain/files/fixsamhainrc.patch (renamed from security/samhain/files/patch-ab)0
-rw-r--r--security/samhain/files/fixyulerc.patch11
-rw-r--r--security/samhain/files/patch-aa2
3 files changed, 12 insertions, 1 deletions
diff --git a/security/samhain/files/patch-ab b/security/samhain/files/fixsamhainrc.patch
index eed29c3..eed29c3 100644
--- a/security/samhain/files/patch-ab
+++ b/security/samhain/files/fixsamhainrc.patch
diff --git a/security/samhain/files/fixyulerc.patch b/security/samhain/files/fixyulerc.patch
new file mode 100644
index 0000000..4686e72
--- /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@
diff --git a/security/samhain/files/patch-aa b/security/samhain/files/patch-aa
index a949ba3..be66f01 100644
--- a/security/samhain/files/patch-aa
+++ b/security/samhain/files/patch-aa
@@ -19,7 +19,7 @@
echo " The server will run as user @myident@ if started with";\
echo " root privileges, otherwise as the user of the parent ";\
- echo " process (use --enable-identity=USER to change).";\
-+ echo " process (use TRUSTED_USER=USER to change).";\
++ echo " process (use RUNAS_USER=USER to change).";\
echo;\
echo " You may want to use: make install-user";\
echo;\
OpenPOWER on IntegriCloud