From cc233e5d2299655cb451f228e18a46ebfe163aea Mon Sep 17 00:00:00 2001 From: jsdelfino Date: Thu, 1 Dec 2011 09:09:05 +0000 Subject: Fix build and install errors on Mac OS X. Add missing scripts to forward IP ports on Mac OS X. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1209010 13f79535-47bb-0310-9956-ffa450edef68 --- sca-cpp/trunk/ubuntu/ip-redirect-all | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sca-cpp/trunk/ubuntu/ip-redirect-all') diff --git a/sca-cpp/trunk/ubuntu/ip-redirect-all b/sca-cpp/trunk/ubuntu/ip-redirect-all index b5876c9850..c8743add5d 100755 --- a/sca-cpp/trunk/ubuntu/ip-redirect-all +++ b/sca-cpp/trunk/ubuntu/ip-redirect-all @@ -16,7 +16,7 @@ # under the License. # Redirect TCP/IP traffic to all local addresses from one port to another -# Example: ip-redirect 80 8090 +# Example: ip-redirect-all 80 8090 here=`echo "import os; print os.path.realpath('$0')" | python`; here=`dirname $here` sport=$1 -- cgit v1.2.3