openbsd-ports/net/radiusd-cistron/pkg/MESSAGE

17 lines
520 B
Plaintext

+---------------
| The RADIUS configuration files belong in /etc/raddb. Examples
| and extra documentation can be found in the following locations:
|
| ${PREFIX}/share/examples/radiusd-cistron
| ${PREFIX}/share/doc/radiusd-cistron
|
| You will need to edit /etc/rc.local as appropriate and add a
| section similiar to the following:
|
| if [ -x ${PREFIX}/sbin/radiusd ]; then
| ${PREFIX}/sbin/radiusd -y && echo -n ' radiusd'
| fi
|
| (see radiusd(8) for available options)
+---------------