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.
other platforms. I figure if I have to bump PORTREVISION for the other
change I might as well just update to 1.2.1 to stop the occasional "there
is a new version, please update" emails.
- Change REQUIRE to be DAEMON instead of NETWORKING. Previously it would try
to start before ldconfig but would fail because ldnet could not be found.
- While here, add some other small changes to RC script per dougb@.