mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-04 01:48:54 +00:00
5cf3ad9d98
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>
12 lines
276 B
Diff
12 lines
276 B
Diff
--- 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@
|