diff options
author | Alex Dupre <ale@FreeBSD.org> | 2004-10-21 21:58:55 +0000 |
---|---|---|
committer | Alex Dupre <ale@FreeBSD.org> | 2004-10-21 21:58:55 +0000 |
commit | 43ad50cc4d49dc997ac81811ecbbdfa37a060be5 (patch) | |
tree | 3675e2e6281525d4efda4fdb0e8116a03d8d8d7a /www/mod_tsunami | |
parent | f9b9940bdcd582c9d383b5a28fbc90d1648b488e (diff) | |
download | ports-43ad50cc4d49dc997ac81811ecbbdfa37a060be5.tar.gz ports-43ad50cc4d49dc997ac81811ecbbdfa37a060be5.zip |
Notes
Diffstat (limited to 'www/mod_tsunami')
-rw-r--r-- | www/mod_tsunami/Makefile | 2 | ||||
-rw-r--r-- | www/mod_tsunami/pkg-descr | 4 | ||||
-rw-r--r-- | www/mod_tsunami/pkg-plist | 1 |
3 files changed, 3 insertions, 4 deletions
diff --git a/www/mod_tsunami/Makefile b/www/mod_tsunami/Makefile index 2221ef8a2af4..493f98fc092e 100644 --- a/www/mod_tsunami/Makefile +++ b/www/mod_tsunami/Makefile @@ -14,7 +14,7 @@ MAINTAINER= ale@FreeBSD.org COMMENT= Apache module which dynamically limits a site's slot usage USE_APACHE= yes -DOCS= AUTHORS Changelog README +DOCS= AUTHORS Changelog do-build: @cd ${WRKSRC} && ${APXS} -c mod_tsunami.c diff --git a/www/mod_tsunami/pkg-descr b/www/mod_tsunami/pkg-descr index 4c99acd39ac7..5dca65402d50 100644 --- a/www/mod_tsunami/pkg-descr +++ b/www/mod_tsunami/pkg-descr @@ -1,6 +1,6 @@ mod_tsunami is an apache module which dynamically limits -the number of httpd slots used per main web directories. -It is useful if you provide home pages hosting, and don't +the number of httpd slots used per virtual hosts. +It is useful if you provide wesite hosting, and don't want one site to use all the resources. WWW: http://bertrand.demiddelaer.org/mod_tsunami/ diff --git a/www/mod_tsunami/pkg-plist b/www/mod_tsunami/pkg-plist index 69de8c2ea572..427505e618ce 100644 --- a/www/mod_tsunami/pkg-plist +++ b/www/mod_tsunami/pkg-plist @@ -3,7 +3,6 @@ libexec/apache/mod_tsunami.so @unexec %D/sbin/apxs -e -A -n tsunami %D/%F %%PORTDOCS%%%%DOCSDIR%%/AUTHORS %%PORTDOCS%%%%DOCSDIR%%/Changelog -%%PORTDOCS%%%%DOCSDIR%%/README %%PORTDOCS%%%%DOCSDIR%%/index.html %%PORTDOCS%%%%DOCSDIR%%/mod_tsunami_files/index.gif %%PORTDOCS%%%%DOCSDIR%%/mod_tsunami_files/home.gif |