r4494 - developers/tick/Test_env_script_GTA02A5

tick at docs.openmoko.org tick at docs.openmoko.org
Mon Jun 23 08:28:48 CEST 2008


Author: tick
Date: 2008-06-23 08:28:48 +0200 (Mon, 23 Jun 2008)
New Revision: 4494

Modified:
   developers/tick/Test_env_script_GTA02A5/setneo
Log:
fix a miss type of ip


Modified: developers/tick/Test_env_script_GTA02A5/setneo
===================================================================
--- developers/tick/Test_env_script_GTA02A5/setneo	2008-06-23 06:22:07 UTC (rev 4493)
+++ developers/tick/Test_env_script_GTA02A5/setneo	2008-06-23 06:28:48 UTC (rev 4494)
@@ -5,7 +5,7 @@
 		echo 1 >  /proc/sys/net/ipv4/ip_forward
 		iptables -t nat -A POSTROUTING -s 192.168.0.0/24 -j MASQUERADE
 	fi
-	scp /etc/resolv.conf root at 192.168.0.200:/etc/
+	scp /etc/resolv.conf root at 192.168.0.202:/etc/
 else
 	echo "Please run this script as a root!!"
 fi





More information about the commitlog mailing list