summaryrefslogtreecommitdiff
path: root/misc/jitterbug/pkg/MESSAGE
diff options
context:
space:
mode:
Diffstat (limited to 'misc/jitterbug/pkg/MESSAGE')
-rw-r--r--misc/jitterbug/pkg/MESSAGE24
1 files changed, 12 insertions, 12 deletions
diff --git a/misc/jitterbug/pkg/MESSAGE b/misc/jitterbug/pkg/MESSAGE
index 564d8a2e988..9c2d2ed3d32 100644
--- a/misc/jitterbug/pkg/MESSAGE
+++ b/misc/jitterbug/pkg/MESSAGE
@@ -1,29 +1,29 @@
-
===============================================================================
+$NetBSD: MESSAGE,v 1.4 2001/01/29 11:34:34 wiz 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 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 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
+ ${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
+ ${PREFIX}/${JB_USER}/${JB_PACKAGE}/bug_tracking
-o Add an alias for @JB_USER@ to your mail aliases:
+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@"
+ ${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.
+o Append ${PREFIX}/etc/jitterbug/httpd.conf.add to your httpd.conf
+ (typically ${PREFIX}/etc/httpd/httpd.conf) and restart your httpd.
===============================================================================
-