aboutsummaryrefslogtreecommitdiff
path: root/etc
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2012-06-17 20:47:04 -0700
committerMike Frysinger <vapier@gentoo.org>2012-06-23 17:12:36 -0400
commita7f12a1d89aa3d7810996330b79acc577f3a558e (patch)
tree983cbac3fb2e135a73b56e8626eb27968f4d2fbf /etc
parentlibsandbox: add uninstall target to fix distcheck (diff)
downloadsandbox-a7f12a1d89aa3d7810996330b79acc577f3a558e.tar.gz
sandbox-a7f12a1d89aa3d7810996330b79acc577f3a558e.tar.bz2
sandbox-a7f12a1d89aa3d7810996330b79acc577f3a558e.zip
sandbox: drop beep support
Almost no one has beep support turned on anymore, and ebeep in the main tree has been deprecated (meaning it wasn't found useful while building packages). So punt support for it from sandbox too. Signed-off-by: Mike Frysinger <vapier@gentoo.org>
Diffstat (limited to 'etc')
-rw-r--r--etc/sandbox.conf6
1 files changed, 0 insertions, 6 deletions
diff --git a/etc/sandbox.conf b/etc/sandbox.conf
index 6ad1c15..dc460f0 100644
--- a/etc/sandbox.conf
+++ b/etc/sandbox.conf
@@ -22,12 +22,6 @@
# operations caught by sandbox. Default is "no"
#SANDBOX_DEBUG="no"
-# SANDBOX_BEEP
-#
-# The amount of beeps sandbox will issue when it exits with access violations
-# after printing the normal log. Default is "3"
-#SANDBOX_BEEP=3
-
# NOCOLOR
#
# Determine the use of color in the output. Default is "false" (ie, use color)