summaryrefslogtreecommitdiff
path: root/misc/jitterbug/MESSAGE
diff options
context:
space:
mode:
Diffstat (limited to 'misc/jitterbug/MESSAGE')
-rw-r--r--misc/jitterbug/MESSAGE29
1 files changed, 29 insertions, 0 deletions
diff --git a/misc/jitterbug/MESSAGE b/misc/jitterbug/MESSAGE
new file mode 100644
index 00000000000..5ea493c75e5
--- /dev/null
+++ b/misc/jitterbug/MESSAGE
@@ -0,0 +1,29 @@
+===============================================================================
+$NetBSD: MESSAGE,v 1.1 2001/11/01 01:28:24 zuntum 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 ${PREFIX}/etc/jitterbug/httpd.conf.add to your httpd.conf
+ (typically ${PREFIX}/etc/httpd/httpd.conf) and restart your httpd.
+
+===============================================================================