Update of /cvsroot/alsa/alsa-driver
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv32286

Modified Files:
        Makefile 
Log Message:
check the obsolete snd_ prefix only on /etc/modules.conf.


Index: Makefile
===================================================================
RCS file: /cvsroot/alsa/alsa-driver/Makefile,v
retrieving revision 1.107
retrieving revision 1.108
diff -u -r1.107 -r1.108
--- Makefile    1 Apr 2004 15:37:37 -0000       1.107
+++ Makefile    14 May 2004 13:44:13 -0000      1.108
@@ -177,8 +177,8 @@
 
 .PHONY: check-snd-prefix
 check-snd-prefix:
-       @ if [ x"$(DESTDIR)" = x ]; then \
-         if /sbin/modprobe -c | grep -s -q snd_; then \
+       @ if [ x"$(DESTDIR)" = x -a -f /etc/modules.conf ]; then \
+         if grep -s -q snd_ /etc/modules.conf; then \
            echo;\
            echo "             ===== WARNING =====";\
            echo;\



-------------------------------------------------------
This SF.Net email is sponsored by: SourceForge.net Broadband
Sign-up now for SourceForge Broadband and get the fastest
6.0/768 connection for only $19.95/mo for the first 3 months!
http://ads.osdn.com/?ad_id=2562&alloc_id=6184&op=click
_______________________________________________
Alsa-cvslog mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/alsa-cvslog

Reply via email to