diff options
author | cube <cube> | 2004-12-05 23:19:08 +0000 |
---|---|---|
committer | cube <cube> | 2004-12-05 23:19:08 +0000 |
commit | 228462b5e75cf9c969097da0068e80b1edcd02ac (patch) | |
tree | 5231cd9c79543e55a8453cfd196ca4ce69a8b707 /devel/mantis/MESSAGE | |
parent | e0e14e0d07ea958bae7d1acba8d1b67b3d1e8bc8 (diff) | |
download | pkgsrc-228462b5e75cf9c969097da0068e80b1edcd02ac.tar.gz |
Fix mantis.conf path. PR#28497 by Wouter Schoot.
Diffstat (limited to 'devel/mantis/MESSAGE')
-rw-r--r-- | devel/mantis/MESSAGE | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/mantis/MESSAGE b/devel/mantis/MESSAGE index 3518ef7afb2..22e0ea4e6c4 100644 --- a/devel/mantis/MESSAGE +++ b/devel/mantis/MESSAGE @@ -1,5 +1,5 @@ =========================================================================== -$NetBSD: MESSAGE,v 1.1.1.1 2004/11/08 19:05:33 adrianp Exp $ +$NetBSD: MESSAGE,v 1.2 2004/12/05 23:19:08 cube Exp $ To complete the setup you will need to read the INSTALL guide in order to setup mySQL properly. In particular secion 3 of the document deals @@ -8,7 +8,7 @@ with database setup. You will need to make Mantis accessible through your HTTP server. If you are running Apache then you may add the following lines to httpd.conf: - Include ${PKG_SYSCONFDIR}/httpd/mantis.conf + Include ${PKG_SYSCONFDIR}/mantis.conf to make Mantis accessible through: |