literal name_enable wherever possible, and ${name}_enable
when it's not, to prepare for the demise of set_rcvar().
In cases where I had to hand-edit unusual instances also
modify formatting slightly to be more uniform (and in
some cases, correct). This includes adding some $FreeBSD$
tags, and most importantly moving rcvar= to right after
name= so it's clear that one is derived from the other.
- Mark BROKEN on FreeBSD 9.X:
pfflowd.c:305: error: 'const struct pfsync_state' has no member named 'lan'
pfflowd.c:306: error: 'const struct pfsync_state' has no member named 'ext'
Reported by: pointyhat
- Drop maintainership
- Update rc script to the rc.d world order
- Mark broken on FreeBSD < 7.x until someone wants to fix it
PR: ports/123226
Submitted by: thompsa (maintainer)