summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStephen Hemminger <stephen.hemminger@vyatta.com>2011-04-27 14:32:52 -0700
committerStephen Hemminger <stephen.hemminger@vyatta.com>2011-04-27 14:32:52 -0700
commit82622024393831bbe67ad351db35875e79031ee3 (patch)
treee7f6000d2b7187a6b1d523c6542c43ebbdafc3d0
parent037acfc37434bdc84e1b4423b652b43521bcc3e1 (diff)
downloadvyatta-cfg-system-82622024393831bbe67ad351db35875e79031ee3.tar.gz
vyatta-cfg-system-82622024393831bbe67ad351db35875e79031ee3.zip
Remove unsuccessful attempt to blacklist PC speaker
The PC speaker driver has changed name, and the sound blacklist file does not exist in Debian Squeeze. Just remove the steps from the package install.
-rw-r--r--debian/vyatta-cfg-system.postinst.in5
1 files changed, 0 insertions, 5 deletions
diff --git a/debian/vyatta-cfg-system.postinst.in b/debian/vyatta-cfg-system.postinst.in
index 7daa9935..d9663245 100644
--- a/debian/vyatta-cfg-system.postinst.in
+++ b/debian/vyatta-cfg-system.postinst.in
@@ -231,11 +231,6 @@ password requisite pam_succeed_if.so user = root
' /etc/pam.d/passwd
fi
-# Block pc speaker driver to keep system quiet
-if ! grep -q "blacklist.*snd-pcsp" /etc/modprobe.d/blacklist-sound.conf ; then
- echo "blacklist snd-pcsp" >>/etc/modprobe.d/blacklist-sound.conf
-fi
-
#
# Ask mdadm to call our own event handling daemon
#