diff options
author | wennmach <wennmach> | 2004-12-16 12:18:09 +0000 |
---|---|---|
committer | wennmach <wennmach> | 2004-12-16 12:18:09 +0000 |
commit | def12e7df8855dad5730479500668bb1ed2cf6f7 (patch) | |
tree | 5211a702967ff4eba8188df90e51f95c2dd4b0a2 /misc | |
parent | 9bfb478f2144fe8657aeb75761bb75a3bf26ba5d (diff) | |
download | pkgsrc-def12e7df8855dad5730479500668bb1ed2cf6f7.tar.gz |
In the instructions to customize httpd.conf, the "Include" statement
had been omitted.
Noted by Wouter Schoot in PR pkg/28677
Diffstat (limited to 'misc')
-rw-r--r-- | misc/jitterbug/MESSAGE | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/misc/jitterbug/MESSAGE b/misc/jitterbug/MESSAGE index 59023ffa9c5..496c7eb7dc1 100644 --- a/misc/jitterbug/MESSAGE +++ b/misc/jitterbug/MESSAGE @@ -1,5 +1,5 @@ =========================================================================== -$NetBSD: MESSAGE,v 1.2 2002/09/24 12:30:18 wiz Exp $ +$NetBSD: MESSAGE,v 1.3 2004/12/16 12:18:09 wennmach Exp $ Jitterbug now has successfully been installed on your system. @@ -23,7 +23,7 @@ o Add an alias for ${JB_USER} to your mail aliases: (/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 +o Append "Include ${PREFIX}/etc/jitterbug/httpd.conf.add" to your httpd.conf (typically ${PREFIX}/etc/httpd/httpd.conf) and restart your httpd. =========================================================================== |