From b9ae53a95b312d5a987461ac4966bcbb88e3c5b0 Mon Sep 17 00:00:00 2001 From: mitty Date: Tue, 7 Jul 2009 14:52:37 +0000 Subject: [PATCH] * CR+LF -> LF git-svn-id: https://lab.mitty.jp/svn/lab/trunk@20 7d2118f6-f56c-43e7-95a2-4bb3031d96e7 --- iproute/setroute.sh | 8 ++++---- iptables/setmasq.sh | 8 ++++---- iptables/setnapt.sh | 8 ++++---- 3 files changed, 12 insertions(+), 12 deletions(-) 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) -- 1.7.9.5