mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
parent
e57fef0e93
commit
a249498093
3 changed files with 3 additions and 3 deletions
|
@ -1,3 +1,3 @@
|
||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
set -e
|
set -e
|
||||||
exec ufw disable
|
exec ufw disable 2>&1
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
set -e
|
set -e
|
||||||
ufw enable
|
ufw enable 2>&1
|
||||||
exec chpst -b ufw pause
|
exec chpst -b ufw pause
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'ufw'
|
# Template file for 'ufw'
|
||||||
pkgname=ufw
|
pkgname=ufw
|
||||||
version=0.35
|
version=0.35
|
||||||
revision=3
|
revision=4
|
||||||
hostmakedepends="python iptables"
|
hostmakedepends="python iptables"
|
||||||
depends="${hostmakedepends}"
|
depends="${hostmakedepends}"
|
||||||
conf_files="/etc/default/ufw /etc/ufw/ufw.conf"
|
conf_files="/etc/default/ufw /etc/ufw/ufw.conf"
|
||||||
|
|
Loading…
Add table
Reference in a new issue