New commits:
commit 9925c86a0ec25b7788862e8671450db877726b8a
Author: Jaka Kranjc <lynxlynxlynx AT sourcemage.org>
Commit: Jaka Kranjc <lynxlynxlynx AT sourcemage.org>
alsa-driver: fix #9002
commit b3110f0063d4997ee5817c7ee1d1a936b4b118d7
Author: Jaka Kranjc <lynxlynxlynx AT sourcemage.org>
Commit: Jaka Kranjc <lynxlynxlynx AT sourcemage.org>
alsa-driver: simplistic fix for #10924
diff --git a/audio-drivers/alsa-driver/BUILD b/audio-drivers/alsa-driver/BUILD
index 960e1eb..4cea2a6 100755
--- a/audio-drivers/alsa-driver/BUILD
+++ b/audio-drivers/alsa-driver/BUILD
@@ -1,5 +1,5 @@
-# Clean out the old alsa drivers.
-rm -f /lib/modules/`installed_version linux-new`/misc/snd* &&
+# Clean out the old alsa drivers. FIXME: Bad location for 2.6!
+rm -f /lib/modules/`installed_version linux`/misc/snd* &&
if [ -e /proc/config.gz ] ; then
if [ `zgrep -c CONFIG_SOUND=m /proc/config.gz` = 1 ] ; then
diff --git a/audio-drivers/alsa-driver/HISTORY
b/audio-drivers/alsa-driver/HISTORY
index 140f720..50bf981 100644
--- a/audio-drivers/alsa-driver/HISTORY
+++ b/audio-drivers/alsa-driver/HISTORY
@@ -1,6 +1,8 @@
2006-07-09 Jaka Kranjc <lynxlynxlynx AT sourcemage.org>
* sound.cards: Removed nonexistant soundcard azx #12820
bug&fix curtesy of dinolinux AT gmail.com, thanks!
+ * BUILD: don't use linux-new anymore + WARNING, #10924
+ * INSTALL: fix devfsd.conf check #9002