[PC-BSD Commits] r2982 - in pcbsd: branches/7.0/system-overlay/etc trunk/system-overlay/etc
svn at pcbsd.org
svn at pcbsd.org
Mon Nov 24 07:04:43 PST 2008
Author: kris
Date: 2008-11-24 07:04:43 -0800 (Mon, 24 Nov 2008)
New Revision: 2982
Modified:
pcbsd/branches/7.0/system-overlay/etc/rc.conf
pcbsd/trunk/system-overlay/etc/rc.conf
Log:
Updated rc.conf to include clear_tmp="YES", since this tends to fix occasional KDE4 / DBUS problems
Modified: pcbsd/branches/7.0/system-overlay/etc/rc.conf
===================================================================
--- pcbsd/branches/7.0/system-overlay/etc/rc.conf 2008-11-24 14:51:36 UTC (rev 2981)
+++ pcbsd/branches/7.0/system-overlay/etc/rc.conf 2008-11-24 15:04:43 UTC (rev 2982)
@@ -32,6 +32,7 @@
tmpmfs="YES"
tmpsize="800m"
tmpmfs_flags="-S"
+clear_tmp="YES"
# Denyhosts Startup
denyhosts_enable="YES"
Modified: pcbsd/trunk/system-overlay/etc/rc.conf
===================================================================
--- pcbsd/trunk/system-overlay/etc/rc.conf 2008-11-24 14:51:36 UTC (rev 2981)
+++ pcbsd/trunk/system-overlay/etc/rc.conf 2008-11-24 15:04:43 UTC (rev 2982)
@@ -32,6 +32,7 @@
tmpmfs="YES"
tmpsize="800m"
tmpmfs_flags="-S"
+clear_tmp="YES"
# Denyhosts Startup
denyhosts_enable="YES"
More information about the Commits
mailing list