From 57cf36581118e01385b0d4e5520616c6265738ef Mon Sep 17 00:00:00 2001 From: Thomas Hood Date: Thu, 23 Sep 2004 11:00:35 +0000 Subject: [PATCH] In Debian write to the correct configuration file Patch for alsaconf.in to make it use the correct configuration filename for Debian Signed-off-by: Thomas Hood --- alsaconf/alsaconf.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/alsaconf/alsaconf.in b/alsaconf/alsaconf.in index c3c52a7..3823553 100644 --- a/alsaconf/alsaconf.in +++ b/alsaconf/alsaconf.in @@ -175,7 +175,7 @@ elif [ "$kernel" = "new" ]; then fi cfgfile="/etc/modprobe.conf" elif [ "$distribution" = "debian" ]; then - cfgfile="/etc/alsa/modutils/0.9" + cfgfile="/etc/modutils/alsa-base" elif [ -e /etc/modules.conf ]; then cfgfile="/etc/modules.conf" elif [ -e /etc/conf.modules ]; then -- 2.47.1