[PC-BSD Commits] r2255 - pcbsd/trunk/system-overlay/etc
svn at pcbsd.org
svn at pcbsd.org
Wed Jul 2 14:16:07 PDT 2008
Author: melkor
Date: 2008-07-02 14:16:07 -0700 (Wed, 02 Jul 2008)
New Revision: 2255
Modified:
pcbsd/trunk/system-overlay/etc/rc.conf
pcbsd/trunk/system-overlay/etc/sysctl.conf
Log:
Fix syntax error in rc.conf. Switch linux kernel version to 2.6
Modified: pcbsd/trunk/system-overlay/etc/rc.conf
===================================================================
--- pcbsd/trunk/system-overlay/etc/rc.conf 2008-07-02 21:10:12 UTC (rev 2254)
+++ pcbsd/trunk/system-overlay/etc/rc.conf 2008-07-02 21:16:07 UTC (rev 2255)
@@ -22,7 +22,7 @@
# Enable CUPS
cupsd_enable="YES"
-enable_linux="YES"
+linux_enable="YES"
# FSCK Enhancements
fsck_y_enable="YES"
Modified: pcbsd/trunk/system-overlay/etc/sysctl.conf
===================================================================
--- pcbsd/trunk/system-overlay/etc/sysctl.conf 2008-07-02 21:10:12 UTC (rev 2254)
+++ pcbsd/trunk/system-overlay/etc/sysctl.conf 2008-07-02 21:16:07 UTC (rev 2255)
@@ -21,4 +21,7 @@
# Enable more sound channels
dev.pcm.0.play.vchans=4
dev.pcm.0.rec.vchans=4
-hw.snd.maxautovchans=4
\ No newline at end of file
+hw.snd.maxautovchans=4
+
+# Linux kernel version
+compat.linux.osrelease=2.6.16
More information about the Commits
mailing list