[PC-BSD Commits] r7044 - in pcbsd: current/system-overlay/etc stable/system-overlay/etc
svn at pcbsd.org
svn at pcbsd.org
Mon Jun 28 05:40:32 PDT 2010
Author: kris
Date: 2010-06-28 05:40:32 -0700 (Mon, 28 Jun 2010)
New Revision: 7044
Modified:
pcbsd/current/system-overlay/etc/sysctl.conf
pcbsd/stable/system-overlay/etc/sysctl.conf
Log:
Disable the PC speaker in PC-BSD by default
Modified: pcbsd/current/system-overlay/etc/sysctl.conf
===================================================================
--- pcbsd/current/system-overlay/etc/sysctl.conf 2010-06-27 09:05:31 UTC (rev 7043)
+++ pcbsd/current/system-overlay/etc/sysctl.conf 2010-06-28 12:40:32 UTC (rev 7044)
@@ -35,3 +35,6 @@
# Solves permission problems for some ports
security.jail.chflags_allowed=1
+
+# Disable the system speaker
+hw.syscons.bell=0
Modified: pcbsd/stable/system-overlay/etc/sysctl.conf
===================================================================
--- pcbsd/stable/system-overlay/etc/sysctl.conf 2010-06-27 09:05:31 UTC (rev 7043)
+++ pcbsd/stable/system-overlay/etc/sysctl.conf 2010-06-28 12:40:32 UTC (rev 7044)
@@ -35,3 +35,6 @@
# Solves permission problems for some ports
security.jail.chflags_allowed=1
+
+# Disable the system speaker
+hw.syscons.bell=0
More information about the Commits
mailing list