parent
e57fef0e93
commit
a249498093
3 changed files with 3 additions and 3 deletions
|
@ -1,3 +1,3 @@
|
|||
#!/bin/sh
|
||||
set -e
|
||||
exec ufw disable
|
||||
exec ufw disable 2>&1
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
#!/bin/sh
|
||||
set -e
|
||||
ufw enable
|
||||
ufw enable 2>&1
|
||||
exec chpst -b ufw pause
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'ufw'
|
||||
pkgname=ufw
|
||||
version=0.35
|
||||
revision=3
|
||||
revision=4
|
||||
hostmakedepends="python iptables"
|
||||
depends="${hostmakedepends}"
|
||||
conf_files="/etc/default/ufw /etc/ufw/ufw.conf"
|
||||
|
|
Loading…
Reference in a new issue