From: <li...@us...> - 2004-02-08 16:50:38
|
Update of /cvsroot/iptables-p2p/iptables-p2p/examples In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv19658/examples Modified Files: account-p2p.sh Log Message: changed kazaa references to fasttrack Index: account-p2p.sh =================================================================== RCS file: /cvsroot/iptables-p2p/iptables-p2p/examples/account-p2p.sh,v retrieving revision 1.1 retrieving revision 1.2 diff -u -d -r1.1 -r1.2 --- account-p2p.sh 8 Feb 2004 01:09:09 -0000 1.1 +++ account-p2p.sh 8 Feb 2004 16:47:29 -0000 1.2 @@ -1,6 +1,6 @@ #!/bin/sh -PROTOCOLS="kazaa gnutella edonkey dc bittorrent openft" +PROTOCOLS="fasttrack gnutella edonkey dc bittorrent openft" for proto in $PROTOCOLS do |