diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2008-11-23 13:38:25 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2008-11-23 13:38:25 +0000 |
commit | 16f8160c5f6f354730ebc5a3163df45384aad1c3 (patch) | |
tree | 4290f20d55e95e13eaafca5f0113f588866930ec /irc/ircd-ratbox-devel/files/pkg-message.in | |
parent | - Update to 20080225 (diff) |
- Update to ratbox-3.0.0 release
Port changes:
o Adjusted WITHOUT_IPV6 port option to compensate for
ratbox enabling IPv6 by default.
o Updated patches for diff index changes and added new
patch on 'rsdb_sqlite3.c' to fix ban.db path code.
Software changes included in this release:
o Fix a crash with the the global CIDR code.
o Fix a core dump in bantool if bantool cannot open the database.
o Report failure to open logfiles in a more useful way.
o Check to see if we have both read and write access to the ban database.
o Fix a build error on OS X Leopard.
PR: 128890
Submitted by: Lewis <moggie@elasticmind.net> (maintainer)
Notes
Notes:
svn path=/head/; revision=223243
Diffstat (limited to 'irc/ircd-ratbox-devel/files/pkg-message.in')
-rw-r--r-- | irc/ircd-ratbox-devel/files/pkg-message.in | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/irc/ircd-ratbox-devel/files/pkg-message.in b/irc/ircd-ratbox-devel/files/pkg-message.in index 18f7a09551fc..b96bfd7b5c5c 100644 --- a/irc/ircd-ratbox-devel/files/pkg-message.in +++ b/irc/ircd-ratbox-devel/files/pkg-message.in @@ -17,11 +17,9 @@ using the following rc.d script command: %%PREFIX%%/etc/rc.d/ircd-ratbox conftest -An update of the ban.db database will be necessary if upgrading from a -pre-beta5 release. Those upgrading from 3.0.0-beta5 or later, to this -version, should be able to omit this step. Though it doesn't do any harm to -check anyway. Database updates must be performed using 'bantool -u' while -no ircd is running and before starting the newer version. +The ban.db database can be checked and updated using 'bantool -u'. +For safety, updates should be done while no ircd is running and before +starting the new version. %%PREFIX%%/bin/bantool -u |