summaryrefslogtreecommitdiff
path: root/misc
diff options
context:
space:
mode:
authorwennmach <wennmach>2000-10-17 10:32:40 +0000
committerwennmach <wennmach>2000-10-17 10:32:40 +0000
commita3f0a5969e7e0fd6a255146ec6025f76a7a5c710 (patch)
treed9854b75bdd28d0997861f6620734d648fc189ae /misc
parent63067a61ab177d37304e86ed056acfedad9fc2b8 (diff)
downloadpkgsrc-a3f0a5969e7e0fd6a255146ec6025f76a7a5c710.tar.gz
Correct instruction on what to put into the mail alias file.
Pointed out to me by Hubert Feyrer in private e-mail.
Diffstat (limited to 'misc')
-rw-r--r--misc/jitterbug/pkg/MESSAGE2
1 files changed, 1 insertions, 1 deletions
diff --git a/misc/jitterbug/pkg/MESSAGE b/misc/jitterbug/pkg/MESSAGE
index aea5a2557fa..564d8a2e988 100644
--- a/misc/jitterbug/pkg/MESSAGE
+++ b/misc/jitterbug/pkg/MESSAGE
@@ -20,7 +20,7 @@ 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_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.