diff options
author | Stephen Hemminger <stephen.hemminger@vyatta.com> | 2011-04-27 14:32:52 -0700 |
---|---|---|
committer | Stephen Hemminger <stephen.hemminger@vyatta.com> | 2011-04-27 14:32:52 -0700 |
commit | 82622024393831bbe67ad351db35875e79031ee3 (patch) | |
tree | e7f6000d2b7187a6b1d523c6542c43ebbdafc3d0 | |
parent | 037acfc37434bdc84e1b4423b652b43521bcc3e1 (diff) | |
download | vyatta-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.in | 5 |
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 # |