diff options
author | Stephen Hemminger <shemminger@vyatta.com> | 2012-02-14 16:49:56 -0800 |
---|---|---|
committer | Stephen Hemminger <shemminger@vyatta.com> | 2012-02-14 16:49:56 -0800 |
commit | 12f8b7020aacadee0951e702cdd7f157843ded94 (patch) | |
tree | b4cdb84cd14f81d1878bfc2c3aaa7471fe63acc9 | |
parent | 1e9fe8e6f5ef7fb8baed414502b8a73ca223ea41 (diff) | |
download | vyatta-conntrack-12f8b7020aacadee0951e702cdd7f157843ded94.tar.gz vyatta-conntrack-12f8b7020aacadee0951e702cdd7f157843ded94.zip |
Make sure all node.def files have newline at end of file
Avoid future problems with (like diff) by making sure that there is a newline
on last line of file.
13 files changed, 13 insertions, 13 deletions
diff --git a/templates-cfg/system/conntrack/modules/ftp/disable/node.def b/templates-cfg/system/conntrack/modules/ftp/disable/node.def index 40a64d5..0b2b53e 100644 --- a/templates-cfg/system/conntrack/modules/ftp/disable/node.def +++ b/templates-cfg/system/conntrack/modules/ftp/disable/node.def @@ -4,4 +4,4 @@ create: sudo rmmod nf_nat_ftp sudo rmmod nf_conntrack_ftp delete: sudo modprobe nf_conntrack_ftp - sudo modprobe nf_nat_ftp
\ No newline at end of file + sudo modprobe nf_nat_ftp diff --git a/templates-cfg/system/conntrack/modules/ftp/node.def b/templates-cfg/system/conntrack/modules/ftp/node.def index 74a94b4..52859ac 100644 --- a/templates-cfg/system/conntrack/modules/ftp/node.def +++ b/templates-cfg/system/conntrack/modules/ftp/node.def @@ -1 +1 @@ -help: FTP connection tracking settings
\ No newline at end of file +help: FTP connection tracking settings diff --git a/templates-cfg/system/conntrack/modules/gre/node.def b/templates-cfg/system/conntrack/modules/gre/node.def index d192f7d..0906a68 100644 --- a/templates-cfg/system/conntrack/modules/gre/node.def +++ b/templates-cfg/system/conntrack/modules/gre/node.def @@ -1 +1 @@ -help: GRE connection tracking settings
\ No newline at end of file +help: GRE connection tracking settings diff --git a/templates-cfg/system/conntrack/modules/h323/disable/node.def b/templates-cfg/system/conntrack/modules/h323/disable/node.def index 1fb0117..e20d36b 100644 --- a/templates-cfg/system/conntrack/modules/h323/disable/node.def +++ b/templates-cfg/system/conntrack/modules/h323/disable/node.def @@ -4,4 +4,4 @@ create: sudo rmmod nf_nat_h323 sudo rmmod nf_conntrack_h323 delete: sudo modprobe nf_conntrack_h323 - sudo modprobe nf_nat_h323
\ No newline at end of file + sudo modprobe nf_nat_h323 diff --git a/templates-cfg/system/conntrack/modules/h323/node.def b/templates-cfg/system/conntrack/modules/h323/node.def index ae4b787..33f0eca 100644 --- a/templates-cfg/system/conntrack/modules/h323/node.def +++ b/templates-cfg/system/conntrack/modules/h323/node.def @@ -1 +1 @@ -help: H.323 connection tracking settings
\ No newline at end of file +help: H.323 connection tracking settings diff --git a/templates-cfg/system/conntrack/modules/node.def b/templates-cfg/system/conntrack/modules/node.def index 9666287..25cba5d 100644 --- a/templates-cfg/system/conntrack/modules/node.def +++ b/templates-cfg/system/conntrack/modules/node.def @@ -1 +1 @@ -help: Connection tracking modules settings
\ No newline at end of file +help: Connection tracking modules settings diff --git a/templates-cfg/system/conntrack/modules/pptp/node.def b/templates-cfg/system/conntrack/modules/pptp/node.def index a6ae0c4..3733f31 100644 --- a/templates-cfg/system/conntrack/modules/pptp/node.def +++ b/templates-cfg/system/conntrack/modules/pptp/node.def @@ -1 +1 @@ -help: PPTP connection tracking settings
\ No newline at end of file +help: PPTP connection tracking settings diff --git a/templates-cfg/system/conntrack/modules/sip/disable/node.def b/templates-cfg/system/conntrack/modules/sip/disable/node.def index d0eaf81..cea57e1 100644 --- a/templates-cfg/system/conntrack/modules/sip/disable/node.def +++ b/templates-cfg/system/conntrack/modules/sip/disable/node.def @@ -4,4 +4,4 @@ create: sudo rmmod nf_nat_sip sudo rmmod nf_conntrack_sip delete: sudo modprobe nf_conntrack_sip - sudo modprobe nf_nat_sip
\ No newline at end of file + sudo modprobe nf_nat_sip diff --git a/templates-cfg/system/conntrack/modules/tftp/node.def b/templates-cfg/system/conntrack/modules/tftp/node.def index 901f52e..cbb0496 100644 --- a/templates-cfg/system/conntrack/modules/tftp/node.def +++ b/templates-cfg/system/conntrack/modules/tftp/node.def @@ -1 +1 @@ -help: TFTP connection tracking settings
\ No newline at end of file +help: TFTP connection tracking settings diff --git a/templates-cfg/system/conntrack/tcp/node.def b/templates-cfg/system/conntrack/tcp/node.def index 67543ca..c04af19 100644 --- a/templates-cfg/system/conntrack/tcp/node.def +++ b/templates-cfg/system/conntrack/tcp/node.def @@ -1 +1 @@ -help: TCP options
\ No newline at end of file +help: TCP options diff --git a/templates-cfg/system/conntrack/timeout/node.def b/templates-cfg/system/conntrack/timeout/node.def index f0193c6..8696247 100644 --- a/templates-cfg/system/conntrack/timeout/node.def +++ b/templates-cfg/system/conntrack/timeout/node.def @@ -1 +1 @@ -help: Connection timeout options
\ No newline at end of file +help: Connection timeout options diff --git a/templates-cfg/system/conntrack/timeout/tcp/node.def b/templates-cfg/system/conntrack/timeout/tcp/node.def index 2b67c51..fd1c34f 100644 --- a/templates-cfg/system/conntrack/timeout/tcp/node.def +++ b/templates-cfg/system/conntrack/timeout/tcp/node.def @@ -1 +1 @@ -help: TCP connection timeout options
\ No newline at end of file +help: TCP connection timeout options diff --git a/templates-cfg/system/conntrack/timeout/udp/node.def b/templates-cfg/system/conntrack/timeout/udp/node.def index 7ee8fd3..c6586b7 100644 --- a/templates-cfg/system/conntrack/timeout/udp/node.def +++ b/templates-cfg/system/conntrack/timeout/udp/node.def @@ -1 +1 @@ -help: UDP timeout
\ No newline at end of file +help: UDP timeout |