aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/ypset/(public-mirror)
diff options
context:
space:
mode:
authorMichael Proto <mike@jellydonut.org>2025-07-13 21:30:28 +0000
committerKristof Provost <kp@FreeBSD.org>2025-07-15 13:06:27 +0000
commit9e8c1f9576e75fcd34007c6e8a4a6da0b1b2f1e2 (patch)
tree61613a6d9e6488658114c1ac0e71084d9d827097 /usr.sbin/ypset/(public-mirror)
parentda84054f3a508ceab4474e4a002c87813963cc84 (diff)
/etc/rc.d/pf: Fix for multi-line pf_fallback_rulesHEADmain
Setting multiple pf_fallback_rules in /etc/rc.conf as per the documentation produces invalid pf syntax due to the lack of echo quoting $pf_fallback_rules in /etc/rc.d/pf. Adding quotes around the $pf_fallback_rules echo maintains newlines needed for valid pfctl syntax. Provided patch resolves the issue Also updating rc.conf(5) to reflect that multi-line pf_fallback_rules should not include a trailing backslash (\) as line breaks are needed when passing rules to pfctl via stdin. PR: 288197 Reviewed by: kp MFC after: 2 weeks
Diffstat (limited to 'usr.sbin/ypset/(public-mirror)')
0 files changed, 0 insertions, 0 deletions