[PC-BSD Commits] r11959 - pcbsd/current/system-overlay/etc
svn at pcbsd.org
svn at pcbsd.org
Mon Aug 8 06:36:28 PDT 2011
Author: kris
Date: 2011-08-08 06:36:28 -0700 (Mon, 08 Aug 2011)
New Revision: 11959
Modified:
pcbsd/current/system-overlay/etc/rc.conf
Log:
Disable sshd by default, since its firewalled anyway
Modified: pcbsd/current/system-overlay/etc/rc.conf
===================================================================
--- pcbsd/current/system-overlay/etc/rc.conf 2011-08-08 13:34:10 UTC (rev 11958)
+++ pcbsd/current/system-overlay/etc/rc.conf 2011-08-08 13:36:28 UTC (rev 11959)
@@ -1,7 +1,7 @@
background_dhclient="YES"
hostname="pcbsd"
compat5x_enable="YES"
-sshd_enable="YES"
+sshd_enable="NO"
devd_enable="YES"
devfs_system_ruleset="devfsrules_common"
ldconfig_paths="/usr/lib/compat /usr/local/lib /usr/local/kde4/lib /usr/local/lib/compat/pkg"
More information about the Commits
mailing list