mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-29 08:52:56 +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'
|
# Template file for 'ufw'
|
||||||
pkgname=ufw
|
pkgname=ufw
|
||||||
version=0.36.2
|
version=0.36.2
|
||||||
revision=3
|
revision=4
|
||||||
_major_minor="${version%.*}"
|
_major_minor="${version%.*}"
|
||||||
build_style=python3-module
|
build_style=python3-module
|
||||||
conf_files="
|
conf_files="
|
||||||
/etc/ufw/*.conf
|
/etc/ufw/*.conf
|
||||||
/etc/ufw/*.rules
|
/etc/ufw/*.rules
|
||||||
/etc/ufw/applications.d/*"
|
/etc/ufw/applications.d/*
|
||||||
|
/etc/default/ufw"
|
||||||
hostmakedepends="python3-wheel iptables"
|
hostmakedepends="python3-wheel iptables"
|
||||||
depends="iptables python3"
|
depends="iptables python3"
|
||||||
short_desc="Uncomplicated Firewall"
|
short_desc="Uncomplicated Firewall"
|
||||||
|
|
Loading…
Add table
Reference in a new issue