mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-28 16:32:57 +02:00
ufw: add /etc/default/ufw to conf_files
This commit is contained in:
parent
93599d3f5e
commit
a228aacf6e
1 changed files with 3 additions and 2 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Reference in a new issue