aboutsummaryrefslogtreecommitdiff
path: root/security/samhain/files
diff options
context:
space:
mode:
authorEdwin Groothuis <edwin@FreeBSD.org>2003-04-13 13:17:14 +0000
committerEdwin Groothuis <edwin@FreeBSD.org>2003-04-13 13:17:14 +0000
commit5db5ae58ad96fdd52668ccb510982a808a54954a (patch)
tree6877a47e3badb231e866f575877b380e73961def /security/samhain/files
parent5ac350dec8cdb3600c2b17e79fe9d1aca763b52c (diff)
downloadports-5db5ae58ad96fdd52668ccb510982a808a54954a.tar.gz
ports-5db5ae58ad96fdd52668ccb510982a808a54954a.zip
The Samhain Intrusion Detection System
Samhain is a host-based Intrusion Detection System and integrity checker with advanced features such as centralized logging, MySQL/PostgreSQL support, and rootkit detection. PR: ports/46982 Submitted by: David Thiel <lx@redundancy.redundancy.org>
Notes
Notes: svn path=/head/; revision=78891
Diffstat (limited to 'security/samhain/files')
-rw-r--r--security/samhain/files/patch-aa25
-rw-r--r--security/samhain/files/patch-ab11
2 files changed, 36 insertions, 0 deletions
diff --git a/security/samhain/files/patch-aa b/security/samhain/files/patch-aa
new file mode 100644
index 000000000000..a949ba311057
--- /dev/null
+++ b/security/samhain/files/patch-aa
@@ -0,0 +1,25 @@
+--- Makefile.in Thu Mar 20 15:28:01 2003
++++ Makefile.in.new Sat Mar 29 15:37:05 2003
+@@ -263,13 +263,6 @@
+ #----------------------------------------------------------
+
+ install: install-lkm install-program install-man install-data
+- @echo; \
+- echo " You can use 'samhain-install.sh uninstall' for uninstalling"; \
+- echo " i.e. you might consider saving that script for future use";\
+- echo; \
+- echo " Use 'make install-boot' if you want @install_name@ to start on system boot"; \
+- echo
+-
+
+ purge: uninstall-lkm uninstall-program uninstall-man
+ @echo "./samhain-install.sh --destdir=$(DESTDIR) --force --verbose uninstall-data"; \
+@@ -419,7 +412,7 @@
+ echo " -----------------------------------------------------";\
+ 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;\
+ echo " You may want to use: make install-user";\
+ echo;\
diff --git a/security/samhain/files/patch-ab b/security/samhain/files/patch-ab
new file mode 100644
index 000000000000..eed29c37b062
--- /dev/null
+++ b/security/samhain/files/patch-ab
@@ -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/samhainrc.sample
+
+ pid_file=@mylockfile@
+ pid_dir=@mylockdir@