blob: 31df2b3dba4a74ee948f35b34a9359f71c9dd570 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
|
===========================================================================
$NetBSD: MESSAGE,v 1.4 2012/05/16 16:16:46 bouyer Exp $
Run ${SYMPA_BIN}/sympa_wizard.pl
for interactive configuration.
If you are upgrading from a previous version please consult
${PREFIX}/share/doc/sympa/NEWS
for incompatible changes, and run:
${SYMPA_BIN}/sympa.pl --upgrade
If upgrading from sympa 5.4, you need add the necessary scripts and entries
to /etc/rc.d/ and /etc/rc.conf to start the bulk daemon.
Also, note that configuration files sympa.conf and wwsympa.conf have
moved to ${PKG_SYSCONFDIR}. Move these files before running
'${SYMPA_BIN}/sympa.pl --upgrade'
You also need to ajust paths in your httpd.conf file:
/wws is now ${PREFIX}/sympa/libexec/cgi-bin/wwsympa-wrapper.fcgi
/static-sympa is now ${SYMPA_VARBASE}/list_data/static_content
Password encoding has changed; run:
${SYMPA_BIN}/sympa.pl --md5_encode_password
to reencode them to the new format.
===========================================================================
|