diff options
author | zuntum <zuntum@pkgsrc.org> | 2001-11-01 02:15:23 +0000 |
---|---|---|
committer | zuntum <zuntum@pkgsrc.org> | 2001-11-01 02:15:23 +0000 |
commit | 431e7a7ddad1a9e4611e8e6d4b744301d3730458 (patch) | |
tree | f392f0f557931c9cf9a1ff512b5a4b44150c2ec3 /www/ap-auth-cookie | |
parent | c72c1cf5f95cbe537b005028f1743cddb16ef203 (diff) | |
download | pkgsrc-431e7a7ddad1a9e4611e8e6d4b744301d3730458.tar.gz |
Move pkg/ files into package's toplevel directory
Diffstat (limited to 'www/ap-auth-cookie')
-rw-r--r-- | www/ap-auth-cookie/DESCR (renamed from www/ap-auth-cookie/pkg/DESCR) | 0 | ||||
-rw-r--r-- | www/ap-auth-cookie/MESSAGE (renamed from www/ap-auth-cookie/pkg/MESSAGE) | 2 | ||||
-rw-r--r-- | www/ap-auth-cookie/PLIST | 2 | ||||
-rw-r--r-- | www/ap-auth-cookie/pkg/PLIST | 2 |
4 files changed, 3 insertions, 3 deletions
diff --git a/www/ap-auth-cookie/pkg/DESCR b/www/ap-auth-cookie/DESCR index 4ee1ad36fd4..4ee1ad36fd4 100644 --- a/www/ap-auth-cookie/pkg/DESCR +++ b/www/ap-auth-cookie/DESCR diff --git a/www/ap-auth-cookie/pkg/MESSAGE b/www/ap-auth-cookie/MESSAGE index fe2dda0b218..c38f45b04b0 100644 --- a/www/ap-auth-cookie/pkg/MESSAGE +++ b/www/ap-auth-cookie/MESSAGE @@ -1,5 +1,5 @@ ============================================================================= -$NetBSD: MESSAGE,v 1.4 2001/04/09 12:02:12 wiz Exp $ +$NetBSD: MESSAGE,v 1.1 2001/11/01 02:15:33 zuntum 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: diff --git a/www/ap-auth-cookie/PLIST b/www/ap-auth-cookie/PLIST new file mode 100644 index 00000000000..bd744369e22 --- /dev/null +++ b/www/ap-auth-cookie/PLIST @@ -0,0 +1,2 @@ +@comment $NetBSD: PLIST,v 1.1 2001/11/01 02:15:33 zuntum Exp $ +lib/httpd/mod_auth_cookie.so diff --git a/www/ap-auth-cookie/pkg/PLIST b/www/ap-auth-cookie/pkg/PLIST deleted file mode 100644 index 51dc277184a..00000000000 --- a/www/ap-auth-cookie/pkg/PLIST +++ /dev/null @@ -1,2 +0,0 @@ -@comment $NetBSD: PLIST,v 1.2 1999/01/06 06:19:59 marc Exp $ -lib/httpd/mod_auth_cookie.so |