diff options
author | jmmv <jmmv@pkgsrc.org> | 2003-05-06 17:40:18 +0000 |
---|---|---|
committer | jmmv <jmmv@pkgsrc.org> | 2003-05-06 17:40:18 +0000 |
commit | f1446ddf2bf8118f432b3ac74c88db3d832669a8 (patch) | |
tree | 37ae7d212f46ef8018a7bd8c13edba7da1a47ed9 /www/ap-auth-cookie | |
parent | 37170ce899bdf394cca1d0769b2215d84b15a7ee (diff) | |
download | pkgsrc-f1446ddf2bf8118f432b3ac74c88db3d832669a8.tar.gz |
Drop trailing whitespace. Ok'ed by wiz.
Diffstat (limited to 'www/ap-auth-cookie')
-rw-r--r-- | www/ap-auth-cookie/DESCR | 2 | ||||
-rw-r--r-- | www/ap-auth-cookie/Makefile | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/www/ap-auth-cookie/DESCR b/www/ap-auth-cookie/DESCR index 4ee1ad36fd4..f29fe158a37 100644 --- a/www/ap-auth-cookie/DESCR +++ b/www/ap-auth-cookie/DESCR @@ -1,4 +1,4 @@ mod_auth_cookie.c allows a Basic authentication string to be encoded into a cookie (using "Header set" from mod_headers). When a request comes in, both the standard Basic auth field Authorization: and the specified cookie -are checked for auth info. +are checked for auth info. diff --git a/www/ap-auth-cookie/Makefile b/www/ap-auth-cookie/Makefile index 23c4ecd8015..9b1e2940985 100644 --- a/www/ap-auth-cookie/Makefile +++ b/www/ap-auth-cookie/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.27 2003/03/29 12:42:47 jmmv Exp $ +# $NetBSD: Makefile,v 1.28 2003/05/06 17:42:56 jmmv Exp $ # # There are a few more mod_auth_cookie's out there doing slightly # different things. This one pkg would be a good place to dump them all in -# one. +# one. DISTNAME= mod_auth_cookie.c PKGNAME= ap-auth-cookie-1.9 |