#!/bin/sh
#
# $FreeBSD$
#
if [ x"$2" = xPOST-INSTALL ]; then
echo "============================================================"
if [ x"${DB_TYPE}" != "x" ]; then
echo "If this is your first installation of sympa, please load"
echo "this file with your ${DB_TYPE} database client:"
echo " ${PKG_PREFIX}/bin/create_db.${DB_TYPE}"
echo ""
fi
echo "A default configuration is installed,"
echo "to configure sympa interactively, please run:"
echo " perl ${PKG_PREFIX}/sbin/sympa_wizard.pl"
echo ""
echo "You may also manually edit the two configuration files:"
echo " ${PKG_PREFIX}/etc/sympa/sympa.conf"
echo " ${PKG_PREFIX}/etc/sympa/wwsympa.conf"
echo "============================================================"
echo "To set up the wwsympa server, add something like this to"
echo "your Apache configuration file:"
echo ""
echo " DocumentRoot \"${PKG_PREFIX}/sympa\""
echo " AddDefaultCharset UTF-8"
echo " DirectoryIndex wws"
echo " Options +Indexes"
if [ x"${WITH_FASTCGI}" != x ]; then
echo " LoadModule fastcgi_module libexec/apache2/mod_fastcgi.so"
echo "
aboutsummaryrefslogtreecommitdiffstats |