aboutsummaryrefslogtreecommitdiffstats
path: root/net/freeradius2/files/pkg-message.in
diff options
context:
space:
mode:
Diffstat (limited to 'net/freeradius2/files/pkg-message.in')
-rw-r--r--net/freeradius2/files/pkg-message.in53
1 files changed, 53 insertions, 0 deletions
diff --git a/net/freeradius2/files/pkg-message.in b/net/freeradius2/files/pkg-message.in
new file mode 100644
index 00000000000..34bceece5c1
--- /dev/null
+++ b/net/freeradius2/files/pkg-message.in
@@ -0,0 +1,53 @@
+===============================================================================
+
+To enable FreeRADIUS, put the following line in /etc/rc.conf
+
+radiusd_enable="YES"
+
+
+The sample configuration can be found at
+%%EXAMPLESDIR%%/raddb
+
+If you are upgrading FreeRADIUS, you are advised to use this as a reference
+for updating your configuration.
+
+
+FreeRADIUS will look for its configuration directory at
+%%PREFIX%%/etc/raddb by default.
+
+If you did not already have a configuration at this location, the sample
+configuration has been copied to this location and has been bootstrapped.
+
+
+If you wish to point FreeRADIUS to a configuration at a different
+location, put the following line in /etc/rc.conf
+
+radiusd_flags="-d /path/to/raddb"
+
+
+To start the server in normal (daemon) mode, run:
+
+%%PREFIX%%/etc/rc.d/radiusd%%RC_SUBR_SUFFIX%% start
+
+and to stop the server, run:
+
+%%PREFIX%%/etc/rc.d/radiusd%%RC_SUBR_SUFFIX%% stop
+
+
+To start the server in debugging mode, run:
+
+%%PREFIX%%/etc/rc.d/radiusd%%RC_SUBR_SUFFIX%% debug
+
+
+You are advised to make cautious changes to the configuration, and to test
+frequently, using debugging mode where necessary. Try to resist the
+temptation to disable or delete things that you don't understand - you may
+well break things!
+
+%%PORTDOCS%%The documentation has been installed at %%DOCSDIR%%
+%%PORTDOCS%%
+Useful configuration advice can be found in the FreeRADIUS Wiki at
+http://wiki.freeradius.org
+
+===============================================================================
+