summaryrefslogtreecommitdiff
path: root/mail/sympa/files/pkg-message.in
diff options
context:
space:
mode:
authorChris Rees <crees@FreeBSD.org>2014-06-08 17:42:39 +0000
committerChris Rees <crees@FreeBSD.org>2014-06-08 17:42:39 +0000
commit2a1424adb86c44e63ac69384f573c69ed42b0ceb (patch)
tree07b5fedb0e0bfa79eab709b3dc582c5654bbd7c4 /mail/sympa/files/pkg-message.in
parent- Upgrade to version 7.19.3.1 (diff)
Fix pkg-message
PR: ports/190109 Submitted by: loic.blot@unix-experience.fr (based on)
Notes
Notes: svn path=/head/; revision=357064
Diffstat (limited to 'mail/sympa/files/pkg-message.in')
-rw-r--r--mail/sympa/files/pkg-message.in9
1 files changed, 8 insertions, 1 deletions
diff --git a/mail/sympa/files/pkg-message.in b/mail/sympa/files/pkg-message.in
index 1c7506a2f790..e26337baa62a 100644
--- a/mail/sympa/files/pkg-message.in
+++ b/mail/sympa/files/pkg-message.in
@@ -2,6 +2,10 @@ If this is your first installation of sympa, please load
this file with your %%DB_TYPE%% database client:
%%PREFIX%%/libexec/sympa/create_db.%%DB_TYPE%%
+Before configuring sympa, you need to copy the samples:
+ cp /usr/local/etc/sympa.conf.sample /usr/local/etc/sympa.conf
+ cp /usr/local/etc/wwsympa.conf.sample /usr/local/etc/wwsympa.conf
+
To configure sympa interactively, please run:
perl %%PREFIX%%/libexec/sympa/sympa_wizard.pl
@@ -20,7 +24,10 @@ your Apache configuration file:
%%FCGI%% <Location /wws>
%%FCGI%% SetHandler fastcgi-script
%%FCGI%% </Location>
- <Directory \"%%DATADIR%%\">
+ <Directory %%DATADIR%%>
+ Allow from all
+ </Directory>
+ <Directory %%PREFIX%%/libexec/sympa>
Allow from all
</Directory>
ScriptAlias /wws %%PREFIX%%/libexec/sympa/wwsympa-wrapper