* CR+LF -> LF
authormitty <mitty@7d2118f6-f56c-43e7-95a2-4bb3031d96e7>
Tue, 7 Jul 2009 14:52:37 +0000 (14:52 +0000)
committermitty <mitty@7d2118f6-f56c-43e7-95a2-4bb3031d96e7>
Tue, 7 Jul 2009 14:52:37 +0000 (14:52 +0000)
git-svn-id: https://lab.mitty.jp/svn/lab/trunk@20 7d2118f6-f56c-43e7-95a2-4bb3031d96e7

iproute/setroute.sh
iptables/setmasq.sh
iptables/setnapt.sh

index 59102fa..b47b854 100755 (executable)
@@ -7,10 +7,10 @@ set -x
 
 ## INTERFACES(5)
 # IFACE  physical name of the interface being processed
-# METHOD method of the interface (e.g., static)\r
-# MODE   start if run from ifup, stop if run from ifdown\r
-# PHASE  as per MODE, but with finer granularity, distinguishing the pre-\r
-#        up, post-up, pre-down and post-down phases.\r
+# METHOD method of the interface (e.g., static)
+# MODE   start if run from ifup, stop if run from ifdown
+# PHASE  as per MODE, but with finer granularity, distinguishing the pre-
+#        up, post-up, pre-down and post-down phases.
 
 # optional arugument to set default gateway manually
 GATEWAY=$1
index 0f3f80f..66aa01e 100755 (executable)
@@ -7,10 +7,10 @@ set -x
 
 ## INTERFACES(5)
 # IFACE  physical name of the interface being processed
-# METHOD method of the interface (e.g., static)\r
-# MODE   start if run from ifup, stop if run from ifdown\r
-# PHASE  as per MODE, but with finer granularity, distinguishing the pre-\r
-#        up, post-up, pre-down and post-down phases.\r
+# METHOD method of the interface (e.g., static)
+# MODE   start if run from ifup, stop if run from ifdown
+# PHASE  as per MODE, but with finer granularity, distinguishing the pre-
+#        up, post-up, pre-down and post-down phases.
 
 # optional argument to set default gateway devices connected to WAN manually
 # (try each of them in order)
index 5626c6c..801cba0 100755 (executable)
@@ -8,10 +8,10 @@ set -x
 
 ## INTERFACES(5)
 # IFACE  physical name of the interface being processed
-# METHOD method of the interface (e.g., static)\r
-# MODE   start if run from ifup, stop if run from ifdown\r
-# PHASE  as per MODE, but with finer granularity, distinguishing the pre-\r
-#        up, post-up, pre-down and post-down phases.\r
+# METHOD method of the interface (e.g., static)
+# MODE   start if run from ifup, stop if run from ifdown
+# PHASE  as per MODE, but with finer granularity, distinguishing the pre-
+#        up, post-up, pre-down and post-down phases.
 
 # optional argument to set default gateway devices connected to WAN manually
 # (try each of them in order)