summaryrefslogtreecommitdiff
path: root/www/ap-auth-cookie
diff options
context:
space:
mode:
authorwiz <wiz>2001-04-09 12:02:12 +0000
committerwiz <wiz>2001-04-09 12:02:12 +0000
commit5627f333a6617c96090448bd49904d7af2fc57f3 (patch)
tree6fc229f4fc4d5004f3f4c253cb73820ff23c9d8b /www/ap-auth-cookie
parent28788f479f6dc8923cf988949b9c73f1398f468a (diff)
downloadpkgsrc-5627f333a6617c96090448bd49904d7af2fc57f3.tar.gz
Since ${PREFIX} expansion in MESSAGE is automatic, remove outdated
comment.
Diffstat (limited to 'www/ap-auth-cookie')
-rw-r--r--www/ap-auth-cookie/pkg/MESSAGE5
1 files changed, 2 insertions, 3 deletions
diff --git a/www/ap-auth-cookie/pkg/MESSAGE b/www/ap-auth-cookie/pkg/MESSAGE
index 71dd82733c7..fe2dda0b218 100644
--- a/www/ap-auth-cookie/pkg/MESSAGE
+++ b/www/ap-auth-cookie/pkg/MESSAGE
@@ -1,9 +1,8 @@
=============================================================================
-$NetBSD: MESSAGE,v 1.3 1999/01/06 06:19:59 marc Exp $
+$NetBSD: MESSAGE,v 1.4 2001/04/09 12:02:12 wiz Exp $
You will need to edit ${PREFIX}/etc/httpd/httpd.conf and add the following
-lines to the Dynamic Shared Object section in order to use this module
-(substitute ${PREFIX} with /usr/pkg or your prefix as appropriate):
+lines to the Dynamic Shared Object section in order to use this module:
LoadModule ${PREFIX}/lib/httpd/mod_auth_cookie.so
...