From 12f8b7020aacadee0951e702cdd7f157843ded94 Mon Sep 17 00:00:00 2001 From: Stephen Hemminger Date: Tue, 14 Feb 2012 16:49:56 -0800 Subject: 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. --- templates-cfg/system/conntrack/modules/ftp/disable/node.def | 2 +- templates-cfg/system/conntrack/modules/ftp/node.def | 2 +- templates-cfg/system/conntrack/modules/gre/node.def | 2 +- templates-cfg/system/conntrack/modules/h323/disable/node.def | 2 +- templates-cfg/system/conntrack/modules/h323/node.def | 2 +- templates-cfg/system/conntrack/modules/node.def | 2 +- templates-cfg/system/conntrack/modules/pptp/node.def | 2 +- templates-cfg/system/conntrack/modules/sip/disable/node.def | 2 +- templates-cfg/system/conntrack/modules/tftp/node.def | 2 +- 9 files changed, 9 insertions(+), 9 deletions(-) (limited to 'templates-cfg/system/conntrack/modules') 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 -- cgit v1.2.3