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>
25 lines
1.1 KiB
Text
25 lines
1.1 KiB
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;\
|