No need for double slashes (i.e. /var//foobar versus /var/foobar).

This commit is contained in:
ajacoutot 2012-08-04 15:10:30 +00:00
parent 66c4d8700e
commit 792ba0fcbd
2 changed files with 5 additions and 5 deletions

View File

@ -1,10 +1,10 @@
# $OpenBSD: Makefile,v 1.20 2012/03/07 09:45:16 landry Exp $
# $OpenBSD: Makefile,v 1.21 2012/08/04 15:10:30 ajacoutot Exp $
COMMENT = mailing list manager with web interface
VERSION = 6.1.7
DISTNAME = sympa-${VERSION}
REVISION = 0
REVISION = 1
CATEGORIES = mail www

View File

@ -1,18 +1,18 @@
$OpenBSD: README,v 1.4 2011/06/02 13:41:39 ajacoutot Exp $
$OpenBSD: README,v 1.5 2012/08/04 15:10:30 ajacoutot Exp $
+-----------------------------------------------------------------------
| Running ${FULLPKGNAME} on OpenBSD
+-----------------------------------------------------------------------
SYMPA is now installed, and sample configuration files were created in
${SYMPA_HOME}/${SYSCONFDIR}/sympa.conf and ${SYMPA_HOME}/${SYSCONFDIR}/wwsympa.conf
${SYMPA_HOME}${SYSCONFDIR}/sympa.conf and ${SYMPA_HOME}${SYSCONFDIR}/wwsympa.conf
Basic configuration
===================
You should first edit them to suit your needs, at least http_host,
domain, listmaster, db_type, db_host, db_user, db_passwd, wwsympa_url
settings in ${SYMPA_HOME}/${SYSCONFDIR}/sympa.conf, and then configure the needed
settings in ${SYMPA_HOME}${SYSCONFDIR}/sympa.conf, and then configure the needed
database with one of the ${TRUEPREFIX}/share/examples/sympa/create_db.*
provided schemas.
You should also install the corresponding p5-DBD-{mysql,SQLite,Pg} module.