Fixes: Bug14017 Signed-off-by: Adolf Belka <[email protected]> --- lfs/observium-agent | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/lfs/observium-agent b/lfs/observium-agent index 20982467c..86d7c5f47 100644 --- a/lfs/observium-agent +++ b/lfs/observium-agent @@ -1,7 +1,7 @@ ############################################################################### # # # IPFire.org - A linux based firewall # -# Copyright (C) 2007-2024 IPFire Team <[email protected]> # +# Copyright (C) 2007-2026 IPFire Team <[email protected]> # # # # 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)/observium TARGET = $(DIR_INFO)/$(THISAPP) PROG = observium-agent -PAK_VER = 4 +PAK_VER = 5 -DEPS = xinetd +DEPS = xinetd perl-Encode-Locale SERVICES = -- 2.54.0
