On Sun, Sep 18, 2016 at 12:33:24PM -0400, Rob Pierce wrote: > New diff excluding the history section. > > Rob >
fixed, thanks. jmc > Index: radiusd.8 > =================================================================== > RCS file: /cvs/src/usr.sbin/radiusd/radiusd.8,v > retrieving revision 1.6 > diff -u -p -r1.6 radiusd.8 > --- radiusd.8 25 Aug 2015 01:12:59 -0000 1.6 > +++ radiusd.8 18 Sep 2016 16:32:01 -0000 > @@ -29,6 +29,12 @@ The > .Nm > daemon implements the RADIUS protocol. > .Pp > +.Nm > +can be enabled during system boot by setting the following in > +.Pa /etc/rc.conf.local : > +.Pp > +.Dl radiusd_flags=\&"\&" > +.Pp > The options are as follows: > .Bl -tag -width Ds > .It Fl d > @@ -49,7 +55,10 @@ Only check the configuration file for va > Default configuration file. > .El > .Sh SEE ALSO > -.Xr radiusd.conf 5 > +.Xr radiusd.conf 5 , > +.Xr radiusctl 8 , > +.Xr rc.conf 8 > +.Sh STANDARDS > .Rs > .%R RFC 2865 > .%T "Remote Authentication Dial In User Service (RADIUS)"

