From a8e46716689a32e84f3484ef9f7784f4424013b4 Mon Sep 17 00:00:00 2001 From: Tom Eastep Date: Mon, 12 Oct 2015 15:02:50 -0700 Subject: [PATCH] Remove version from config files Signed-off-by: Tom Eastep --- Shorewall/Samples/one-interface/interfaces | 2 +- Shorewall/Samples/one-interface/policy | 2 +- Shorewall/Samples/one-interface/rules | 2 +- Shorewall/Samples/one-interface/shorewall.conf | 2 +- Shorewall/Samples/one-interface/zones | 2 +- Shorewall/Samples/three-interfaces/interfaces | 2 +- Shorewall/Samples/three-interfaces/masq | 2 +- Shorewall/Samples/three-interfaces/policy | 2 +- Shorewall/Samples/three-interfaces/rules | 2 +- Shorewall/Samples/three-interfaces/shorewall.conf | 2 +- Shorewall/Samples/three-interfaces/stoppedrules | 2 +- Shorewall/Samples/three-interfaces/zones | 2 +- Shorewall/Samples/two-interfaces/interfaces | 2 +- Shorewall/Samples/two-interfaces/masq | 2 +- Shorewall/Samples/two-interfaces/policy | 2 +- Shorewall/Samples/two-interfaces/rules | 2 +- Shorewall/Samples/two-interfaces/shorewall.conf | 2 +- Shorewall/Samples/two-interfaces/stoppedrules | 2 +- Shorewall/Samples/two-interfaces/zones | 2 +- Shorewall/configfiles/accounting | 2 +- Shorewall/configfiles/actions | 2 +- Shorewall/configfiles/arprules | 2 +- Shorewall/configfiles/blrules | 2 +- Shorewall/configfiles/clear | 2 +- Shorewall/configfiles/conntrack | 2 +- Shorewall/configfiles/ecn | 2 +- Shorewall/configfiles/findgw | 2 +- Shorewall/configfiles/hosts | 2 +- Shorewall/configfiles/init | 2 +- Shorewall/configfiles/initdone | 2 +- Shorewall/configfiles/interfaces | 2 +- Shorewall/configfiles/isusable | 2 +- Shorewall/configfiles/lib.private | 2 +- Shorewall/configfiles/maclist | 2 +- Shorewall/configfiles/mangle | 2 +- Shorewall/configfiles/masq | 2 +- Shorewall/configfiles/nat | 2 +- Shorewall/configfiles/netmap | 2 +- Shorewall/configfiles/params | 2 +- Shorewall/configfiles/policy | 2 +- Shorewall/configfiles/providers | 2 +- Shorewall/configfiles/proxyarp | 2 +- Shorewall/configfiles/refresh | 2 +- Shorewall/configfiles/refreshed | 2 +- Shorewall/configfiles/restored | 2 +- Shorewall/configfiles/routes | 2 +- Shorewall/configfiles/routestopped | 2 +- Shorewall/configfiles/rtrules | 2 +- Shorewall/configfiles/rules | 2 +- Shorewall/configfiles/scfilter | 2 +- Shorewall/configfiles/secmarks | 2 +- Shorewall/configfiles/start | 2 +- Shorewall/configfiles/started | 2 +- Shorewall/configfiles/stop | 2 +- Shorewall/configfiles/stopped | 2 +- Shorewall/configfiles/stoppedrules | 2 +- Shorewall/configfiles/tcclasses | 2 +- Shorewall/configfiles/tcclear | 2 +- Shorewall/configfiles/tcdevices | 2 +- Shorewall/configfiles/tcfilters | 2 +- Shorewall/configfiles/tcinterfaces | 2 +- Shorewall/configfiles/tcpri | 2 +- Shorewall/configfiles/tunnels | 2 +- Shorewall/configfiles/zones | 2 +- Shorewall6/configfiles/conntrack | 2 +- Shorewall6/configfiles/findgw | 2 +- Shorewall6/configfiles/proxyndp | 2 +- Shorewall6/configfiles/scfilter | 2 +- 68 files changed, 68 insertions(+), 68 deletions(-) diff --git a/Shorewall/Samples/one-interface/interfaces b/Shorewall/Samples/one-interface/interfaces index 3e401cb6f..a192e4219 100644 --- a/Shorewall/Samples/one-interface/interfaces +++ b/Shorewall/Samples/one-interface/interfaces @@ -1,5 +1,5 @@ # -# Shorewall version 5.0 - Sample Interfaces File for one-interface configuration. +# Shorewall - Sample Interfaces File for one-interface configuration. # Copyright (C) 2006-2015 by the Shorewall Team # # This library is free software; you can redistribute it and/or diff --git a/Shorewall/Samples/one-interface/policy b/Shorewall/Samples/one-interface/policy index 040490a31..7aa1ccf87 100644 --- a/Shorewall/Samples/one-interface/policy +++ b/Shorewall/Samples/one-interface/policy @@ -1,5 +1,5 @@ # -# Shorewall version 5.0 - Sample Policy File for one-interface configuration. +# Shorewall - Sample Policy File for one-interface configuration. # Copyright (C) 2006-2015 by the Shorewall Team # # This library is free software; you can redistribute it and/or diff --git a/Shorewall/Samples/one-interface/rules b/Shorewall/Samples/one-interface/rules index e5c8a4c34..3b58c0a8b 100644 --- a/Shorewall/Samples/one-interface/rules +++ b/Shorewall/Samples/one-interface/rules @@ -1,5 +1,5 @@ # -# Shorewall version 5.0 - Sample Rules File for one-interface configuration. +# Shorewall - Sample Rules File for one-interface configuration. # Copyright (C) 2006-2014 by the Shorewall Team # # This library is free software; you can redistribute it and/or diff --git a/Shorewall/Samples/one-interface/shorewall.conf b/Shorewall/Samples/one-interface/shorewall.conf index ade08a0bb..456a117db 100644 --- a/Shorewall/Samples/one-interface/shorewall.conf +++ b/Shorewall/Samples/one-interface/shorewall.conf @@ -1,6 +1,6 @@ ############################################################################### # -# Shorewall version 5.0 - Sample shorewall.conf for one-interface +# Shorewall - Sample shorewall.conf for one-interface # configuration. # Copyright (C) 2006-2015 by the Shorewall Team # diff --git a/Shorewall/Samples/one-interface/zones b/Shorewall/Samples/one-interface/zones index cf7bb649e..caa76d027 100644 --- a/Shorewall/Samples/one-interface/zones +++ b/Shorewall/Samples/one-interface/zones @@ -1,5 +1,5 @@ # -# Shorewall version 5.0 - Sample Zones File for one-interface configuration. +# Shorewall - Sample Zones File for one-interface configuration. # Copyright (C) 2006-2015 by the Shorewall Team # # This library is free software; you can redistribute it and/or diff --git a/Shorewall/Samples/three-interfaces/interfaces b/Shorewall/Samples/three-interfaces/interfaces index f82031242..f9ead131d 100644 --- a/Shorewall/Samples/three-interfaces/interfaces +++ b/Shorewall/Samples/three-interfaces/interfaces @@ -1,5 +1,5 @@ # -# Shorewall version 5.0 - Sample Interfaces File for three-interface configuration. +# Shorewall - Sample Interfaces File for three-interface configuration. # Copyright (C) 2006-2015 by the Shorewall Team # # This library is free software; you can redistribute it and/or diff --git a/Shorewall/Samples/three-interfaces/masq b/Shorewall/Samples/three-interfaces/masq index 811a63e5a..a015b4f40 100644 --- a/Shorewall/Samples/three-interfaces/masq +++ b/Shorewall/Samples/three-interfaces/masq @@ -1,5 +1,5 @@ # -# Shorewall version 5.0 - Sample Masq file for three-interface configuration. +# Shorewall - Sample Masq file for three-interface configuration. # Copyright (C) 2006-2015 by the Shorewall Team # # This library is free software; you can redistribute it and/or diff --git a/Shorewall/Samples/three-interfaces/policy b/Shorewall/Samples/three-interfaces/policy index f6d55c896..9a13d7830 100644 --- a/Shorewall/Samples/three-interfaces/policy +++ b/Shorewall/Samples/three-interfaces/policy @@ -1,5 +1,5 @@ # -# Shorewall version 5.0 - Sample Policy File for three-interface configuration. +# Shorewall - Sample Policy File for three-interface configuration. # Copyright (C) 2006-2015 by the Shorewall Team # # This library is free software; you can redistribute it and/or diff --git a/Shorewall/Samples/three-interfaces/rules b/Shorewall/Samples/three-interfaces/rules index d107cc8ba..be8aed91c 100644 --- a/Shorewall/Samples/three-interfaces/rules +++ b/Shorewall/Samples/three-interfaces/rules @@ -1,5 +1,5 @@ # -# Shorewall version 5.0 - Sample Rules File for three-interface configuration. +# Shorewall - Sample Rules File for three-interface configuration. # Copyright (C) 2006-2015 by the Shorewall Team # # This library is free software; you can redistribute it and/or diff --git a/Shorewall/Samples/three-interfaces/shorewall.conf b/Shorewall/Samples/three-interfaces/shorewall.conf index 7960e7c3d..57787f0a2 100644 --- a/Shorewall/Samples/three-interfaces/shorewall.conf +++ b/Shorewall/Samples/three-interfaces/shorewall.conf @@ -1,6 +1,6 @@ ############################################################################### # -# Shorewall version 5.0 - Sample shorewall.conf for three-interface +# Shorewall - Sample shorewall.conf for three-interface # configuration. # Copyright (C) 2006-2015 by the Shorewall Team # diff --git a/Shorewall/Samples/three-interfaces/stoppedrules b/Shorewall/Samples/three-interfaces/stoppedrules index 87b4f1ad7..bf2d12742 100644 --- a/Shorewall/Samples/three-interfaces/stoppedrules +++ b/Shorewall/Samples/three-interfaces/stoppedrules @@ -1,5 +1,5 @@ # -# Shorewall version 5.0 - Sample Stoppedrules File for three-interface configuration. +# Shorewall - Sample Stoppedrules File for three-interface configuration. # Copyright (C) 2012-2015 by the Shorewall Team # # This library is free software; you can redistribute it and/or diff --git a/Shorewall/Samples/three-interfaces/zones b/Shorewall/Samples/three-interfaces/zones index 2cc0e9cf1..30faed4e3 100644 --- a/Shorewall/Samples/three-interfaces/zones +++ b/Shorewall/Samples/three-interfaces/zones @@ -1,5 +1,5 @@ # -# Shorewall version 5.0 - Sample Zones File for three-interface configuration. +# Shorewall - Sample Zones File for three-interface configuration. # Copyright (C) 2006-2015 by the Shorewall Team # # This library is free software; you can redistribute it and/or diff --git a/Shorewall/Samples/two-interfaces/interfaces b/Shorewall/Samples/two-interfaces/interfaces index c9db9faff..3a4cf3e42 100644 --- a/Shorewall/Samples/two-interfaces/interfaces +++ b/Shorewall/Samples/two-interfaces/interfaces @@ -1,5 +1,5 @@ # -# Shorewall version 5.0 - Sample Interfaces File for two-interface configuration. +# Shorewall - Sample Interfaces File for two-interface configuration. # Copyright (C) 2006-2015 by the Shorewall Team # # This library is free software; you can redistribute it and/or diff --git a/Shorewall/Samples/two-interfaces/masq b/Shorewall/Samples/two-interfaces/masq index a77ea2a0c..c9fb0b774 100644 --- a/Shorewall/Samples/two-interfaces/masq +++ b/Shorewall/Samples/two-interfaces/masq @@ -1,5 +1,5 @@ # -# Shorewall version 5.0 - Sample Masq file for two-interface configuration. +# Shorewall - Sample Masq file for two-interface configuration. # Copyright (C) 2006-2015 by the Shorewall Team # # This library is free software; you can redistribute it and/or diff --git a/Shorewall/Samples/two-interfaces/policy b/Shorewall/Samples/two-interfaces/policy index 37df1eca3..0a5e133fa 100644 --- a/Shorewall/Samples/two-interfaces/policy +++ b/Shorewall/Samples/two-interfaces/policy @@ -1,5 +1,5 @@ # -# Shorewall version 5.0 - Sample Policy File for two-interface configuration. +# Shorewall - Sample Policy File for two-interface configuration. # Copyright (C) 2006-2015 by the Shorewall Team # # This library is free software; you can redistribute it and/or diff --git a/Shorewall/Samples/two-interfaces/rules b/Shorewall/Samples/two-interfaces/rules index 8dd103033..a040dab6f 100644 --- a/Shorewall/Samples/two-interfaces/rules +++ b/Shorewall/Samples/two-interfaces/rules @@ -1,5 +1,5 @@ # -# Shorewall version 5.0 - Sample Rules File for two-interface configuration. +# Shorewall - Sample Rules File for two-interface configuration. # Copyright (C) 2006-2015 by the Shorewall Team # # This library is free software; you can redistribute it and/or diff --git a/Shorewall/Samples/two-interfaces/shorewall.conf b/Shorewall/Samples/two-interfaces/shorewall.conf index f6fbcdb3f..2384f6613 100644 --- a/Shorewall/Samples/two-interfaces/shorewall.conf +++ b/Shorewall/Samples/two-interfaces/shorewall.conf @@ -1,6 +1,6 @@ ############################################################################### # -# Shorewall version 5.0 - Sample shorewall.conf for two-interface +# Shorewall - Sample shorewall.conf for two-interface # configuration. # Copyright (C) 2006-2014 by the Shorewall Team # diff --git a/Shorewall/Samples/two-interfaces/stoppedrules b/Shorewall/Samples/two-interfaces/stoppedrules index 499368a36..63e72fbf6 100644 --- a/Shorewall/Samples/two-interfaces/stoppedrules +++ b/Shorewall/Samples/two-interfaces/stoppedrules @@ -1,5 +1,5 @@ # -# Shorewall version 5.0 - Sample Stoppedrules File for two-interface configuration. +# Shorewall - Sample Stoppedrules File for two-interface configuration. # Copyright (C) 2012-2015 by the Shorewall Team # # This library is free software; you can redistribute it and/or diff --git a/Shorewall/Samples/two-interfaces/zones b/Shorewall/Samples/two-interfaces/zones index 215f1762d..4772ff561 100644 --- a/Shorewall/Samples/two-interfaces/zones +++ b/Shorewall/Samples/two-interfaces/zones @@ -1,5 +1,5 @@ # -# Shorewall version 5.0 - Sample Zones File for two-interface configuration. +# Shorewall - Sample Zones File for two-interface configuration. # Copyright (C) 2006-2014 by the Shorewall Team # # This library is free software; you can redistribute it and/or diff --git a/Shorewall/configfiles/accounting b/Shorewall/configfiles/accounting index 06e6cc508..37f3fc3d9 100644 --- a/Shorewall/configfiles/accounting +++ b/Shorewall/configfiles/accounting @@ -1,5 +1,5 @@ # -# Shorewall version 5 - Accounting File +# Shorewall - Accounting File # # For information about entries in this file, type "man shorewall-accounting" # diff --git a/Shorewall/configfiles/actions b/Shorewall/configfiles/actions index b29a9bb18..8509d9a9f 100644 --- a/Shorewall/configfiles/actions +++ b/Shorewall/configfiles/actions @@ -1,5 +1,5 @@ # -# Shorewall version 5 - Actions File +# Shorewall - Actions File # # /etc/shorewall/actions # diff --git a/Shorewall/configfiles/arprules b/Shorewall/configfiles/arprules index ec36edf40..82dd04bec 100644 --- a/Shorewall/configfiles/arprules +++ b/Shorewall/configfiles/arprules @@ -1,5 +1,5 @@ # -# Shorewall version 5 - arprules File +# Shorewall - arprules File # # For information about entries in this file, type "man shorewall-arprules" # diff --git a/Shorewall/configfiles/blrules b/Shorewall/configfiles/blrules index 9124484c0..94e320a2b 100644 --- a/Shorewall/configfiles/blrules +++ b/Shorewall/configfiles/blrules @@ -1,5 +1,5 @@ # -# Shorewall version 5 - Blacklist Rules File +# Shorewall - Blacklist Rules File # # For information about entries in this file, type "man shorewall-blrules" # diff --git a/Shorewall/configfiles/clear b/Shorewall/configfiles/clear index c093b35b5..6f7cf146b 100644 --- a/Shorewall/configfiles/clear +++ b/Shorewall/configfiles/clear @@ -1,5 +1,5 @@ # -# Shorewall version 5 - clear File +# Shorewall - clear File # # /etc/shorewall/clear # diff --git a/Shorewall/configfiles/conntrack b/Shorewall/configfiles/conntrack index cb3152c4c..2d80570af 100644 --- a/Shorewall/configfiles/conntrack +++ b/Shorewall/configfiles/conntrack @@ -1,5 +1,5 @@ # -# Shorewall version 5 - conntrack File +# Shorewall - conntrack File # # For information about entries in this file, type "man shorewall-conntrack" # diff --git a/Shorewall/configfiles/ecn b/Shorewall/configfiles/ecn index 7d69a87cd..ebe557108 100644 --- a/Shorewall/configfiles/ecn +++ b/Shorewall/configfiles/ecn @@ -1,5 +1,5 @@ # -# Shorewall version 5 - Ecn File +# Shorewall - Ecn File # # For information about entries in this file, type "man shorewall-ecn" # diff --git a/Shorewall/configfiles/findgw b/Shorewall/configfiles/findgw index 012c7dae1..9581001e1 100644 --- a/Shorewall/configfiles/findgw +++ b/Shorewall/configfiles/findgw @@ -1,5 +1,5 @@ # -# Shorewall version 5 - Findgw File +# Shorewall - Findgw File # # /etc/shorewall/findgw # diff --git a/Shorewall/configfiles/hosts b/Shorewall/configfiles/hosts index c25f71639..493afaff1 100644 --- a/Shorewall/configfiles/hosts +++ b/Shorewall/configfiles/hosts @@ -1,5 +1,5 @@ # -# Shorewall version 5 - Hosts file +# Shorewall - Hosts file # # For information about entries in this file, type "man shorewall-hosts" # diff --git a/Shorewall/configfiles/init b/Shorewall/configfiles/init index 249f7bb40..96a3db293 100644 --- a/Shorewall/configfiles/init +++ b/Shorewall/configfiles/init @@ -1,5 +1,5 @@ # -# Shorewall version 5 - Init File +# Shorewall - Init File # # /etc/shorewall/init # diff --git a/Shorewall/configfiles/initdone b/Shorewall/configfiles/initdone index 0bc5e3369..f73782dd6 100644 --- a/Shorewall/configfiles/initdone +++ b/Shorewall/configfiles/initdone @@ -1,5 +1,5 @@ # -# Shorewall version 5 - Initdone File +# Shorewall - Initdone File # # /etc/shorewall/initdone # diff --git a/Shorewall/configfiles/interfaces b/Shorewall/configfiles/interfaces index 5d51d6a6a..5e5dd87a6 100644 --- a/Shorewall/configfiles/interfaces +++ b/Shorewall/configfiles/interfaces @@ -1,5 +1,5 @@ # -# Shorewall version 5 - Interfaces File +# Shorewall - Interfaces File # # For information about entries in this file, type "man shorewall-interfaces" # diff --git a/Shorewall/configfiles/isusable b/Shorewall/configfiles/isusable index ffa23eb11..baea50707 100644 --- a/Shorewall/configfiles/isusable +++ b/Shorewall/configfiles/isusable @@ -1,5 +1,5 @@ # -# Shorewall version 5 - isusable File +# Shorewall - isusable File # # /etc/shorewall/isusable # diff --git a/Shorewall/configfiles/lib.private b/Shorewall/configfiles/lib.private index d5d23fc4c..cdabc04fe 100644 --- a/Shorewall/configfiles/lib.private +++ b/Shorewall/configfiles/lib.private @@ -1,5 +1,5 @@ # -# Shorewall version 5 - lib.private File +# Shorewall - lib.private File # # /etc/shorewall/lib.private # diff --git a/Shorewall/configfiles/maclist b/Shorewall/configfiles/maclist index 76a8ba700..c8ff98ff9 100644 --- a/Shorewall/configfiles/maclist +++ b/Shorewall/configfiles/maclist @@ -1,5 +1,5 @@ # -# Shorewall version 5 - Maclist file +# Shorewall - Maclist file # # For information about entries in this file, type "man shorewall-maclist" # diff --git a/Shorewall/configfiles/mangle b/Shorewall/configfiles/mangle index 22aa2e363..76e402e58 100644 --- a/Shorewall/configfiles/mangle +++ b/Shorewall/configfiles/mangle @@ -1,5 +1,5 @@ # -# Shorewall version 5 - Mangle File +# Shorewall - Mangle File # # For information about entries in this file, type "man shorewall-mangle" # diff --git a/Shorewall/configfiles/masq b/Shorewall/configfiles/masq index 08a9f7793..3510312ae 100644 --- a/Shorewall/configfiles/masq +++ b/Shorewall/configfiles/masq @@ -1,5 +1,5 @@ # -# Shorewall version 5 - Masq file +# Shorewall - Masq file # # For information about entries in this file, type "man shorewall-masq" # diff --git a/Shorewall/configfiles/nat b/Shorewall/configfiles/nat index 5b694e66e..66a481843 100644 --- a/Shorewall/configfiles/nat +++ b/Shorewall/configfiles/nat @@ -1,5 +1,5 @@ # -# Shorewall version 5 - Nat File +# Shorewall - Nat File # # For information about entries in this file, type "man shorewall-nat" # diff --git a/Shorewall/configfiles/netmap b/Shorewall/configfiles/netmap index 9e6fcdfb4..d7abf535a 100644 --- a/Shorewall/configfiles/netmap +++ b/Shorewall/configfiles/netmap @@ -1,5 +1,5 @@ # -# Shorewall version 5 - Netmap File +# Shorewall - Netmap File # # For information about entries in this file, type "man shorewall-netmap" # diff --git a/Shorewall/configfiles/params b/Shorewall/configfiles/params index c78e7ee27..abaa0fbce 100644 --- a/Shorewall/configfiles/params +++ b/Shorewall/configfiles/params @@ -1,5 +1,5 @@ # -# Shorewall version 5 - Params File +# Shorewall - Params File # # /etc/shorewall/params # diff --git a/Shorewall/configfiles/policy b/Shorewall/configfiles/policy index 09ec17b78..d8a2f4e10 100644 --- a/Shorewall/configfiles/policy +++ b/Shorewall/configfiles/policy @@ -1,5 +1,5 @@ # -# Shorewall version 5 - Policy File +# Shorewall - Policy File # # For information about entries in this file, type "man shorewall-policy" # diff --git a/Shorewall/configfiles/providers b/Shorewall/configfiles/providers index fd6addc65..0b6113da7 100644 --- a/Shorewall/configfiles/providers +++ b/Shorewall/configfiles/providers @@ -1,5 +1,5 @@ # -# Shorewall version 5 - Providers File +# Shorewall - Providers File # # For information about entries in this file, type "man shorewall-providers" # diff --git a/Shorewall/configfiles/proxyarp b/Shorewall/configfiles/proxyarp index e14f02419..f79fac53d 100644 --- a/Shorewall/configfiles/proxyarp +++ b/Shorewall/configfiles/proxyarp @@ -1,5 +1,5 @@ # -# Shorewall version 5 - Proxyarp File +# Shorewall - Proxyarp File # # For information about entries in this file, type "man shorewall-proxyarp" # diff --git a/Shorewall/configfiles/refresh b/Shorewall/configfiles/refresh index 62d9d8535..4d6ec2198 100644 --- a/Shorewall/configfiles/refresh +++ b/Shorewall/configfiles/refresh @@ -1,5 +1,5 @@ # -# Shorewall version 5 - refresh File +# Shorewall - refresh File # # /etc/shorewall/refresh # diff --git a/Shorewall/configfiles/refreshed b/Shorewall/configfiles/refreshed index b005edcbc..7d0b1ebf0 100644 --- a/Shorewall/configfiles/refreshed +++ b/Shorewall/configfiles/refreshed @@ -1,5 +1,5 @@ # -# Shorewall version 5 - refreshed File +# Shorewall - refreshed File # # /etc/shorewall/refreshed # diff --git a/Shorewall/configfiles/restored b/Shorewall/configfiles/restored index 0fb156211..226f076d0 100644 --- a/Shorewall/configfiles/restored +++ b/Shorewall/configfiles/restored @@ -1,5 +1,5 @@ # -# Shorewall version 5 - Restored File +# Shorewall - Restored File # # /etc/shorewall/restored # diff --git a/Shorewall/configfiles/routes b/Shorewall/configfiles/routes index 9f7099fb8..6c2e0a2ce 100644 --- a/Shorewall/configfiles/routes +++ b/Shorewall/configfiles/routes @@ -1,5 +1,5 @@ # -# Shorewall version 5 - routes File +# Shorewall - routes File # # For information about entries in this file, type "man shorewall-routes" # diff --git a/Shorewall/configfiles/routestopped b/Shorewall/configfiles/routestopped index 4859767b0..b271ba683 100644 --- a/Shorewall/configfiles/routestopped +++ b/Shorewall/configfiles/routestopped @@ -1,5 +1,5 @@ # -# Shorewall version 5 - Routestopped File +# Shorewall - Routestopped File # # This file is deprecated in favor of the stoppedrules file # diff --git a/Shorewall/configfiles/rtrules b/Shorewall/configfiles/rtrules index bb5ba9c32..8e0f028c0 100644 --- a/Shorewall/configfiles/rtrules +++ b/Shorewall/configfiles/rtrules @@ -1,5 +1,5 @@ # -# Shorewall version 5 - route rules File +# Shorewall - route rules File # # For information about entries in this file, type "man shorewall-rtrules" # diff --git a/Shorewall/configfiles/rules b/Shorewall/configfiles/rules index bd98d7a13..8f6c72187 100644 --- a/Shorewall/configfiles/rules +++ b/Shorewall/configfiles/rules @@ -1,5 +1,5 @@ # -# Shorewall version 5 - Rules File +# Shorewall - Rules File # # For information on the settings in this file, type "man shorewall-rules" # diff --git a/Shorewall/configfiles/scfilter b/Shorewall/configfiles/scfilter index 82a48639d..6d068ff19 100644 --- a/Shorewall/configfiles/scfilter +++ b/Shorewall/configfiles/scfilter @@ -1,5 +1,5 @@ # -# Shorewall version 5 - Show Connections Filter +# Shorewall - Show Connections Filter # # /etc/shorewall/scfilter # diff --git a/Shorewall/configfiles/secmarks b/Shorewall/configfiles/secmarks index ae4577890..4cdeabc19 100644 --- a/Shorewall/configfiles/secmarks +++ b/Shorewall/configfiles/secmarks @@ -1,5 +1,5 @@ # -# Shorewall version 5 - Secmarks File +# Shorewall - Secmarks File # # For information about entries in this file, type "man shorewall-secmarks" # diff --git a/Shorewall/configfiles/start b/Shorewall/configfiles/start index ea25493b1..aca286a40 100644 --- a/Shorewall/configfiles/start +++ b/Shorewall/configfiles/start @@ -1,5 +1,5 @@ # -# Shorewall version 5 - Start File +# Shorewall - Start File # # /etc/shorewall/start # diff --git a/Shorewall/configfiles/started b/Shorewall/configfiles/started index a2c82f88c..5baac968f 100644 --- a/Shorewall/configfiles/started +++ b/Shorewall/configfiles/started @@ -1,5 +1,5 @@ # -# Shorewall version 5 - Started File +# Shorewall - Started File # # /etc/shorewall/started # diff --git a/Shorewall/configfiles/stop b/Shorewall/configfiles/stop index 565e1b7f6..7d69b07e6 100644 --- a/Shorewall/configfiles/stop +++ b/Shorewall/configfiles/stop @@ -1,5 +1,5 @@ # -# Shorewall version 5 - Stop File +# Shorewall - Stop File # # /etc/shorewall/stop # diff --git a/Shorewall/configfiles/stopped b/Shorewall/configfiles/stopped index f4d378c94..13defd8a0 100644 --- a/Shorewall/configfiles/stopped +++ b/Shorewall/configfiles/stopped @@ -1,5 +1,5 @@ # -# Shorewall version 5 - Stopped File +# Shorewall - Stopped File # # /etc/shorewall/stopped # diff --git a/Shorewall/configfiles/stoppedrules b/Shorewall/configfiles/stoppedrules index 4b6d6157d..efa89b8d4 100644 --- a/Shorewall/configfiles/stoppedrules +++ b/Shorewall/configfiles/stoppedrules @@ -1,5 +1,5 @@ # -# Shorewall version 5 - Stopped Rules File +# Shorewall - Stopped Rules File # # For information about entries in this file, type "man shorewall-stoppedrules" # diff --git a/Shorewall/configfiles/tcclasses b/Shorewall/configfiles/tcclasses index 2c80234c4..c6ccf100d 100644 --- a/Shorewall/configfiles/tcclasses +++ b/Shorewall/configfiles/tcclasses @@ -1,5 +1,5 @@ # -# Shorewall version 5 - Tcclasses File +# Shorewall - Tcclasses File # # For information about entries in this file, type "man shorewall-tcclasses" # diff --git a/Shorewall/configfiles/tcclear b/Shorewall/configfiles/tcclear index 85788f7ce..b8272b379 100644 --- a/Shorewall/configfiles/tcclear +++ b/Shorewall/configfiles/tcclear @@ -1,5 +1,5 @@ # -# Shorewall version 5 - tcclear File +# Shorewall - tcclear File # # /etc/shorewall/tcclear # diff --git a/Shorewall/configfiles/tcdevices b/Shorewall/configfiles/tcdevices index ca033587e..4afe83215 100644 --- a/Shorewall/configfiles/tcdevices +++ b/Shorewall/configfiles/tcdevices @@ -1,5 +1,5 @@ # -# Shorewall version 5 - Tcdevices File +# Shorewall - Tcdevices File # # For information about entries in this file, type "man shorewall-tcdevices" # diff --git a/Shorewall/configfiles/tcfilters b/Shorewall/configfiles/tcfilters index 353f0a5a7..e2952deba 100644 --- a/Shorewall/configfiles/tcfilters +++ b/Shorewall/configfiles/tcfilters @@ -1,5 +1,5 @@ # -# Shorewall version 5 - Tcfilters File +# Shorewall - Tcfilters File # # For information about entries in this file, type "man shorewall-tcfilters" # diff --git a/Shorewall/configfiles/tcinterfaces b/Shorewall/configfiles/tcinterfaces index 80bbf9d29..b3161c4a6 100644 --- a/Shorewall/configfiles/tcinterfaces +++ b/Shorewall/configfiles/tcinterfaces @@ -1,5 +1,5 @@ # -# Shorewall version 5 - Tcinterfaces File +# Shorewall - Tcinterfaces File # # For information about entries in this file, type "man shorewall-tcinterfaces" # diff --git a/Shorewall/configfiles/tcpri b/Shorewall/configfiles/tcpri index c56c54a43..56d70810c 100644 --- a/Shorewall/configfiles/tcpri +++ b/Shorewall/configfiles/tcpri @@ -1,5 +1,5 @@ # -# Shorewall version 5 - Tcpri File +# Shorewall - Tcpri File # # For information about entries in this file, type "man shorewall-tcpri" # diff --git a/Shorewall/configfiles/tunnels b/Shorewall/configfiles/tunnels index 5b687f28e..a313bbe91 100644 --- a/Shorewall/configfiles/tunnels +++ b/Shorewall/configfiles/tunnels @@ -1,5 +1,5 @@ # -# Shorewall version 5 - Tunnels File +# Shorewall - Tunnels File # # For information about entries in this file, type "man shorewall-tunnels" # diff --git a/Shorewall/configfiles/zones b/Shorewall/configfiles/zones index 731b464e5..e42e8020b 100644 --- a/Shorewall/configfiles/zones +++ b/Shorewall/configfiles/zones @@ -1,5 +1,5 @@ # -# Shorewall version 5 - Zones File +# Shorewall - Zones File # # For information about this file, type "man shorewall-zones" # diff --git a/Shorewall6/configfiles/conntrack b/Shorewall6/configfiles/conntrack index 0ada18d00..28a6006a9 100644 --- a/Shorewall6/configfiles/conntrack +++ b/Shorewall6/configfiles/conntrack @@ -1,5 +1,5 @@ # -# Shorewall version 5 - conntrack File +# Shorewall - conntrack File # # For information about entries in this file, type "man shorewal6-conntrack" # diff --git a/Shorewall6/configfiles/findgw b/Shorewall6/configfiles/findgw index 984a742b9..80325f968 100644 --- a/Shorewall6/configfiles/findgw +++ b/Shorewall6/configfiles/findgw @@ -1,5 +1,5 @@ # -# Shorewall version 5 - Findgw File +# Shorewall - Findgw File # # /etc/shorewall6/findgw # diff --git a/Shorewall6/configfiles/proxyndp b/Shorewall6/configfiles/proxyndp index 5ba842b64..a179c1fb7 100644 --- a/Shorewall6/configfiles/proxyndp +++ b/Shorewall6/configfiles/proxyndp @@ -1,5 +1,5 @@ # -# Shorewall version 5 - Proxyndp File +# Shorewall - Proxyndp File # # For information about entries in this file, type "man shorewall6-proxyndp" # diff --git a/Shorewall6/configfiles/scfilter b/Shorewall6/configfiles/scfilter index 82a48639d..6d068ff19 100644 --- a/Shorewall6/configfiles/scfilter +++ b/Shorewall6/configfiles/scfilter @@ -1,5 +1,5 @@ # -# Shorewall version 5 - Show Connections Filter +# Shorewall - Show Connections Filter # # /etc/shorewall/scfilter #