diff options
-rw-r--r-- | LEGAL | 4 | ||||
-rw-r--r-- | MOVED | 4 | ||||
-rw-r--r-- | mail/Makefile | 1 | ||||
-rw-r--r-- | www/Makefile | 3 | ||||
-rw-r--r-- | www/mod_throttle/Makefile | 40 | ||||
-rw-r--r-- | www/mod_throttle/distinfo | 2 | ||||
-rw-r--r-- | www/mod_throttle/files/patch-mod_throttle.c | 27 | ||||
-rw-r--r-- | www/mod_throttle/pkg-descr | 12 | ||||
-rw-r--r-- | www/mod_throttle/pkg-install | 14 | ||||
-rw-r--r-- | www/mod_throttle/pkg-message | 15 | ||||
-rw-r--r-- | www/mod_throttle/pkg-plist | 7 | ||||
-rw-r--r-- | www/mod_watch/Makefile | 56 | ||||
-rw-r--r-- | www/mod_watch/distinfo | 2 | ||||
-rw-r--r-- | www/mod_watch/files/patch-mod_watch.c | 22 | ||||
-rw-r--r-- | www/mod_watch/pkg-descr | 8 | ||||
-rw-r--r-- | www/mod_watch/pkg-install | 14 | ||||
-rw-r--r-- | www/mod_watch/pkg-message | 20 | ||||
-rw-r--r-- | www/mod_watch/pkg-plist | 23 | ||||
-rw-r--r-- | www/mod_watch4/Makefile | 60 | ||||
-rw-r--r-- | www/mod_watch4/distinfo | 2 | ||||
-rw-r--r-- | www/mod_watch4/pkg-descr | 8 | ||||
-rw-r--r-- | www/mod_watch4/pkg-install | 14 | ||||
-rw-r--r-- | www/mod_watch4/pkg-message | 20 | ||||
-rw-r--r-- | www/mod_watch4/pkg-plist | 21 |
24 files changed, 4 insertions, 395 deletions
@@ -57,8 +57,6 @@ altivore.c security/altivore No redistribution allowed apache*-ssl www/apache13-ssl Crypto; export-controlled apache/mod_tidy-* www/mod_tidy No license apache2/mod_taf_thief.c www/mod_traf_thief No license -apache2/mod_watch4* www/mod_watch4 Do not distribute binaries. Do - not put distfiles on CD-ROM apple_pascal_0.dsk.gz emulators/p-interp Redistribution rights for Apple Pascal disk images are unclear AquaGatekeeper-* net/AquaGatekeeper No redistribution allowed @@ -396,8 +394,6 @@ md5crk_*_freebsdX86.* security/md5crk No commercial use mew-*.tar.gz mail/mew ITAR export-controlled (hooks to pgp) mikachan-ttfonts/ver*.* japanese/mikachan-ttfonts Do not sell distfile -milter-spamc-* mail/milter-spamc Non-commercial distribution - of the original files only mindfocus-* games/mindfocus Contains commercial character data mindterm-* security/mindterm-binary Do not sell for profit @@ -1461,3 +1461,7 @@ mail/sendmail812|mail/sendmail|2005-04-26|obsolete net/licq-jons-gtk-gui||2005-04-26|Project abandoned mail/courier-authlib|security/courier-authlib|2005-04-26|moved into the right category x11/user-selector-applet|x11/fast-user-switch-applet|2005-04-30|Project renamed +mail/milter-spamc||2005-05-07|author does not permit distribution of patch files +www/mod_throttle||2005-05-07|author does not permit distribution of patch files +www/mod_watch||2005-05-07|author does not permit distribution of patch files +www/mod_watch4||2005-05-07|author does not permit distribution of patch files diff --git a/mail/Makefile b/mail/Makefile index a5c4fb5c9f88..4974b18c3e22 100644 --- a/mail/Makefile +++ b/mail/Makefile @@ -200,7 +200,6 @@ SUBDIR += milter-greylist-devel SUBDIR += milter-regex SUBDIR += milter-skem - SUBDIR += milter-spamc SUBDIR += mimedefang SUBDIR += mini_sendmail SUBDIR += minimalist diff --git a/www/Makefile b/www/Makefile index 8f9ab182b048..1600e4f72a9f 100644 --- a/www/Makefile +++ b/www/Makefile @@ -329,7 +329,6 @@ SUBDIR += mod_shapvh SUBDIR += mod_snake SUBDIR += mod_sqlinclude - SUBDIR += mod_throttle SUBDIR += mod_ticket SUBDIR += mod_tidy SUBDIR += mod_traf_thief @@ -340,8 +339,6 @@ SUBDIR += mod_v2h SUBDIR += mod_vdbh SUBDIR += mod_vhs - SUBDIR += mod_watch - SUBDIR += mod_watch4 SUBDIR += mod_webapp SUBDIR += mod_zap SUBDIR += moinmoin diff --git a/www/mod_throttle/Makefile b/www/mod_throttle/Makefile deleted file mode 100644 index 03fefa7aa4bd..000000000000 --- a/www/mod_throttle/Makefile +++ /dev/null @@ -1,40 +0,0 @@ -# New ports collection makefile for: mod_throttle -# Date created: 11 February 2001 -# Whom: Anders Nordby <anders@fix.no> -# -# $FreeBSD$ -# - -PORTNAME= mod_throttle -PORTVERSION= 3.1.2 -PORTREVISION= 1 -CATEGORIES= www -MASTER_SITES= http://www.snert.com/Software/mod_throttle/ \ - http://atreides.freenix.no/~anders/ -DISTNAME= ${PORTNAME}${PORTVERSION:S/.//g} -EXTRACT_SUFX= .tgz - -MAINTAINER= anders@FreeBSD.org -COMMENT= An Apache module that provides bandwidth & request throttling - -USE_APACHE= yes -WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} - -DOCS= CHANGES.txt LICENSE.txt index.shtml - -do-build: - @cd ${WRKSRC} && \ - ${APXS} -c mod_throttle.c - -do-install: - ${APXS} -i -A -n throttle ${WRKSRC}/mod_throttle.so -.if !defined(NOPORTDOCS) - ${MKDIR} ${PREFIX}/share/doc/mod_throttle -.for f in ${DOCS} - ${INSTALL_DATA} ${WRKSRC}/${f} ${PREFIX}/share/doc/mod_throttle/ -.endfor -.endif - @${SH} ${PKGINSTALL} ${PKGNAME} POST-INSTALL - ${CAT} ${PKGMESSAGE} - -.include <bsd.port.mk> diff --git a/www/mod_throttle/distinfo b/www/mod_throttle/distinfo deleted file mode 100644 index 28cf11231f82..000000000000 --- a/www/mod_throttle/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -MD5 (mod_throttle312.tgz) = 6edc45c3ea8a0855d4b0b14cf0f76404 -SIZE (mod_throttle312.tgz) = 41397 diff --git a/www/mod_throttle/files/patch-mod_throttle.c b/www/mod_throttle/files/patch-mod_throttle.c deleted file mode 100644 index 242ce4e77ce9..000000000000 --- a/www/mod_throttle/files/patch-mod_throttle.c +++ /dev/null @@ -1,27 +0,0 @@ ---- mod_throttle.c.orig Mon Oct 28 00:50:56 2002 -+++ mod_throttle.c Mon Oct 28 00:51:06 2002 -@@ -41,6 +41,10 @@ - * for a FreeBSD machine for testing and several suggestions. - */ - -+#ifdef INET6 -+#error mod_throttle is not IPv6-aware. -+#endif -+ - /*********************************************************************** - *** Pick one that best suits your system. - ***********************************************************************/ ---- mod_throttle.c.orig Mon May 10 15:59:10 2004 -+++ mod_throttle.c Mon May 10 16:00:45 2004 -@@ -215,8 +215,8 @@ - static const char dtype[] = "Directory"; - static const char text_html[] = "text/html"; - static const char text_plain[] = "text/plain"; --static const char file_lock[] = "logs/mod_throttle.lock"; --static const char file_runtime[] = "logs/mod_throttle.runtime"; -+static const char file_lock[] = "/var/run/mod_throttle/mod_throttle.lock"; -+static const char file_runtime[] = "/var/run/mod_throttle/mod_throttle.runtime"; - - static const char x_is_subrequest[] = "x-is-subrequest"; - static const char request_handler[] = "request-handler"; - diff --git a/www/mod_throttle/pkg-descr b/www/mod_throttle/pkg-descr deleted file mode 100644 index 0485207ffe9e..000000000000 --- a/www/mod_throttle/pkg-descr +++ /dev/null @@ -1,12 +0,0 @@ -This Apache module is intended to reduce the load on your server & bandwidth -generated by popular virtual hosts, directories, locations, or users according -to supported polices that decide when to delay or refuse requests. Also -mod_throttle can track and throttle incoming connections by IP address or by -authenticated remote user. - -Every request now passes through four levels of throttling, which are: by -client's IP address , by authenticated remote user name (ThrottleRemoteUser), -by local user ID (ThrottleUser), and by directory, location, virtual host, or -server (ThrottlePolicy). - -WWW: http://www.snert.com/Software/mod_throttle/ diff --git a/www/mod_throttle/pkg-install b/www/mod_throttle/pkg-install deleted file mode 100644 index bcdabbae4b7f..000000000000 --- a/www/mod_throttle/pkg-install +++ /dev/null @@ -1,14 +0,0 @@ -#!/bin/sh - -case $2 in - PRE-INSTALL) - ;; - POST-INSTALL) - install -d -o www -g www -m 0755 /var/run/mod_throttle - ;; - *) - echo "Unexpected Argument $2." - exit 1 - ;; -esac -exit 0 diff --git a/www/mod_throttle/pkg-message b/www/mod_throttle/pkg-message deleted file mode 100644 index a02b6f82568c..000000000000 --- a/www/mod_throttle/pkg-message +++ /dev/null @@ -1,15 +0,0 @@ -************************************************************ -You've installed mod_throttle, a bandwidth & request -throttler for Apache. - -Edit your apache.conf or httpd.conf to enable and setup this -module. Have a look at -${PREFIX}/share/doc/mod_throttle/index.shtml for information -on how to configure it. - -Then do this to make it work effective: - -# apachectl configtest (see if there are any config errors) -# apachectl restart - -************************************************************ diff --git a/www/mod_throttle/pkg-plist b/www/mod_throttle/pkg-plist deleted file mode 100644 index 6906dab32f3f..000000000000 --- a/www/mod_throttle/pkg-plist +++ /dev/null @@ -1,7 +0,0 @@ -libexec/apache/mod_throttle.so -@exec %D/sbin/apxs -e -A -n throttle %D/%F -@unexec %D/sbin/apxs -e -A -n throttle %D/%F -%%PORTDOCS%%share/doc/mod_throttle/CHANGES.txt -%%PORTDOCS%%share/doc/mod_throttle/LICENSE.txt -%%PORTDOCS%%share/doc/mod_throttle/index.shtml -%%PORTDOCS%%@dirrm share/doc/mod_throttle diff --git a/www/mod_watch/Makefile b/www/mod_watch/Makefile deleted file mode 100644 index 6bf6c12e1ea4..000000000000 --- a/www/mod_watch/Makefile +++ /dev/null @@ -1,56 +0,0 @@ -# New ports collection makefile for: mod_watch -# Date created: 18 August 2001 -# Whom: Anders Nordby <anders@fix.no> -# -# $FreeBSD$ -# - -PORTNAME= mod_watch -PORTVERSION= 3.18 -CATEGORIES= www -MASTER_SITES= http://www.snert.com/Software/download/ \ - ftp://ftp.nuug.no/pub/anders/distfiles/ -DISTNAME= ${PORTNAME}${PORTVERSION:S/.//g} -EXTRACT_SUFX= .tgz - -MAINTAINER= anders@FreeBSD.org -COMMENT= An Apache module to monitor bandwidth usage, for use with MRTG etc - -USE_APACHE= yes -USE_PERL5= yes - -WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} - -MAKE_ARGS+= APXS="${APXS}" - -ALL_TARGET= build-dynamic - -RDOCS= CHANGES.TXT LICENSE.TXT notes-conf.txt notes-support.txt -DOCS= apache2mrtg.html index.shtml mailto.js mod_watch.html style.css -DOCS_HTMLIMAGES= apache-header-476-62.png mrpixel.gif mrtg-bar.png \ - sun-logo.jpg wave1.jpg - -post-patch: - ${PERL} -pi -e "s@^APXS.*@@" ${WRKSRC}/Makefile - -do-install: - ${APXS} -i -A -n watch ${WRKSRC}/mod_watch.so - ${INSTALL_SCRIPT} ${WRKSRC}/apache2mrtg.pl ${PREFIX}/sbin - ${INSTALL_SCRIPT} ${WRKSRC}/mod_watch.pl ${PREFIX}/sbin - ${INSTALL_SCRIPT} ${WRKSRC}/nfields.pl ${PREFIX}/sbin -.if !defined(NOPORTDOCS) - @${INSTALL} -d -m 0755 ${DOCSDIR}/html/Img -.for f in ${RDOCS} - ${INSTALL_DATA} ${WRKSRC}/${f} ${DOCSDIR}/ -.endfor -.for f in ${DOCS} - ${INSTALL_DATA} ${WRKSRC}/${f} ${DOCSDIR}/html/ -.endfor -.for f in ${DOCS_HTMLIMAGES} - ${INSTALL_DATA} ${WRKSRC}/Img/${f} ${DOCSDIR}/html/Img/ -.endfor -.endif - @${SH} ${PKGINSTALL} ${PKGNAME} POST-INSTALL - @${CAT} ${PKGMESSAGE} - -.include <bsd.port.mk> diff --git a/www/mod_watch/distinfo b/www/mod_watch/distinfo deleted file mode 100644 index f92e5b458ba4..000000000000 --- a/www/mod_watch/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -MD5 (mod_watch318.tgz) = 1409df800f24214bed16ca753b9967ff -SIZE (mod_watch318.tgz) = 94668 diff --git a/www/mod_watch/files/patch-mod_watch.c b/www/mod_watch/files/patch-mod_watch.c deleted file mode 100644 index 1b9edeebab8e..000000000000 --- a/www/mod_watch/files/patch-mod_watch.c +++ /dev/null @@ -1,22 +0,0 @@ ---- mod_watch.c.orig Wed Nov 27 15:20:42 2002 -+++ mod_watch.c Thu Jun 3 13:54:49 2004 -@@ -41,6 +41,10 @@ - * ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. - */ - -+#ifdef INET6 -+#error mod_watch is not IPv6-aware. -+#endif -+ - #ifndef SPOOLDIR - #define SPOOLDIR "/var/spool/mod_watch/" - #endif -@@ -74,7 +78,7 @@ - - #define MODULE "mod_watch" - #define AUTHOR "achowe@snert.com" --#define VERSION "3.17" -+#define VERSION "3.18" - #define COPYRIGHT_DATE "2001, 2002" - - #include "httpd.h" diff --git a/www/mod_watch/pkg-descr b/www/mod_watch/pkg-descr deleted file mode 100644 index 81e1f0360031..000000000000 --- a/www/mod_watch/pkg-descr +++ /dev/null @@ -1,8 +0,0 @@ -This Apache module will watch and collect the bytes in & out per virtual host, -per file owner, and the web server as a whole. It was designed for use with -MRTG, which will make nice graphical representations of the data, but is -general enough that it can be applied to other purposes. - -WWW: http://www.snert.com/Software/mod_watch/ - -- Anders Nordby <anders@fix.no> diff --git a/www/mod_watch/pkg-install b/www/mod_watch/pkg-install deleted file mode 100644 index 97ac46175592..000000000000 --- a/www/mod_watch/pkg-install +++ /dev/null @@ -1,14 +0,0 @@ -#!/bin/sh - -case $2 in - PRE-INSTALL) - ;; - POST-INSTALL) - install -d -o www -g www -m 0755 /var/spool/mod_watch - ;; - *) - echo "Unexpected Argument $2." - exit 1 - ;; -esac -exit 0 diff --git a/www/mod_watch/pkg-message b/www/mod_watch/pkg-message deleted file mode 100644 index e24a59f37b94..000000000000 --- a/www/mod_watch/pkg-message +++ /dev/null @@ -1,20 +0,0 @@ -************************************************************ -You've installed mod_watch, a module to monitor bandwidth -usage. - -/var/spool/mod_watch has been created. It's owned by user -www and group www. For mod_watch to work, the Apache -user/group must be able to create and update files in this -directory. - -Edit your apache.conf or httpd.conf to enable and setup this -module. Have a look at the files in -${PREFIX}/share/doc/mod_watch/html for information on how to -configure it etc. - -Then do this to make it work effective: - -# apachectl configtest (see if there are any config errors) -# apachectl restart - -************************************************************ diff --git a/www/mod_watch/pkg-plist b/www/mod_watch/pkg-plist deleted file mode 100644 index 133d59bd7d83..000000000000 --- a/www/mod_watch/pkg-plist +++ /dev/null @@ -1,23 +0,0 @@ -sbin/apache2mrtg.pl -sbin/mod_watch.pl -sbin/nfields.pl -libexec/apache/mod_watch.so -@exec %D/sbin/apxs -e -A -n watch %D/%F -@unexec %D/sbin/apxs -e -A -n watch %D/%F -%%PORTDOCS%%%%DOCSDIR%%/html/Img/apache-header-476-62.png -%%PORTDOCS%%%%DOCSDIR%%/html/Img/mrpixel.gif -%%PORTDOCS%%%%DOCSDIR%%/html/Img/mrtg-bar.png -%%PORTDOCS%%%%DOCSDIR%%/html/Img/sun-logo.jpg -%%PORTDOCS%%%%DOCSDIR%%/html/Img/wave1.jpg -%%PORTDOCS%%%%DOCSDIR%%/html/apache2mrtg.html -%%PORTDOCS%%%%DOCSDIR%%/html/index.shtml -%%PORTDOCS%%%%DOCSDIR%%/html/mailto.js -%%PORTDOCS%%%%DOCSDIR%%/html/mod_watch.html -%%PORTDOCS%%%%DOCSDIR%%/html/style.css -%%PORTDOCS%%%%DOCSDIR%%/CHANGES.TXT -%%PORTDOCS%%%%DOCSDIR%%/LICENSE.TXT -%%PORTDOCS%%%%DOCSDIR%%/notes-conf.txt -%%PORTDOCS%%%%DOCSDIR%%/notes-support.txt -%%PORTDOCS%%@dirrm %%DOCSDIR%%/html/Img -%%PORTDOCS%%@dirrm %%DOCSDIR%%/html -%%PORTDOCS%%@dirrm %%DOCSDIR%% diff --git a/www/mod_watch4/Makefile b/www/mod_watch4/Makefile deleted file mode 100644 index b42f756701bd..000000000000 --- a/www/mod_watch4/Makefile +++ /dev/null @@ -1,60 +0,0 @@ -# New ports collection makefile for: mod_watch4 -# Date created: 11 Octber 2003 -# Whom: Toshiya SAITOH <toshiya@saitoh.nu> -# -# $FreeBSD$ -# - -PORTNAME= mod_watch -PORTVERSION= 4.3 -CATEGORIES= www -MASTER_SITES= http://www.snert.com/Software/download/ -DISTNAME= ${PORTNAME}${PORTVERSION:S/./0/g} -EXTRACT_SUFX= .tgz -DIST_SUBDIR= apache2 - -MAINTAINER= toshiya@saitoh.nu -COMMENT= An Apache2 module to monitor bandwidth usage, for use with MRTG etc - -RUN_DEPENDS= mrtg:${PORTSDIR}/net-mgmt/mrtg - -NO_PACKAGE= "Binary package distribution is prohibited by license" -NO_CDROM= "Commercial distfile distribution is prohibited by license" - -USE_PERL5_RUN= yes -USE_APACHE= yes -WITH_APACHE2= yes - -WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} -MAKEFILE= Makefile.dso - -MAKE_ARGS+= APXS="${APXS}" - -LATEST_LINK= mod_watch4 - -ALL_TARGET= build - -DOCS= apache2mrtg.shtml index.shtml mailto.js mod_watch.shtml style.css -DOCS_HTMLIMAGES= apache-header-476-62.png mrpixel.gif mrtg-bar.png \ - sun-logo.jpg wave1.jpg - -do-install: - ${APXS} -i -a -n watch ${WRKSRC}/mod_watch.la - ${INSTALL_SCRIPT} ${WRKSRC}/apache2mrtg.pl ${PREFIX}/sbin - ${INSTALL_SCRIPT} ${WRKSRC}/mod_watch.pl ${PREFIX}/sbin - ${INSTALL_SCRIPT} ${WRKSRC}/nfields.pl ${PREFIX}/sbin -.if !defined(NOPORTDOCS) - @${INSTALL} -d -m 0755 ${DOCSDIR}/html/Img - ${INSTALL_DATA} ${WRKSRC}/CHANGES.TXT ${DOCSDIR}/ - ${INSTALL_DATA} ${WRKSRC}/LICENSE.TXT ${DOCSDIR}/ -.for f in ${DOCS} - ${INSTALL_DATA} ${WRKSRC}/${f} ${DOCSDIR}/html/ -.endfor -.for f in ${DOCS_HTMLIMAGES} - ${INSTALL_DATA} ${WRKSRC}/Img/${f} ${DOCSDIR}/html/Img/ -.endfor -.endif - @${SH} ${PKGINSTALL} ${PKGNAME} POST-INSTALL - @${CAT} ${PKGMESSAGE} - -.include <bsd.port.mk> diff --git a/www/mod_watch4/distinfo b/www/mod_watch4/distinfo deleted file mode 100644 index 3fe688132966..000000000000 --- a/www/mod_watch4/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -MD5 (apache2/mod_watch403.tgz) = 06d57713adb935f16596d22256bca913 -SIZE (apache2/mod_watch403.tgz) = 99583 diff --git a/www/mod_watch4/pkg-descr b/www/mod_watch4/pkg-descr deleted file mode 100644 index 0d516920b8a7..000000000000 --- a/www/mod_watch4/pkg-descr +++ /dev/null @@ -1,8 +0,0 @@ -This Apache module will watch and collect the bytes in & out per virtual host, -per file owner, and the web server as a whole. It was designed for use with -MRTG, which will make nice graphical representations of the data, but is -general enough that it can be applied to other purposes. - -WWW: http://www.snert.com/Software/mod_watch/ - -- Toshiya Saitoh <toshiya@saitoh.nu> diff --git a/www/mod_watch4/pkg-install b/www/mod_watch4/pkg-install deleted file mode 100644 index 97ac46175592..000000000000 --- a/www/mod_watch4/pkg-install +++ /dev/null @@ -1,14 +0,0 @@ -#!/bin/sh - -case $2 in - PRE-INSTALL) - ;; - POST-INSTALL) - install -d -o www -g www -m 0755 /var/spool/mod_watch - ;; - *) - echo "Unexpected Argument $2." - exit 1 - ;; -esac -exit 0 diff --git a/www/mod_watch4/pkg-message b/www/mod_watch4/pkg-message deleted file mode 100644 index e24a59f37b94..000000000000 --- a/www/mod_watch4/pkg-message +++ /dev/null @@ -1,20 +0,0 @@ -************************************************************ -You've installed mod_watch, a module to monitor bandwidth -usage. - -/var/spool/mod_watch has been created. It's owned by user -www and group www. For mod_watch to work, the Apache -user/group must be able to create and update files in this -directory. - -Edit your apache.conf or httpd.conf to enable and setup this -module. Have a look at the files in -${PREFIX}/share/doc/mod_watch/html for information on how to -configure it etc. - -Then do this to make it work effective: - -# apachectl configtest (see if there are any config errors) -# apachectl restart - -************************************************************ diff --git a/www/mod_watch4/pkg-plist b/www/mod_watch4/pkg-plist deleted file mode 100644 index 6ee5da0f0cf7..000000000000 --- a/www/mod_watch4/pkg-plist +++ /dev/null @@ -1,21 +0,0 @@ -sbin/apache2mrtg.pl -sbin/mod_watch.pl -sbin/nfields.pl -libexec/apache2/mod_watch.so -@exec %D/sbin/apxs -e -A -n watch %D/%F -@unexec %D/sbin/apxs -e -A -n watch %D/%F -%%PORTDOCS%%%%DOCSDIR%%/html/Img/apache-header-476-62.png -%%PORTDOCS%%%%DOCSDIR%%/html/Img/mrpixel.gif -%%PORTDOCS%%%%DOCSDIR%%/html/Img/mrtg-bar.png -%%PORTDOCS%%%%DOCSDIR%%/html/Img/sun-logo.jpg -%%PORTDOCS%%%%DOCSDIR%%/html/Img/wave1.jpg -%%PORTDOCS%%%%DOCSDIR%%/html/apache2mrtg.shtml -%%PORTDOCS%%%%DOCSDIR%%/html/index.shtml -%%PORTDOCS%%%%DOCSDIR%%/html/mailto.js -%%PORTDOCS%%%%DOCSDIR%%/html/mod_watch.shtml -%%PORTDOCS%%%%DOCSDIR%%/html/style.css -%%PORTDOCS%%%%DOCSDIR%%/CHANGES.TXT -%%PORTDOCS%%%%DOCSDIR%%/LICENSE.TXT -%%PORTDOCS%%@dirrm %%DOCSDIR%%/html/Img -%%PORTDOCS%%@dirrm %%DOCSDIR%%/html -%%PORTDOCS%%@dirrm %%DOCSDIR%% |