From 7eec7e2c8b99bfe577d5b9cbd0bc0559f52f8020 Mon Sep 17 00:00:00 2001 From: Michael Tremer Date: Mon, 7 Oct 2024 10:18:57 +0000 Subject: [PATCH] ncat: Make this package part of the core system The nc command is required for the Unbound/DHCP leases bridge. Signed-off-by: Michael Tremer --- config/rootfiles/{packages => common}/ncat | 0 lfs/libvirt | 4 ++-- lfs/ncat | 6 ------ 3 files changed, 2 insertions(+), 8 deletions(-) rename config/rootfiles/{packages => common}/ncat (100%) diff --git a/config/rootfiles/packages/ncat b/config/rootfiles/common/ncat similarity index 100% rename from config/rootfiles/packages/ncat rename to config/rootfiles/common/ncat diff --git a/lfs/libvirt b/lfs/libvirt index 4ac7dbf907..a497ed8680 100644 --- a/lfs/libvirt +++ b/lfs/libvirt @@ -35,9 +35,9 @@ DIR_APP = $(DIR_SRC)/$(THISAPP) TARGET = $(DIR_INFO)/$(THISAPP) SUP_ARCH = x86_64 aarch64 PROG = libvirt -PAK_VER = 35 +PAK_VER = 36 -DEPS = ebtables libpciaccess libyajl ncat qemu +DEPS = ebtables libpciaccess libyajl qemu SERVICES = libvirtd virtlogd diff --git a/lfs/ncat b/lfs/ncat index e135b16ca0..8596471792 100644 --- a/lfs/ncat +++ b/lfs/ncat @@ -33,12 +33,6 @@ DL_FILE = nmap-$(VER).tar.bz2 DL_FROM = $(URL_IPFIRE) DIR_APP = $(DIR_SRC)/nmap-$(VER) TARGET = $(DIR_INFO)/$(THISAPP) -PROG = ncat -PAK_VER = 12 - -DEPS = - -SERVICES = ############################################################################### # Top-level Rules -- 2.39.5