[PC-BSD Commits] r7047 - in pcbsd: current/system-overlay/etc current/system-overlay/usr/local/kde4/share/config/kdm stable/system-overlay/etc stable/system-overlay/usr/local/kde4/share/config/kdm
svn at pcbsd.org
svn at pcbsd.org
Mon Jun 28 09:59:42 PDT 2010
Author: kris
Date: 2010-06-28 09:59:41 -0700 (Mon, 28 Jun 2010)
New Revision: 7047
Removed:
pcbsd/current/system-overlay/etc/ntp.conf
pcbsd/stable/system-overlay/etc/ntp.conf
Modified:
pcbsd/current/system-overlay/etc/rc.conf
pcbsd/current/system-overlay/usr/local/kde4/share/config/kdm/kdmrc
pcbsd/stable/system-overlay/etc/rc.conf
pcbsd/stable/system-overlay/usr/local/kde4/share/config/kdm/kdmrc
Log:
Closed a number of open ports, for Xorg, Syslog and Ntp by default. User should open this only if needed, which 99% of
regular desktop users wont need to do
Modified: pcbsd/current/system-overlay/etc/rc.conf
===================================================================
--- pcbsd/current/system-overlay/etc/rc.conf 2010-06-28 13:32:33 UTC (rev 7046)
+++ pcbsd/current/system-overlay/etc/rc.conf 2010-06-28 16:59:41 UTC (rev 7047)
@@ -74,3 +74,6 @@
# Enable webcamd
webcamd_enable="YES"
+
+# Disable writing syslogs to remote devices by default
+syslogd_flags="-ss"
Modified: pcbsd/current/system-overlay/usr/local/kde4/share/config/kdm/kdmrc
===================================================================
--- pcbsd/current/system-overlay/usr/local/kde4/share/config/kdm/kdmrc 2010-06-28 13:32:33 UTC (rev 7046)
+++ pcbsd/current/system-overlay/usr/local/kde4/share/config/kdm/kdmrc 2010-06-28 16:59:41 UTC (rev 7047)
@@ -483,7 +483,7 @@
# Additional arguments for the X-servers for local sessions.
# This string is subject to word splitting.
# Default is ""
-ServerArgsLocal=
+ServerArgsLocal="-nolisten tcp"
# Additional arguments for the X-servers for remote sessions.
# This string is subject to word splitting.
# Default is ""
Modified: pcbsd/stable/system-overlay/etc/rc.conf
===================================================================
--- pcbsd/stable/system-overlay/etc/rc.conf 2010-06-28 13:32:33 UTC (rev 7046)
+++ pcbsd/stable/system-overlay/etc/rc.conf 2010-06-28 16:59:41 UTC (rev 7047)
@@ -74,3 +74,6 @@
# Enable webcamd
webcamd_enable="YES"
+
+# Disable writing syslogs to remote devices by default
+syslogd_flags="-ss"
Modified: pcbsd/stable/system-overlay/usr/local/kde4/share/config/kdm/kdmrc
===================================================================
--- pcbsd/stable/system-overlay/usr/local/kde4/share/config/kdm/kdmrc 2010-06-28 13:32:33 UTC (rev 7046)
+++ pcbsd/stable/system-overlay/usr/local/kde4/share/config/kdm/kdmrc 2010-06-28 16:59:41 UTC (rev 7047)
@@ -483,7 +483,7 @@
# Additional arguments for the X-servers for local sessions.
# This string is subject to word splitting.
# Default is ""
-ServerArgsLocal=
+ServerArgsLocal="-nolisten tcp"
# Additional arguments for the X-servers for remote sessions.
# This string is subject to word splitting.
# Default is ""
More information about the Commits
mailing list