Author: koorek Date: Sun Feb 27 22:27:20 2005 GMT Module: SOURCES Tag: HEAD ---- Log message: - Small fix to make script work
---- Files affected: SOURCES: poc-radio_script.patch (NONE -> 1.1) (NEW) ---- Diffs: ================================================================ Index: SOURCES/poc-radio_script.patch diff -u /dev/null SOURCES/poc-radio_script.patch:1.1 --- /dev/null Sun Feb 27 23:27:20 2005 +++ SOURCES/poc-radio_script.patch Sun Feb 27 23:27:15 2005 @@ -0,0 +1,23 @@ +--- radio.sh 2005-02-27 22:33:55.897416600 +0100 ++++ fix/radio.sh 2005-02-27 23:08:23.912711912 +0100 +@@ -1,6 +1,6 @@ +-#!/usr/bin/ksh ++#!/bin/ksh + +-export PATH=$PATH:/usr/local/bin ++export PATH=$PATH:/usr/bin + + rtp_port=1500 + rtp_host=224.0.1.23 +@@ -26,9 +26,9 @@ + print -n "GET / HTTP/1.0\r\n\r\n" | nc $1 $2 | \ + buffer | \ + (if [ $rtp_cert ]; then +- ./poc -c $rtp_cert -p $rtp_port -s $rtp_host - ++ poc-http -c $rtp_cert -p $rtp_port -s $rtp_host - + else +- ./poc -p $rtp_port -s $rtp_host - ++ poc-http -p $rtp_port -s $rtp_host - + fi;) + + print "Reconnecting..." ================================================================ _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
