head	1.3;
access;
symbols
	RELEASE_5_3_0:1.2
	RELEASE_4_10_0:1.2
	RELEASE_5_2_1:1.2
	RELEASE_5_2_0:1.2
	RELEASE_4_9_0:1.2
	RELEASE_5_1_0:1.1;
locks; strict;
comment	@# @;


1.3
date	2004.11.02.18.12.13;	author pav;	state dead;
branches;
next	1.2;

1.2
date	2003.06.04.09.20.58;	author edwin;	state Exp;
branches;
next	1.1;

1.1
date	2003.04.13.13.17.14;	author edwin;	state Exp;
branches;
next	;


desc
@@


1.3
log
@- Update to 2.0.0

PR:		ports/73393
Submitted by:	David Thiel <lx@@redundancy.redundancy.org> (maintainer)
@
text
@--- 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 RUNAS_USER=USER to change).";\
 	    echo;\
 	    echo "  You may want to use: make install-user";\
 	    echo;\
@


1.2
log
@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>
@
text
@@


1.1
log
@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>
@
text
@d22 1
a22 1
+	    echo "  process (use TRUSTED_USER=USER to change).";\
@

