diff options
author | marc <marc> | 1999-01-06 06:19:59 +0000 |
---|---|---|
committer | marc <marc> | 1999-01-06 06:19:59 +0000 |
commit | 34befe05caa3fa8b6627c45d32647a39946787f0 (patch) | |
tree | 7508e3d685aa80708bbeb151febd0ee20c779cc4 /www/ap-auth-cookie | |
parent | fbe8bb15cf03491e8690d5fe8896b4b6a30d85be (diff) | |
download | pkgsrc-34befe05caa3fa8b6627c45d32647a39946787f0.tar.gz |
installed pathnames of module and httpd.conf files
Diffstat (limited to 'www/ap-auth-cookie')
-rw-r--r-- | www/ap-auth-cookie/pkg/MESSAGE | 6 | ||||
-rw-r--r-- | www/ap-auth-cookie/pkg/PLIST | 4 |
2 files changed, 5 insertions, 5 deletions
diff --git a/www/ap-auth-cookie/pkg/MESSAGE b/www/ap-auth-cookie/pkg/MESSAGE index 46146a93644..71dd82733c7 100644 --- a/www/ap-auth-cookie/pkg/MESSAGE +++ b/www/ap-auth-cookie/pkg/MESSAGE @@ -1,11 +1,11 @@ ============================================================================= -$NetBSD: MESSAGE,v 1.2 1998/08/07 11:14:21 agc Exp $ +$NetBSD: MESSAGE,v 1.3 1999/01/06 06:19:59 marc Exp $ -You will need to edit ${PREFIX}/http/conf/httpd.conf and add the following +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): -LoadModule ${PREFIX}/lib/apache/mod_auth_cookie.so +LoadModule ${PREFIX}/lib/httpd/mod_auth_cookie.so ... AddModule mod_auth_cookie.c diff --git a/www/ap-auth-cookie/pkg/PLIST b/www/ap-auth-cookie/pkg/PLIST index 039087f5470..51dc277184a 100644 --- a/www/ap-auth-cookie/pkg/PLIST +++ b/www/ap-auth-cookie/pkg/PLIST @@ -1,2 +1,2 @@ -@comment $NetBSD: PLIST,v 1.1 1998/06/04 20:41:09 tv Exp $ -lib/apache/mod_auth_cookie.so +@comment $NetBSD: PLIST,v 1.2 1999/01/06 06:19:59 marc Exp $ +lib/httpd/mod_auth_cookie.so |