FreeBSD Bugzilla – Attachment 20164 Details for
Bug 35627
Update Port: mod_tsunami to 1.1 (take maintainership)
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
mod_tsunami.diff
mod_tsunami.diff (text/plain), 2.76 KB, created by
Alex Dupre
on 2002-03-07 09:40:02 UTC
(
hide
)
Description:
mod_tsunami.diff
Filename:
MIME Type:
Creator:
Alex Dupre
Created:
2002-03-07 09:40:02 UTC
Size:
2.76 KB
patch
obsolete
>diff -ruN mod_tsunami.orig/Makefile mod_tsunami/Makefile >--- mod_tsunami.orig/Makefile Thu Mar 7 09:43:50 2002 >+++ mod_tsunami/Makefile Thu Mar 7 10:24:45 2002 >@@ -6,22 +6,33 @@ > # > > PORTNAME= mod_tsunami >-PORTVERSION= 1.0 >+PORTVERSION= 1.1 > CATEGORIES= www > MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} > MASTER_SITE_SUBDIR= mod-tsunami > >-MAINTAINER= ports@FreeBSD.org >+MAINTAINER= sysadmin@alexdupre.com > > BUILD_DEPENDS= ${APXS}:${PORTSDIR}/www/apache13 > RUN_DEPENDS= ${APXS}:${PORTSDIR}/www/apache13 > > APXS?= ${LOCALBASE}/sbin/apxs > >+DOCS= AUTHORS Changelog INSTALL LICENSE README >+ > do-build: >- @cd ${WRKSRC} && ${APXS} -c ${PORTNAME}.c >+ @cd ${WRKSRC} && ${APXS} -c mod_tsunami.c > > do-install: >- ${APXS} -i -A -n ${PORTNAME:S/_//g} ${WRKSRC}/${PORTNAME}.so >+ ${APXS} -i -A -n tsunami ${WRKSRC}/mod_tsunami.so >+.if !defined(NOPORTDOCS) >+ @${MKDIR} ${DOCSDIR} >+.for f in ${DOCS} >+ @${INSTALL_DATA} ${WRKSRC}/${f} ${DOCSDIR} >+.endfor >+.endif >+ >+post-install: >+ @${CAT} ${PKGMESSAGE} > > .include <bsd.port.mk> >diff -ruN mod_tsunami.orig/distinfo mod_tsunami/distinfo >--- mod_tsunami.orig/distinfo Thu Mar 7 09:43:50 2002 >+++ mod_tsunami/distinfo Thu Mar 7 09:44:20 2002 >@@ -1 +1 @@ >-MD5 (mod_tsunami-1.0.tar.gz) = cb37c43cf19db0186abf7870eb9ed335 >+MD5 (mod_tsunami-1.1.tar.gz) = b9a969c536ec9eff5bad63045716559a >diff -ruN mod_tsunami.orig/pkg-descr mod_tsunami/pkg-descr >--- mod_tsunami.orig/pkg-descr Thu Mar 7 09:43:50 2002 >+++ mod_tsunami/pkg-descr Thu Mar 7 10:10:39 2002 >@@ -4,3 +4,6 @@ > want one site to use all the resources. > > WWW: http://mod-tsunami.sourceforge.net/ >+ >+- Alex Dupre >+sysadmin@alexdupre.com >diff -ruN mod_tsunami.orig/pkg-message mod_tsunami/pkg-message >--- mod_tsunami.orig/pkg-message Thu Jan 1 01:00:00 1970 >+++ mod_tsunami/pkg-message Thu Mar 7 10:23:33 2002 >@@ -0,0 +1,13 @@ >+***************************************************************************** >+ >+You have installed mod_tsunami. >+ >+Use these directives in your httpd.conf: >+ >+TsunamiActive On/Off >+TsunamiMaxConnections number_of_maximum_slots_per_web_directory >+ >+When the value of TsunamiMaxConnections is set to '0' (default behaviour), >+mod_tsunami doesn't reject any request. >+ >+***************************************************************************** >diff -ruN mod_tsunami.orig/pkg-plist mod_tsunami/pkg-plist >--- mod_tsunami.orig/pkg-plist Thu Mar 7 09:43:50 2002 >+++ mod_tsunami/pkg-plist Thu Mar 7 10:16:22 2002 >@@ -1,3 +1,9 @@ > libexec/apache/mod_tsunami.so > @exec %D/sbin/apxs -e -A -n tsunami %D/%F > @unexec %D/sbin/apxs -e -A -n tsunami %D/%F >+%%PORTDOCS%%share/doc/mod_tsunami/AUTHORS >+%%PORTDOCS%%share/doc/mod_tsunami/Changelog >+%%PORTDOCS%%share/doc/mod_tsunami/INSTALL >+%%PORTDOCS%%share/doc/mod_tsunami/LICENSE >+%%PORTDOCS%%share/doc/mod_tsunami/README >+%%PORTDOCS%%@dirrm share/doc/mod_tsunami
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 35627
: 20164