aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/periodic
diff options
context:
space:
mode:
authorKristof Provost <kp@FreeBSD.org>2020-01-16 22:08:05 +0000
committerKristof Provost <kp@FreeBSD.org>2020-01-16 22:08:05 +0000
commitd8ffc21c5ca6f7d4f2d9a65dc6308699af0b6a01 (patch)
treee1065f739e56882c90b81d6a35486e55e9d9734c /usr.sbin/periodic
parente82ba2c5445c1995e1ceb4f17b04cae4b86fb623 (diff)
Notes
Diffstat (limited to 'usr.sbin/periodic')
-rwxr-xr-xusr.sbin/periodic/etc/security/520.pfdenied2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.sbin/periodic/etc/security/520.pfdenied b/usr.sbin/periodic/etc/security/520.pfdenied
index e3021ce857c9..69d9df78436b 100755
--- a/usr.sbin/periodic/etc/security/520.pfdenied
+++ b/usr.sbin/periodic/etc/security/520.pfdenied
@@ -46,7 +46,7 @@ then
TMP=`mktemp -t security`
for _a in "" $(pfctl -a "blacklistd" -sA 2>/dev/null)
do
- pfctl -a ${_a} -sr -v -z 2>/dev/null | \
+ pfctl -a "${_a}" -sr -v -z 2>/dev/null | \
nawk '{if (/^block/) {buf=$0; getline; gsub(" +"," ",$0); if ($5 > 0) print buf$0;} }' >> ${TMP}
done
if [ -s ${TMP} ]; then