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 /templates-cfg/system/conntrack/modules | |
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.
Diffstat (limited to 'templates-cfg/system/conntrack/modules')
9 files changed, 9 insertions, 9 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 |