[PC-BSD Commits] r7751 - in pcbsd/current/system-overlay: etc usr/local/etc
svn at pcbsd.org
svn at pcbsd.org
Fri Oct 8 12:15:53 PDT 2010
Author: kris
Date: 2010-10-08 12:15:53 -0700 (Fri, 08 Oct 2010)
New Revision: 7751
Removed:
pcbsd/current/system-overlay/usr/local/etc/denyhosts.conf
Modified:
pcbsd/current/system-overlay/etc/hosts.allow
pcbsd/current/system-overlay/etc/rc.conf
Log:
Fixed up denyhosts for 9.0
Modified: pcbsd/current/system-overlay/etc/hosts.allow
===================================================================
--- pcbsd/current/system-overlay/etc/hosts.allow 2010-10-08 19:12:12 UTC (rev 7750)
+++ pcbsd/current/system-overlay/etc/hosts.allow 2010-10-08 19:15:53 UTC (rev 7751)
@@ -90,8 +90,5 @@
# : twist /bin/echo "You are not welcome to use %d from %h."
# denyhosts
-sshd : /etc/hosts.deniedssh \
- : severity auth.info \
- : twist /bin/echo "Server %d denied from %h"
- : deny
+sshd : /etc/hosts.deniedssh : deny
sshd : ALL : allow
Modified: pcbsd/current/system-overlay/etc/rc.conf
===================================================================
--- pcbsd/current/system-overlay/etc/rc.conf 2010-10-08 19:12:12 UTC (rev 7750)
+++ pcbsd/current/system-overlay/etc/rc.conf 2010-10-08 19:15:53 UTC (rev 7751)
@@ -73,4 +73,4 @@
webcamd_enable="YES"
# Disable writing syslogs to remote devices by default
-syslogd_flags="-ss"
+syslogd_flags="-c -ss"
More information about the Commits
mailing list