pkgsrc/misc/jitterbug/MESSAGE
wennmach 3885104023 In the instructions to customize httpd.conf, the "Include" statement
had been omitted.

Noted by Wouter Schoot in PR pkg/28677
2004-12-16 12:18:09 +00:00

29 lines
1.2 KiB
Text

===========================================================================
$NetBSD: MESSAGE,v 1.3 2004/12/16 12:18:09 wennmach Exp $
Jitterbug now has successfully been installed on your system.
Before using jitterbug you should perform the following steps:
o Set a system password for the ${JB_USER} user (as root)
o Set a htpasswd for the ${JB_USER} user (using htpasswd):
htpasswd ${PREFIX}/${JB_USER}/etc/jitterbug.auth ${JB_USER}
o Customize (if necessary)
${PREFIX}/etc/jitterbug/${JB_PACKAGE} and
${PREFIX}/etc/jitterbug/${JB_PACKAGE}.private
o Customize the html documents in the project's bug tracking directory:
${PREFIX}/${JB_USER}/${JB_PACKAGE}/bug_tracking
o Add an alias for ${JB_USER} to your mail aliases:
The details on how to do this depend on which MTA you use. For standard
sendmail, add the following lines to your aliases files
(/etc/aliases or /etc/mail/aliases):
${JB_LOCALMAIL}: "|${PREFIX}/${JB_USER}/bin/new_message ${JB_PACKAGE}"
o Append "Include ${PREFIX}/etc/jitterbug/httpd.conf.add" to your httpd.conf
(typically ${PREFIX}/etc/httpd/httpd.conf) and restart your httpd.
===========================================================================