From: Mike Frysinger Date: Wed, 13 Nov 2013 18:23:48 +0000 (-0500) Subject: alsaconf: update gentoo to use modprobe.d method as everyone else X-Git-Tag: v1.0.28~24 X-Git-Url: https://git.alsa-project.org/?a=commitdiff_plain;h=54a459a884ea7e8fe7f80ed9bf84b0417205c5d4;p=alsa-utils.git alsaconf: update gentoo to use modprobe.d method as everyone else We migrated off modules.d a long time ago. Signed-off-by: Mike Frysinger Signed-off-by: Takashi Iwai --- diff --git a/alsaconf/alsaconf.in b/alsaconf/alsaconf.in index 59f25d1..3d6adca 100644 --- a/alsaconf/alsaconf.in +++ b/alsaconf/alsaconf.in @@ -300,9 +300,7 @@ if [ -n "$cfgfile" ]; then exit 1 fi else -if [ "$distribution" = "gentoo" ]; then - cfgfile="/etc/modules.d/alsa" -elif [ "$kernel" = "new" ]; then +if [ "$kernel" = "new" ]; then cfgfile="/etc/modprobe.conf" if [ -d /etc/modprobe.d ]; then cfgout="/etc/modprobe.d/50-sound.conf"