aboutsummaryrefslogtreecommitdiff
path: root/security/samhain-client
diff options
context:
space:
mode:
authorEdwin Groothuis <edwin@FreeBSD.org>2006-01-07 07:57:51 +0000
committerEdwin Groothuis <edwin@FreeBSD.org>2006-01-07 07:57:51 +0000
commitdde12a2e746a3e065ccd6c4fa7abd4474d84cbc2 (patch)
tree57a4a378f16ea4640118695f02265dbda9beafaf /security/samhain-client
parent3b0c1b16dd2ccdb2d1739897f0a4684f68376e0b (diff)
downloadports-dde12a2e746a3e065ccd6c4fa7abd4474d84cbc2.tar.gz
ports-dde12a2e746a3e065ccd6c4fa7abd4474d84cbc2.zip
Update: security/samhain 2.0.10 -> 2.1.0
Updating the Samhain integrity checking system to 2.1.0, a bugfix release. It's been requested by several people to break Samhain out into separate client and server ports. This PR does that, with a samhain-client and samhain-server port, as slave ports off of samhain. I'm not sure the best way to submit a PR to do this kind of action, but here is a shar of all three ports. If another format is desired, please let me know. I'm also interested in feedback on the approach used for splitting these out. PR: ports/90305 Submitted by: David Thiel <lx@redundancy.redundancy.org>
Notes
Notes: svn path=/head/; revision=152974
Diffstat (limited to 'security/samhain-client')
-rw-r--r--security/samhain-client/Makefile26
1 files changed, 26 insertions, 0 deletions
diff --git a/security/samhain-client/Makefile b/security/samhain-client/Makefile
new file mode 100644
index 000000000000..d48669609e50
--- /dev/null
+++ b/security/samhain-client/Makefile
@@ -0,0 +1,26 @@
+# New ports collection makefile for: samhain-client
+# Date created: 2005-10-31
+# Whom: David Thiel
+#
+# $FreeBSD$
+#
+#
+# This port recognizes the following non-boolean tunables:
+#
+# WITH_LOG_SERVER, WITH_ALT_LOG_SERVER. When "WITH_CLIENT" is defined,
+# these specify what server the client will fetch configuration
+# and database files from. This can also be defined at runtime.
+#
+
+PKGNAMESUFFIX= -client
+
+COMMENT= Client daemon for the Samhain IDS
+
+WITH_CLIENT= yes
+NOPORTDOCS= yes
+
+MASTERDIR= ${.CURDIR}/../../security/samhain
+
+CONFLICTS= samhain-2*
+
+.include "${MASTERDIR}/Makefile"