From: Thomas Hood Date: Thu, 23 Sep 2004 11:00:35 +0000 (+0000) Subject: In Debian write to the correct configuration file X-Git-Tag: v1.0.7~13 X-Git-Url: https://git.alsa-project.org/?a=commitdiff_plain;h=57cf36581118e01385b0d4e5520616c6265738ef;p=alsa-utils.git 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 --- 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