ufw: add conf_files
This commit is contained in:
parent
cb26b1b722
commit
2f4e043dc3
1 changed files with 13 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'ufw'
|
||||
pkgname=ufw
|
||||
version=0.35
|
||||
revision=2
|
||||
revision=3
|
||||
hostmakedepends="python iptables"
|
||||
depends="${hostmakedepends}"
|
||||
conf_files="/etc/default/ufw /etc/ufw/ufw.conf"
|
||||
|
@ -13,6 +13,18 @@ homepage="https://launchpad.net/ufw"
|
|||
license="GPL-3"
|
||||
distfiles="http://launchpad.net/ufw/${version}/${version}/+download/ufw-${version}.tar.gz"
|
||||
checksum=662f865bc83bf8aa1a40a6fe578bc2ce796ff60a1be2c1103def7db1b91f8509
|
||||
conf_files="
|
||||
/etc/ufw/after.init
|
||||
/etc/ufw/after.rules
|
||||
/etc/ufw/after6.rules
|
||||
/etc/ufw/before.init
|
||||
/etc/ufw/before.rules
|
||||
/etc/ufw/before6.rules
|
||||
/etc/ufw/sysctl.conf
|
||||
/etc/ufw/ufw.conf
|
||||
/etc/ufw/user.rules
|
||||
/etc/ufw/user6.rules
|
||||
/etc/ufw/applications.d/*"
|
||||
|
||||
do_install() {
|
||||
sed -e 's|/lib|/usr/lib|' -i setup.py
|
||||
|
|
Loading…
Reference in a new issue