From 0cfa228fdd60f69861e2ed66b46f4779ed9c21e6 Mon Sep 17 00:00:00 2001 From: Thomas Hood Date: Tue, 22 Feb 2005 17:06:59 +0000 Subject: [PATCH] Change the Debian configuration file name The patch changes the file name to which alsaconf writes if the system is 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 9edd3ae..f622016 100644 --- a/alsaconf/alsaconf.in +++ b/alsaconf/alsaconf.in @@ -195,7 +195,7 @@ elif [ "$kernel" = "new" ]; then fi cfgfile="/etc/modprobe.conf" elif [ "$distribution" = "debian" ]; then - cfgfile="/etc/modutils/alsa-base" + cfgfile="/etc/modutils/sound" elif [ -e /etc/modules.conf ]; then cfgfile="/etc/modules.conf" elif [ -e /etc/conf.modules ]; then -- 2.47.1