]> git.pld-linux.org Git - packages/alsa-utils.git/commitdiff
- updated for 1.0.20
authorhawk <hawk@pld-linux.org>
Sun, 17 May 2009 12:22:56 +0000 (12:22 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    alsa-utils-modprobe.patch -> 1.2

alsa-utils-modprobe.patch

index fc44150d1935a1dde33b63268467e6ef2d5f2216..068839bc79596c33cb5f34d1a0822bef8c232260 100644 (file)
@@ -1,11 +1,19 @@
---- alsa-utils-1.0.16/alsaconf/alsaconf.in~    2008-02-05 11:25:23.000000000 +0200
-+++ alsa-utils-1.0.16/alsaconf/alsaconf.in     2008-05-30 14:32:21.779043202 +0300
-@@ -300,7 +300,7 @@
-   cfgfile="/etc/modules.d/alsa"
- elif [ "$kernel" = "new" ]; then
-   if [ -d /etc/modprobe.d ]; then
--    cfgout="/etc/modprobe.d/sound"
-+    cfgout="/etc/modprobe.d/sound.conf"
-   fi
+--- alsa-utils-1.0.20/alsaconf/alsaconf.in.orig        2009-05-06 09:07:24.000000000 +0200
++++ alsa-utils-1.0.20/alsaconf/alsaconf.in     2009-05-17 14:21:33.032777327 +0200
+@@ -306,14 +306,14 @@
    cfgfile="/etc/modprobe.conf"
- elif [ "$distribution" = "debian" ]; then
+   if [ -d /etc/modprobe.d ]; then
+     cfgout="/etc/modprobe.d/50-sound.conf"
+-    cfgoldout="/etc/modprobe.d/sound"
++    cfgoldout="/etc/modprobe.d/sound.conf"
+     if [ ! -f $cfgout ]; then
+       modver=$(modprobe -V | sed -e's/^module-init-tools version //')
+       case "$modver" in
+       3.[789]*)
+         ;;
+       *)
+-        cfgout="/etc/modprobe.d/sound"
++        cfgout="/etc/modprobe.d/sound.conf"
+         cfgoldout=""
+         ;;
+       esac
This page took 0.117885 seconds and 4 git commands to generate.