Update of /cvsroot/alsa/alsa-tools/usx2yloader
In directory sc8-pr-cvs1:/tmp/cvs-serv31075

Modified Files:
        tascam_fpga.in 
Log Message:
- fixed the path of us428control.
- check the existence of us428control.



Index: tascam_fpga.in
===================================================================
RCS file: /cvsroot/alsa/alsa-tools/usx2yloader/tascam_fpga.in,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- tascam_fpga.in      2 Dec 2003 10:01:08 -0000       1.1
+++ tascam_fpga.in      2 Dec 2003 11:57:06 -0000       1.2
@@ -10,7 +10,9 @@
        /usr/bin/logger -t $0 "calling $LOADER for $DEVICE"
 fi
 $LOADER
[EMAIL PROTECTED]@/us428control &
+if [ -x @bindir@/us428control ]; then
+       @bindir@/us428control &
+fi
 if [ -x /usr/bin/logger ]; then
        /usr/bin/logger -t $0 "leaving"
 fi



-------------------------------------------------------
This SF.net email is sponsored by: SF.net Giveback Program.
Does SourceForge.net help you be more productive?  Does it
help you create better code?  SHARE THE LOVE, and help us help
YOU!  Click Here: http://sourceforge.net/donate/
_______________________________________________
Alsa-cvslog mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/alsa-cvslog

Reply via email to