[Bug 292184] periodic/security/520.pfdenied - anchor name must not be empty

From: <bugzilla-noreply_at_freebsd.org>
Date: Tue, 06 Jan 2026 09:14:35 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=292184

--- Comment #3 from Thierry Dussuet <thierry.dussuet@protonmail.com> ---
(In reply to Kristof Provost from comment #1)
Thank you for the patch! Sadly this adds quoted quotes to the anchor names like
pfctl -a '"anchor"' -sr -v -z
Have been trying to get it to work, but don't understand why the shell adds
single quotes where none have been specified.
anchoropt="-a ${_a}"
works, but I am not sure how one would need to escape special characters in
/etc/periodic.conf if needed then (/ and - seem to work without quotes, *
doesn't work at all)

-- 
You are receiving this mail because:
You are the assignee for the bug.