From mboxrd@z Thu Jan 1 00:00:00 1970 From: Peter =?utf-8?q?M=C3=BCller?= To: development@lists.ipfire.org Subject: Re: [PATCH 2/4] configroot: Drop config file for p2protocols. Date: Mon, 14 Feb 2022 21:11:58 +0000 Message-ID: <1497b9e9-618d-8db1-861c-2a20c620c643@ipfire.org> In-Reply-To: <20220214190307.4086-2-stefan.schantl@ipfire.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============6836586980206246069==" List-Id: --===============6836586980206246069== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Reviewed-by: Peter M=C3=BCller > The support for creating P2P based rules has been removed from the > firewall. So this file is not longer needed. >=20 > Signed-off-by: Stefan Schantl > --- > config/firewall/p2protocols | 9 --------- > config/rootfiles/common/configroot | 1 - > lfs/configroot | 1 - > 3 files changed, 11 deletions(-) > delete mode 100644 config/firewall/p2protocols >=20 > diff --git a/config/firewall/p2protocols b/config/firewall/p2protocols > deleted file mode 100644 > index d8998095c..000000000 > --- a/config/firewall/p2protocols > +++ /dev/null > @@ -1,9 +0,0 @@ > -Applejuice;apple;on; > -Ares;ares;on; > -Bittorrent;bit;on; > -DirectConnect;dc;on; > -Edonkey;edk;on; > -Gnutella;gnu;on; > -KaZaA;kazaa;on; > -SoulSeek;soul;on; > -WinMX;winmx;on; > diff --git a/config/rootfiles/common/configroot b/config/rootfiles/common/c= onfigroot > index 904c718c3..fef5ffbcf 100644 > --- a/config/rootfiles/common/configroot > +++ b/config/rootfiles/common/configroot > @@ -63,7 +63,6 @@ var/ipfire/firewall > #var/ipfire/firewall/input > #var/ipfire/firewall/locationblock > #var/ipfire/firewall/outgoing > -#var/ipfire/firewall/p2protocols > #var/ipfire/firewall/settings > var/ipfire/fwhosts > #var/ipfire/fwhosts/customgroups > diff --git a/lfs/configroot b/lfs/configroot > index 9f3188aab..b836767c1 100644 > --- a/lfs/configroot > +++ b/lfs/configroot > @@ -105,7 +105,6 @@ $(TARGET) : > cp $(DIR_SRC)/config/firewall/convert-outgoingfw /usr/sbin/convert-outgoi= ngfw > cp $(DIR_SRC)/config/firewall/convert-dmz /usr/sbin/convert-dmz > cp $(DIR_SRC)/config/firewall/convert-portfw /usr/sbin/convert-portfw > - cp $(DIR_SRC)/config/firewall/p2protocols $(CONFIG_ROOT)/firewall/p2prot= ocols > cp $(DIR_SRC)/config/firewall/firewall-policy /usr/sbin/firewall-policy > cp $(DIR_SRC)/config/fwhosts/icmp-types $(CONFIG_ROOT)/fwhosts/icmp-typ= es > cp $(DIR_SRC)/config/fwhosts/customservices $(CONFIG_ROOT)/fwhosts/custo= mservices --===============6836586980206246069==--