From: mitty Date: Tue, 7 Jul 2009 14:52:37 +0000 (+0000) Subject: * CR+LF -> LF X-Git-Tag: r89-trunk~58 X-Git-Url: http://lab.mitty.jp/git/?a=commitdiff_plain;h=b9ae53a95b312d5a987461ac4966bcbb88e3c5b0;hp=3a5184c7b3a10b965dc4c8aa112251f8b756da8a;p=lab.git * CR+LF -> LF git-svn-id: https://lab.mitty.jp/svn/lab/trunk@20 7d2118f6-f56c-43e7-95a2-4bb3031d96e7 --- diff --git a/iproute/setroute.sh b/iproute/setroute.sh index 59102fa..b47b854 100755 --- a/iproute/setroute.sh +++ b/iproute/setroute.sh @@ -7,10 +7,10 @@ set -x ## INTERFACES(5) # IFACE physical name of the interface being processed -# 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. +# 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 diff --git a/iptables/setmasq.sh b/iptables/setmasq.sh index 0f3f80f..66aa01e 100755 --- a/iptables/setmasq.sh +++ b/iptables/setmasq.sh @@ -7,10 +7,10 @@ set -x ## INTERFACES(5) # IFACE physical name of the interface being processed -# 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. +# 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) diff --git a/iptables/setnapt.sh b/iptables/setnapt.sh index 5626c6c..801cba0 100755 --- a/iptables/setnapt.sh +++ b/iptables/setnapt.sh @@ -8,10 +8,10 @@ set -x ## INTERFACES(5) # IFACE physical name of the interface being processed -# 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. +# 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)