[packages] ptunnel: Update to v0.71 (#5824)
[openwrt/svn-archive/archive.git] / net / ptunnel / files / ptunnel.init
index f834bd49bb850cc01693f0993de30843e7c11eb2..b3aabb9e155572757ce9420dabcec88204822254 100644 (file)
@@ -1,5 +1,5 @@
 #!/bin/sh /etc/rc.common
 #!/bin/sh /etc/rc.common
-# Copyright (C) 2007 OpenWrt.org
+# Copyright (C) 2007-2009 OpenWrt.org
 START=70
 BIN=ptunnel
 
 START=70
 BIN=ptunnel
 
@@ -24,4 +24,3 @@ stop() {
         ps aux | grep ptunnel |  awk '{print }' | \
             xargs kill 2> /dev/null
 }
         ps aux | grep ptunnel |  awk '{print }' | \
             xargs kill 2> /dev/null
 }
-                                                                       
\ No newline at end of file