slitaz-dev-tools diff taztpd/taztpd @ rev 110

README: small update
author Christophe Lincoln <pankso@slitaz.org>
date Tue Jun 07 15:30:19 2011 +0200 (2011-06-07)
parents 7c1765f8e1e6
children 116c7b18fea2
line diff
     1.1 --- a/taztpd/taztpd	Wed Apr 06 02:09:31 2011 +0200
     1.2 +++ b/taztpd/taztpd	Tue Jun 07 15:30:19 2011 +0200
     1.3 @@ -170,14 +170,14 @@
     1.4  		echo "Starting Web Server on port: $SERVER_PORT (dev mode)"
     1.5  		while true
     1.6  		do 
     1.7 -			nc -l -p $SERVER_PORT -e /home/pankso/Public/taztpd/taztpd
     1.8 +			nc -l -p $SERVER_PORT -e /usr/bin/taztpd
     1.9  		done ;;
    1.10  	nc|-n)
    1.11  		# Use nc to listen on a port and execute TazTPD on a request
    1.12  		echo "Starting Web Server on port: $SERVER_PORT"
    1.13  		(while true
    1.14  		do 
    1.15 -			nc -l -p $SERVER_PORT -e /home/pankso/Public/taztpd/taztpd
    1.16 +			nc -l -p $SERVER_PORT -e /usr/bin/taztpd
    1.17  		done) & ;;
    1.18  	usage|*help|-u|*-h)
    1.19  		# Display a short usage