repo: resdb
action: commit
revision: 
path_from: 
revision_from: b793e8463cdaec932d3de4e52514cc2f2aeb4fc3:
path_to: 
revision_to: 
git.thebackupbox.net
resdb
git clone git://git.thebackupbox.net/resdb
commit b793e8463cdaec932d3de4e52514cc2f2aeb4fc3
Author: d3v11 
Date:   Thu Nov 3 19:45:30 2011 -0400

    peer2anonet bug(s) fixed with new /service*//run configurations

diff --git a/contrib/peer2anonet/peer2anonet b/contrib/peer2anonet/peer2anonet
index a09d42cc8e8d14e6910dab4fafd6a7f19936cee1..
index ..9816304f68039adb067ccb0847e09a81625113b6 100644
--- a/contrib/peer2anonet/peer2anonet
+++ b/contrib/peer2anonet/peer2anonet
@@ -160,9 +160,9 @@ export INTERFACE=ppp-$PEERNAME
 # If you run into problems with this please email d3v11@d3v11.ano
 # so I can create a patch.
 #
-#DEFAULT_ROUTE=`ip route show | grep default | cut -d' ' -f 3`
-#route del default gw $DEFAULT_ROUTE
-#route add $REMOTE_ADDRESS gw $DEFAULT_ROUTE
+#DEFAULT_ROUTE=\`ip route show | grep default | cut -d' ' -f 3\`
+#route del default gw \$DEFAULT_ROUTE
+#route add \$REMOTE_ADDRESS gw \$DEFAULT_ROUTE

 ( sleep 5;
  ip addr add $P2A_IP peer $PEERIP/32 dev \$INTERFACE scope link

-----END OF PAGE-----