From a228aacf6e3735395c3ca88b8c59796c568ce11b Mon Sep 17 00:00:00 2001 From: Roberto Ricci Date: Tue, 27 May 2025 21:49:27 +0200 Subject: [PATCH] ufw: add /etc/default/ufw to conf_files --- srcpkgs/ufw/template | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/srcpkgs/ufw/template b/srcpkgs/ufw/template index 18a0821401c..47a27c9d30d 100644 --- a/srcpkgs/ufw/template +++ b/srcpkgs/ufw/template @@ -1,13 +1,14 @@ # Template file for 'ufw' pkgname=ufw version=0.36.2 -revision=3 +revision=4 _major_minor="${version%.*}" build_style=python3-module conf_files=" /etc/ufw/*.conf /etc/ufw/*.rules - /etc/ufw/applications.d/*" + /etc/ufw/applications.d/* + /etc/default/ufw" hostmakedepends="python3-wheel iptables" depends="iptables python3" short_desc="Uncomplicated Firewall"