[PC-BSD Commits] r5112 - pcbsd/trunk/system-overlay/etc
svn at pcbsd.org
svn at pcbsd.org
Fri Nov 20 16:59:06 PST 2009
Author: jnixon
Date: 2009-11-20 16:59:06 -0800 (Fri, 20 Nov 2009)
New Revision: 5112
Modified:
pcbsd/trunk/system-overlay/etc/rc.conf
Log:
Added for sound support for jail, access to /dev/random, /dev/null, etc.
Modified: pcbsd/trunk/system-overlay/etc/rc.conf
===================================================================
--- pcbsd/trunk/system-overlay/etc/rc.conf 2009-11-20 19:13:17 UTC (rev 5111)
+++ pcbsd/trunk/system-overlay/etc/rc.conf 2009-11-21 00:59:06 UTC (rev 5112)
@@ -73,7 +73,9 @@
# Run the port jail
portjail_enable="YES"
+jail_pcbsd_devfs_enable="YES"
+# Added for sound support in the portjail, access to /dev/random, /dev/null, etc.
# Start the swapmonitor
swapmonitor_enable="YES"
More information about the Commits
mailing list