aboutsummaryrefslogtreecommitdiff
path: root/net-im/openfire/files/pkg-message.in
diff options
context:
space:
mode:
Diffstat (limited to 'net-im/openfire/files/pkg-message.in')
-rw-r--r--net-im/openfire/files/pkg-message.in40
1 files changed, 30 insertions, 10 deletions
diff --git a/net-im/openfire/files/pkg-message.in b/net-im/openfire/files/pkg-message.in
index 8a01300b72be..150711c22291 100644
--- a/net-im/openfire/files/pkg-message.in
+++ b/net-im/openfire/files/pkg-message.in
@@ -3,22 +3,42 @@ Due to the name change the product releases will work as follows:
o 3.2.x series: these releases will continue to use the Wildfire name so
that critical bug fixes can be delivered with minimal hassle to existing
- users.
+ users. (/usr/ports/net-im/wildfire)
o 3.3.x series: starting with 3.3.0, the server is called Openfire.
There will be a small amount of upgrade pain associated with this release
since configuration files like wildfire.xml will now be openfire.xml, etc.
+ (/usr/ports/net-im/openfire)
WARNING:
-============================================================================
-If you use default self-sined certificates in wildfire 3.1.1 version to
-support SSL, you need to necessarily regenerate them. After the installation
-please go to the "Server Certificates" menu and generate your certificates.
-Than you will be able to connect through SSL again.
-============================================================================
+===========================================================================
+This is an upgrade procedure from wildfire 3.2.4 to openfire 3.3.0:
-You can find the documentation files for this package in the
-directory %%PREFIX%%/share/doc/wildfire.
+1) Stop the wildfire server if it still running.
+2) Back up setup.
+3) Go to %%PREFIX%%/etc/openfire and copy configuration from old setup
+ a) Copy wildfire.xml and rename it to openfire.xml.
+ b) Search for org.jivesoftware.wildfire. and replace with
+ org.jivesoftware.openfire. in openfire.xml
+ c) Change owner for configurations files:
+ chown -R openfire:openfire %%PREFIX%%/etc/openfire
+4) If using embedded database:
+ a) Copy and rename files:
+ /var/db/wildfire/wildfire* files to /var/db/openfire/openfire*
+ b) Change owner for the database files:
+ chown -R openfire:openfire /var/db/openfire
+5) Copy old certificates from resources/security directory to same
+ location in openfire. If you are using self-signed certificates then
+ regenerate them after start up.
+6) Start up the server using new rc script:
+ a) Add openfire_enable="YES" into rc.conf file.
+ b) %%PREFIX%%/etc/rc.d/openfire start
+7) Reinstall the plugins.
+8) If at that point you want to downgrade to wildfire 3.2.4 for some
+ reason please be sure to reinstall the wildfire port.
+===========================================================================
-To enable wildfire startup script please add wildfire_enable="YES"
+You can find the documentation files for this package in the
+directory %%DOCSDIR%%.
+To enable openfire startup script please add openfire_enable="YES"
in your rc.conf