From 82622024393831bbe67ad351db35875e79031ee3 Mon Sep 17 00:00:00 2001 From: Stephen Hemminger Date: Wed, 27 Apr 2011 14:32:52 -0700 Subject: 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. --- debian/vyatta-cfg-system.postinst.in | 5 ----- 1 file changed, 5 deletions(-) (limited to 'debian/vyatta-cfg-system.postinst.in') 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 # -- cgit v1.2.3