ufw: prevent printing to the tty.

closes #5077.
This commit is contained in:
Enno Boland 2016-10-31 09:20:13 +01:00
parent e57fef0e93
commit a249498093
3 changed files with 3 additions and 3 deletions

View file

@ -1,3 +1,3 @@
#!/bin/sh
set -e
exec ufw disable
exec ufw disable 2>&1

View file

@ -1,4 +1,4 @@
#!/bin/sh
set -e
ufw enable
ufw enable 2>&1
exec chpst -b ufw pause

View file

@ -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"