openbsd-ports/net/freeradius/pkg/MESSAGE
sturm c07f1cd7d4 Initial import of freeradius 1.1.1
FreeRADIUS is an Internet authentication daemon, which implements
the RADIUS protocol, as defined in RFC 2865 (and others).

based on a port from maintainer Tim Kornau <opti@openbsd.de>
2006-04-16 14:37:08 +00:00

12 lines
427 B
Plaintext

To have radiusd start at boot time, you have to adapt
${SYSCONFDIR}/raddb/radiusd.conf and insert the following into /etc/rc.local.
if [ -x ${PREFIX}/sbin/radiusd ]; then
install -d -o _freeradius /var/run/radiusd
echo -n ' radiusd'; ${PREFIX}/sbin/radiusd
fi
This will start radiusd and use ${SYSCONFDIR}/raddb/radiusd.conf for the
configuration. Example configuration files can be found in
${PREFIX}/examples/freeradius.