diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2003-06-04 09:20:58 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2003-06-04 09:20:58 +0000 |
commit | 5cf3ad9d9811807782d6c286409eecc2ce4bf38b (patch) | |
tree | f57fc32309088ba7f7e49810788ce4e6287e7006 /security/samhain/files/patch-aa | |
parent | Update misc/nut (maintainer): 8.6 -> 8.7 (diff) |
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>
Notes
Notes:
svn path=/head/; revision=82246
Diffstat (limited to '')
-rw-r--r-- | security/samhain/files/patch-aa | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/security/samhain/files/patch-aa b/security/samhain/files/patch-aa index a949ba311057..be66f0127c4c 100644 --- a/security/samhain/files/patch-aa +++ b/security/samhain/files/patch-aa @@ -19,7 +19,7 @@ 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 " process (use RUNAS_USER=USER to change).";\ echo;\ echo " You may want to use: make install-user";\ echo;\ |