summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorabs <abs@pkgsrc.org>2004-02-20 00:50:58 +0000
committerabs <abs@pkgsrc.org>2004-02-20 00:50:58 +0000
commitfeea7b635d6a567161a6ac74179f377f684bbb22 (patch)
treeeee828161cc8b9fcc5a28c6a2f3e065c7cd81926
parent53844bb61dd0bd05d9a2d2e10593f8ec2509d468 (diff)
downloadpkgsrc-feea7b635d6a567161a6ac74179f377f684bbb22.tar.gz
note /var/pkg/rt/sessiondata needs to be writable
-rw-r--r--devel/rt-mysql/files/README7
1 files changed, 5 insertions, 2 deletions
diff --git a/devel/rt-mysql/files/README b/devel/rt-mysql/files/README
index c26a7e1fe21..b5a9c4a81f7 100644
--- a/devel/rt-mysql/files/README
+++ b/devel/rt-mysql/files/README
@@ -1,5 +1,5 @@
===========================================================================
-$NetBSD: README,v 1.2 2004/02/04 22:19:10 abs Exp $
+$NetBSD: README,v 1.3 2004/02/20 00:50:58 abs Exp $
You must now do post-installation configuration:
@@ -9,7 +9,10 @@ You must now do post-installation configuration:
(3) Run rtconfig (located in @RT_PATH@/etc) to set up the database.
-(4) Read the README.rt file located in the same directory as this
+(4) Ensure /var/pkg/rt/sessiondata is writable as the user under which your
+ web server runs.
+
+(5) Read the README.rt file located in the same directory as this
file. This covers issues such as how to configure your web server
for use with rt, how to set up aliases for the email gateway, and
cron jobs for cleaning out stale data.