From mboxrd@z Thu Jan 1 00:00:00 1970 From: Peter =?utf-8?q?M=C3=BCller?= To: development@lists.ipfire.org Subject: [PATCH 1/2] iproute2: Do not ship /sbin/tipc Date: Sat, 19 Mar 2022 15:32:19 +0000 Message-ID: <13403096-2b54-7005-3eb6-32ce67179f3b@ipfire.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============4824522095509709969==" List-Id: --===============4824522095509709969== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable TIPC (Transparent Inter Process Communication) is a protocol used for interprocess communication in computer clusters. We do not use this protocol at all, and the IPFire kernel knows nothing about it (although Lyins for some reason believes it does). Therefore, there is no sense in shipping /sbin/tipc, since this executable cannot do anything. Signed-off-by: Peter M=C3=BCller --- config/rootfiles/common/iproute2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/rootfiles/common/iproute2 b/config/rootfiles/common/iprou= te2 index 0247aa976..e11bd8892 100644 --- a/config/rootfiles/common/iproute2 +++ b/config/rootfiles/common/iproute2 @@ -24,7 +24,7 @@ sbin/rtmon sbin/rtstat sbin/ss sbin/tc -sbin/tipc +#sbin/tipc sbin/vdpa #usr/include/iproute2 #usr/include/iproute2/bpf_elf.h --=20 2.34.1 --===============4824522095509709969==--