]> git.alsa-project.org Git - alsa-utils.git/commitdiff
Change the Debian configuration file name
authorThomas Hood <jdthood@yahoo.co.uk>
Tue, 22 Feb 2005 17:06:59 +0000 (17:06 +0000)
committerTakashi Iwai <tiwai@suse.de>
Tue, 22 Feb 2005 17:06:59 +0000 (17:06 +0000)
The patch changes the file name to which alsaconf writes
if the system is Debian

Signed-off-by: Thomas Hood <jdthood@yahoo.co.uk>
alsaconf/alsaconf.in

index 9edd3ae043e6397b193d9fd1b4a23be4c86ec38e..f6220162663858254871ce6ed16b4f9cf0643db7 100644 (file)
@@ -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