[PC-BSD Commits] r5553 - pcbsd/trunk/system-overlay/etc
svn at pcbsd.org
svn at pcbsd.org
Fri Dec 11 07:57:31 PST 2009
Author: kris
Date: 2009-12-11 07:57:31 -0800 (Fri, 11 Dec 2009)
New Revision: 5553
Modified:
pcbsd/trunk/system-overlay/etc/sysctl.conf
Log:
Remove some older kern sysctls from our 7.x series
Modified: pcbsd/trunk/system-overlay/etc/sysctl.conf
===================================================================
--- pcbsd/trunk/system-overlay/etc/sysctl.conf 2009-12-11 15:35:06 UTC (rev 5552)
+++ pcbsd/trunk/system-overlay/etc/sysctl.conf 2009-12-11 15:57:31 UTC (rev 5553)
@@ -14,10 +14,6 @@
# Allow users to mount CD's
vfs.usermount=1
-kern.ipc.shmmax=67108864
-kern.ipc.shmall=32768
-kern.maxfiles=25000
-
# Enable more sound channels
dev.pcm.0.play.vchans=4
dev.pcm.0.rec.vchans=4
@@ -35,4 +31,4 @@
security.jail.mount_allowed=1
# Solves permission problems for some ports
-security.jail.chflags_allowed=1
\ No newline at end of file
+security.jail.chflags_allowed=1
More information about the Commits
mailing list