[1/2] iproute2: Do not ship /sbin/tipc

Message ID 13403096-2b54-7005-3eb6-32ce67179f3b@ipfire.org
State Dropped
Headers
Series [1/2] iproute2: Do not ship /sbin/tipc |

Commit Message

Peter Müller March 19, 2022, 3:32 p.m. UTC
  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üller <peter.mueller@ipfire.org>
---
 config/rootfiles/common/iproute2 | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
  

Comments

Adolf Belka March 19, 2022, 9:52 p.m. UTC | #1
Reviewed-by: Adolf Belka <adolf.belka@ipfire.org>

On 19/03/2022 16:32, Peter Müller wrote:
> 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üller <peter.mueller@ipfire.org>
> ---
>   config/rootfiles/common/iproute2 | 2 +-
>   1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/config/rootfiles/common/iproute2 b/config/rootfiles/common/iproute2
> 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
  

Patch

diff --git a/config/rootfiles/common/iproute2 b/config/rootfiles/common/iproute2
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