diff options
author | wiz <wiz> | 2001-04-09 12:02:12 +0000 |
---|---|---|
committer | wiz <wiz> | 2001-04-09 12:02:12 +0000 |
commit | f1df11f4dbaf4d2fa446efa8a261f79e418aa361 (patch) | |
tree | 6fc229f4fc4d5004f3f4c253cb73820ff23c9d8b /www/ap-dtcl | |
parent | f0ba87417e4acfd7f59250d52aaf609e32a0c512 (diff) | |
download | pkgsrc-f1df11f4dbaf4d2fa446efa8a261f79e418aa361.tar.gz |
Since ${PREFIX} expansion in MESSAGE is automatic, remove outdated
comment.
Diffstat (limited to 'www/ap-dtcl')
-rw-r--r-- | www/ap-dtcl/pkg/MESSAGE | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/www/ap-dtcl/pkg/MESSAGE b/www/ap-dtcl/pkg/MESSAGE index 769456e9b64..55f307c2048 100644 --- a/www/ap-dtcl/pkg/MESSAGE +++ b/www/ap-dtcl/pkg/MESSAGE @@ -1,9 +1,8 @@ ============================================================================= -$NetBSD: MESSAGE,v 1.1.1.1 1999/11/12 15:52:54 jwise Exp $ +$NetBSD: MESSAGE,v 1.2 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_dtcl.so |