From 7f37bac8fa7c36f751d3e3cc9aa9cbafeb3076c5 Mon Sep 17 00:00:00 2001 From: Stephen Hemminger Date: Tue, 7 Sep 2010 08:38:50 -0700 Subject: Change modprobe.d files to .conf In squeeze, modprobe wants config files named .conf or it will generate warning. --- debian/vyatta-cfg-system.postinst.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'debian') diff --git a/debian/vyatta-cfg-system.postinst.in b/debian/vyatta-cfg-system.postinst.in index 3e8ef1e0..16ad9d2d 100644 --- a/debian/vyatta-cfg-system.postinst.in +++ b/debian/vyatta-cfg-system.postinst.in @@ -177,7 +177,7 @@ password requisite pam_succeed_if.so user = root fi # Block pc speaker driver to keep system quiet -[ grep "blacklist.*snd-pcsp" >&/dev/null ] || echo "blacklist snd-pcsp" >>/etc/modprobe.d/blacklist +[ grep "blacklist.*snd-pcsp" >&/dev/null ] || echo "blacklist snd-pcsp" >>/etc/modprobe.d/blacklist.conf # # Ask mdadm to call our own event handling daemon -- cgit v1.2.3