diff options
Diffstat (limited to 'net-firewall/shorewall')
5 files changed, 0 insertions, 5 deletions
diff --git a/net-firewall/shorewall/files/shorewall-init.initd b/net-firewall/shorewall/files/shorewall-init.initd index 7cf47e0e89cf..95873ef5eeee 100644 --- a/net-firewall/shorewall/files/shorewall-init.initd +++ b/net-firewall/shorewall/files/shorewall-init.initd @@ -1,7 +1,6 @@ #!/sbin/openrc-run # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Id$ SHOREWALLRC_FILE="@GENTOO_PORTAGE_EPREFIX@/usr/share/shorewall/shorewallrc" CONFIG_FILE="@GENTOO_PORTAGE_EPREFIX@/etc/conf.d/${SVCNAME}" diff --git a/net-firewall/shorewall/files/shorewall-lite.initd-r2 b/net-firewall/shorewall/files/shorewall-lite.initd-r2 index 7777e3b99d65..b319a0e7af2b 100644 --- a/net-firewall/shorewall/files/shorewall-lite.initd-r2 +++ b/net-firewall/shorewall/files/shorewall-lite.initd-r2 @@ -1,7 +1,6 @@ #!/sbin/openrc-run # Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Id$ if [ "${RC_SVCNAME}" = "shorewall6-lite" ]; then PRODUCT_NAME="Shorewall6-Lite" diff --git a/net-firewall/shorewall/files/shorewall.initd-r2 b/net-firewall/shorewall/files/shorewall.initd-r2 index fa02b141588f..4826610e2216 100644 --- a/net-firewall/shorewall/files/shorewall.initd-r2 +++ b/net-firewall/shorewall/files/shorewall.initd-r2 @@ -1,7 +1,6 @@ #!/sbin/openrc-run # Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Id$ if [ "${RC_SVCNAME}" = "shorewall6" ]; then PRODUCT_NAME="Shorewall6" diff --git a/net-firewall/shorewall/files/shorewall6-lite.initd-r1 b/net-firewall/shorewall/files/shorewall6-lite.initd-r1 index c47a0b0bbcab..9db79c334513 100644 --- a/net-firewall/shorewall/files/shorewall6-lite.initd-r1 +++ b/net-firewall/shorewall/files/shorewall6-lite.initd-r1 @@ -1,7 +1,6 @@ #!/sbin/openrc-run # Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Id$ description='The Shoreline Firewall 6 Lite, more commonly known as "Shorewall6 Lite", is' description="${description} a high-level tool for configuring Netfilter." diff --git a/net-firewall/shorewall/files/shorewall6.initd-r1 b/net-firewall/shorewall/files/shorewall6.initd-r1 index dbecf94dedb3..43a7d1b1f410 100644 --- a/net-firewall/shorewall/files/shorewall6.initd-r1 +++ b/net-firewall/shorewall/files/shorewall6.initd-r1 @@ -1,7 +1,6 @@ #!/sbin/openrc-run # Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Id$ description='The Shoreline Firewall 6, more commonly known as "Shorewall6", is' description="${description} a high-level tool for configuring Netfilter." |