Update of /cvsroot/alsa/alsa-driver/utils
In directory usw-pr-cvs1:/tmp/cvs-serv22129

Added Files:
        module-options 
Log Message:
Initial version

--- NEW FILE: module-options ---
#!/bin/bash

if [ -z "$1" ]; then
  file=/etc/modules.conf
else
  file=$1
fi

sed -e 's/snd_//g' < $file > $file.new
diff -u $file $file.new | less
echo "Please, check and copy $file.new to $file"



-------------------------------------------------------
This sf.net emial is sponsored by: Influence the future of 
Java(TM) technology. Join the Java Community Process(SM) (JCP(SM)) 
program now. http://ad.doubleclick.net/clk;4699841;7576301;v?
http://www.sun.com/javavote
_______________________________________________
Alsa-cvslog mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/alsa-cvslog

Reply via email to