From deb11b3f693193fbadcf2b62aa0a416818da5c62 Mon Sep 17 00:00:00 2001 From: Adolf Belka Date: Tue, 7 Feb 2023 14:01:20 +0100 Subject: [PATCH] xinetd: libtirpc removed from dependencies as now core package Signed-off-by: Adolf Belka Signed-off-by: Michael Tremer --- lfs/xinetd | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lfs/xinetd b/lfs/xinetd index c5a7141400..6c1cbecfc5 100644 --- a/lfs/xinetd +++ b/lfs/xinetd @@ -1,7 +1,7 @@ ############################################################################### # # # IPFire.org - A linux based firewall # -# Copyright (C) 2007-2018 IPFire Team # +# Copyright (C) 2007-2023 IPFire Team # # # # This program is free software: you can redistribute it and/or modify # # it under the terms of the GNU General Public License as published by # @@ -34,9 +34,9 @@ DL_FROM = $(URL_IPFIRE) DIR_APP = $(DIR_SRC)/$(THISAPP) TARGET = $(DIR_INFO)/$(THISAPP) PROG = xinetd -PAK_VER = 3 +PAK_VER = 4 -DEPS = libtirpc +DEPS = SERVICES = xinetd -- 2.39.5