[Assorted-commits] SF.net SVN: assorted:[1732] configs/trunk/src/upstart/rtun.conf
                
                Brought to you by:
                
                    yangzhang
                    
                
            
            
        
        
        
    | 
     
      
      
      From: <yan...@us...> - 2010-12-07 05:08:01
      
     
   | 
Revision: 1732
          http://assorted.svn.sourceforge.net/assorted/?rev=1732&view=rev
Author:   yangzhang
Date:     2010-12-07 05:07:55 +0000 (Tue, 07 Dec 2010)
Log Message:
-----------
Added missing quotes in rtun.conf
Modified Paths:
--------------
    configs/trunk/src/upstart/rtun.conf
Modified: configs/trunk/src/upstart/rtun.conf
===================================================================
--- configs/trunk/src/upstart/rtun.conf	2010-12-07 04:54:17 UTC (rev 1731)
+++ configs/trunk/src/upstart/rtun.conf	2010-12-07 05:07:55 UTC (rev 1732)
@@ -23,6 +23,6 @@
 
 respawn
 
-exec su yang -c ssh -N -R1122:localhost:22 -i /home/yang/.ssh/rtun \
+exec su yang -c 'ssh -N -R1122:localhost:22 -i /home/yang/.ssh/rtun \
   -o BatchMode=yes -o ServerAliveInterval=300 -o TCPKeepAlive=yes \
-  rtun@HOST
+  rtun@HOST'
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
 |