summaryrefslogtreecommitdiff
path: root/irc/ircd-ratbox/files/pkg-message.in
diff options
context:
space:
mode:
authorMichael Scheidell <scheidell@FreeBSD.org>2012-04-15 10:52:14 +0000
committerMichael Scheidell <scheidell@FreeBSD.org>2012-04-15 10:52:14 +0000
commitf1048caf36f98be1cdab6722e16248fa1b83a81b (patch)
treefce6c6c4094ea5def12e148926152bbb13198712 /irc/ircd-ratbox/files/pkg-message.in
parentRemove pkg-plist diffs for some ancient python versions that we have not (diff)
- Major release update to 3.0.7. Read /usr/ports/UPDATING
PR: ports/166931 Submitted by: moggie <moggie@elasticmind.net> (maintainer) Reviewed by: scheidell (me)
Notes
Notes: svn path=/head/; revision=294844
Diffstat (limited to 'irc/ircd-ratbox/files/pkg-message.in')
-rw-r--r--irc/ircd-ratbox/files/pkg-message.in23
1 files changed, 19 insertions, 4 deletions
diff --git a/irc/ircd-ratbox/files/pkg-message.in b/irc/ircd-ratbox/files/pkg-message.in
index 6ac6c08989a9..45d3fb825fef 100644
--- a/irc/ircd-ratbox/files/pkg-message.in
+++ b/irc/ircd-ratbox/files/pkg-message.in
@@ -12,10 +12,25 @@ server can be started by running:
%%PREFIX%%/etc/rc.d/ircd-ratbox start
-If you specified options for ircd-shortcut commands, these will have
-been added and the module included in the contrib module directory.
-You may wish to add an entry to your ircd.conf file for this module to
-be loaded when your IRCD starts.
+You can check your ircd.conf configuration file for syntactical errors
+using the following rc.d script command:
+
+ %%PREFIX%%/etc/rc.d/ircd-ratbox conftest
+
+The ban.db database should be checked and updated using 'bantool -u'.
+For safety, bantool updates must be done while no ircd is running and
+before starting the new version.
+
+ %%PREFIX%%/bin/bantool -u
+
+Notice: ircd-ratbox has been updated to follow the current stable
+release branch (3.0.x). All previous branches are no longer supported
+by the ratbox team. Users of ircd-ratbox are advised to create new ircd
+configuration files based on the examples provided.
+
+For more information on upgrading, see:
+
+ http://svn.ratbox.org/svnroot/ircd-ratbox/trunk/INSTALL
Be sure to check out 'ratbox-services' if you need a services package.
------------------------------------------------------------------------