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 <jdthood@yahoo.co.uk>
This commit is contained in:
Thomas Hood 2004-09-23 11:00:35 +00:00 committed by Takashi Iwai
parent 72ae8b1e79
commit 57cf365811

View file

@ -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