From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Dec 12 10:16:47 2006 Return-Path: X-Original-To: freebsd-ports-bugs@hub.freebsd.org Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id CFC5316A415 for ; Tue, 12 Dec 2006 10:16:47 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [69.147.83.40]) by mx1.FreeBSD.org (Postfix) with ESMTP id B8A2B43E56 for ; Tue, 12 Dec 2006 10:08:52 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id kBCAA65w041658 for ; Tue, 12 Dec 2006 10:10:06 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id kBCAA6YF041656; Tue, 12 Dec 2006 10:10:06 GMT (envelope-from gnats) Resent-Date: Tue, 12 Dec 2006 10:10:06 GMT Resent-Message-Id: <200612121010.kBCAA6YF041656@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Xavier Beaudouin Received: from mx1.FreeBSD.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id F211716A4CE for ; Tue, 12 Dec 2006 10:02:19 +0000 (UTC) (envelope-from kiwi@proxy.home.oav.net) Received: from kiwi.oav.net (kiwi.oav.net [82.225.248.92]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3805843C9E for ; Tue, 12 Dec 2006 09:56:55 +0000 (GMT) (envelope-from kiwi@proxy.home.oav.net) Received: by proxy.home.oav.net (Postfix, from userid 1000) id E75F22E3E5; Tue, 12 Dec 2006 10:58:12 +0100 (CET) Message-Id: <20061212095812.E75F22E3E5@proxy.home.oav.net> Date: Tue, 12 Dec 2006 10:58:12 +0100 (CET) From: Xavier Beaudouin To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: ports/106637: [NEW PORT] net-mgmt/routers2: Generic web-based frontend for the popular MRTG system monitoring software X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 12 Dec 2006 10:16:48 -0000 >Number: 106637 >Category: ports >Synopsis: [NEW PORT] net-mgmt/routers2: Generic web-based frontend for the popular MRTG system monitoring software >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Tue Dec 12 10:10:05 GMT 2006 >Closed-Date: >Last-Modified: >Originator: Xavier Beaudouin >Release: FreeBSD 6.2-PRERELEASE i386 >Organization: Association KAZAR / The Caudium Group >Environment: System: FreeBSD proxy.home.oav.net 6.2-PRERELEASE FreeBSD 6.2-PRERELEASE #0: Tue Nov 7 22:12:43 CET >Description: Generic web-based frontend for the popular MRTG systems monitoring software WWW: http://www.steveshipway.org/software/ Generated with FreeBSD Port Tools 0.77 >How-To-Repeat: >Fix: --- routers2-2.17.shar begins here --- # This is a shell archive. Save it in a file, remove anything before # this line, and then unpack it by entering "sh file". Note, it may # create directories; files and directories will be owned by you and # have default permissions. # # This archive contains: # # routers2 # routers2/files # routers2/files/patch-routers2.cgi.pl # routers2/files/patch-routers2.conf # routers2/Makefile # routers2/distinfo # routers2/pkg-descr # routers2/pkg-plist # echo c - routers2 mkdir -p routers2 > /dev/null 2>&1 echo c - routers2/files mkdir -p routers2/files > /dev/null 2>&1 echo x - routers2/files/patch-routers2.cgi.pl sed 's/^X//' >routers2/files/patch-routers2.cgi.pl << 'END-of-routers2/files/patch-routers2.cgi.pl' X--- routers2.cgi.pl.old Mon Dec 11 15:57:57 2006 X+++ routers2.cgi.pl Mon Dec 11 16:01:18 2006 X@@ -1,9 +1,4 @@ X-#!/usr/bin/perl X-# DONT FORGET TO CHANGE THE ABOVE PATH TO MATCH YOUR PERL LOCATION! X-# vim:ts=4 X-############################################################################## X-# To use Speedycgi, you need to change the first line to this: X-##!/usr/bin/speedy -- -M20 -t3600 -gnone -r500 X+#!%%LOCALBASE%%/bin/speedy -- -M20 -t3600 -gnone -r500 X # and then set the CACHE global variable (below) to 1. X # To use mod_perl, you should be able to put the script directly into the X # mod_perl directory and it will work. This is not very thoroughly tested X@@ -30,7 +25,7 @@ X use POSIX qw(tzset); # For timezone support X ##CONFIG#START################################################################ X # You MUST set this to the location of the configuration file! X-my ($conffile) = '/u01/etc/routers2.conf'; X+my ($conffile) = '%%LOCALBASE%%/etc/routers2.conf'; X ############################################################################## X # Are we running in speedycgi or mod_perl mode? Can we cache configs? X # If you set this to 1 when you dont have speedycgi or mod_perl, it will END-of-routers2/files/patch-routers2.cgi.pl echo x - routers2/files/patch-routers2.conf sed 's/^X//' >routers2/files/patch-routers2.conf << 'END-of-routers2/files/patch-routers2.conf' X--- routers2.conf.orig Mon Dec 11 16:07:38 2006 X+++ routers2.conf Mon Dec 11 16:26:10 2006 X@@ -150,7 +150,7 @@ X #mysql-database = authdb X # X # Multi-language characters support: set charset here. X-#charset = iso-8859-1 X+charset = iso-8859-1 X #charset = utf-8 X # X # Language support X@@ -188,7 +188,7 @@ X # Set this to 'yes' to greatly speed up the parsing at the expense of X # having to have your .cfg files in a set format. DO NOT enable this X # unless you are sure that your .cfg files meet the necessary criteria. X-#optimise = yes X+optimise = yes X # X # Set this to no if your browser barfs on the popup javascript. Default is yes. X #javascript = no X@@ -204,17 +204,17 @@ X # is not really necessary in here and can (usually) be safely ignored. X # NT users can put a drive letter in if required. X # dbpath = D:\rrdtool\files X-dbpath = /var/rrdtool X+dbpath = /var/db/rrdtool X # Where the graphs are to be created - absolute filesystem path X # graphpath = C:/www/html/graphs X-graphpath = /www/html/graphs X+graphpath = %%LOCALBASE%%/www/data/graphs X # The URL of the above directory - a URL path, so use '/' as a path separator X graphurl = /graphs X # X # Where the MRTG config files live - absolute filesystem path X # NO SPACES allowed in path names, NT people. X # confpath = C:\mrtg\conf X-confpath = /mrtg/conf X+confpath = %%LOCALBASE/etc/mrtg X # Wildcarded pattern match for MRTG conf files. X # You can put several of these here, separated by spaces. X # Note that these can include a path separator - eg, site*/*.cfg X@@ -256,10 +256,10 @@ X # to be superceeded by MRTG file support X # Show peak lines on all graphs by default? yes/no. Default is 'yes'. X # This can be overridden by the MRTG WithPeak[] directive. X-#withpeak = yes X+withpeak = yes X X # Show red 'Max Bandwidth' lines on graphs? yes/no. Default is 'yes'. X-#maxima = yes X+maxima = yes X X # to be superceeded by MRTG file support X # Show the graphs relative to the max bandwidth, instead of scaling the y-axis X@@ -269,11 +269,11 @@ X X # Shall we include 6-hour graphs, where the graph Interval is < 5mins? X # yes/no/always default: no X-#6hour = no X+6hour = no X # Shall we have the 95th percentile and total usage calculations? X # This can eat a LOT of CPU/Memory, so make sure to test with it OFF first. X # default: no X-#percentile = yes X+percentile = yes X # Shall we use the last update time as the base, instead of the current time? X # This can stop the occasional occurence of a grey band at the end of the graph X # and is useful if demoing the software with some (non-updated) test data. X@@ -339,7 +339,7 @@ X # X # Group the router names in the left-hand menu by directory name? X # yes/no default is NO X-#group = yes X+group = yes X # override later in per-user X # You can enable the beta multi-level grouping here X #multilevel = yes X@@ -367,8 +367,8 @@ X # maybe you'd prefer 8 and 18 ? X # These hours may NOT cross midnight (ie, end > start) and are relative to the X # timezone of the target in question, or local timezone if not known. X-#daystart = 8 X-#dayend = 18 X+daystart = 8 X+dayend = 18 X # Work days - Sun=0 -- default 1 2 3 4 5 X # THIS NOT YET USED: EXPERIMENTAL X #workdays = 1 2 3 4 5 X@@ -444,6 +444,7 @@ X # Use twin-menu screen format (not recommended for screens < 1024x768 ) X # yes/no default is NO X #twinmenu = no X+twinmenu = yes X # X # Normally, graphs refresh automatically as soon as they become out of date. X # This is about every 5 mins for daily graphs. You may wish to make the X@@ -489,7 +490,7 @@ X # X # Use smooth slopes in graph? X # y/n default is n X-#slope = yes X+slope = yes X X # short descriptions for routers and interfaces X # These are used in the lefthand menu, and in small graphs. END-of-routers2/files/patch-routers2.conf echo x - routers2/Makefile sed 's/^X//' >routers2/Makefile << 'END-of-routers2/Makefile' X# New ports collection makefile for: routers2 X# Date created: December 11th 2006 X# Whom: Xavier Beaudouin X# X# $FreeBSD$ X# X XPORTNAME= routers2 XPORTVERSION= 2.17 XCATEGORIES= net-mgmt XMASTER_SITES= http://www.steveshipway.org/software/rrd/ \ X ftp://ftp.oav.oav.net/routers2/ XDISTNAME= ${PORTNAME}-v${PORTVERSION}a X XMAINTAINER= kiwi@oav.net XCOMMENT= Generic web-based frontend for the popular MRTG system monitoring software X XBUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/GD.pm:${PORTSDIR}/graphics/p5-GD XRUN_DEPENDS= ${SITE_PERL}/Convert/ASN1/IO.pm:${PORTSDIR}/converters/p5-Convert-ASN1 \ X ${SITE_PERL}/Crypt/UnixCrypt.pm:${PORTSDIR}/security/p5-Crypt-UnixCrypt \ X ${SITE_PERL}/${PERL_ARCH}/GD.pm:${PORTSDIR}/graphics/p5-GD \ X ${SITE_PERL}/Crypt/UnixCrypt.pm:${PORTSDIR}/security/p5-Crypt-UnixCrypt \ X ${SITE_PERL}/Net/SNMP.pm:${PORTSDIR}/net-mgmt/p5-Net-SNMP \ X ${SITE_PERL}/SNMP_Session.pm:${PORTSDIR}/net-mgmt/p5-SNMP_Session \ X ${SITE_PERL}/CGI/SpeedyCGI.pm:${PORTSDIR}/www/p5-CGI-SpeedyCGI \ X ${SITE_PERL}/CGI.pm:${PORTSDIR}/www/p5-CGI.pm \ X ${LOCALBASE}/bin/mrtg:${PORTSDIR}/net-mgmt/mrtg \ X ${LOCALBASE}/bin/mrtg-ping-probe:${PORTSDIR}/net/mrtg-ping-probe X XWRKSRC= ${WRKDIR}/${PORTNAME}-v${PORTVERSION} X XUSE_PERL5= YES X XNO_BUILD= YES X Xpost-patch: X @${RM} ${WRKSRC}/extras/targetnames/BER.pm ${WRKSRC}/extras/targetnames/SNMP_*.pm X for file in routers2.cgi.pl routers2.conf ; do \ X ${REINPLACE_CMD} -e 's|%%LOCALBASE%%|${LOCALBASE}|' ${WRKSRC}/$$file; \ X done X Xdo-install: X ${MKDIR} -m 755 ${PREFIX}/www/routers2 X ${MKDIR} -m 755 ${PREFIX}/www/routers2/rrdicons X ${MKDIR} -m 755 /var/db/rrdtool X ${CHOWN} ${WWWOWN}:${WWWGRP} /var/db/rrdtool X X.if !defined(NOPORTDOCS) X ${MKDIR} -m 755 ${DOCSDIR} X for file in CHANGES README doc/* ; do \ X ${INSTALL_DATA} ${WRKSRC}/$$file ${DOCSDIR}; \ X done X.endif X ${INSTALL_DATA} ${WRKSRC}/routers2.conf ${PREFIX}/etc/routers2.conf.sample X ${INSTALL_DATA} ${WRKSRC}/rrdicons/* ${PREFIX}/www/routers2/rrdicons X ${INSTALL_SCRIPT} ${WRKSRC}/routers2.cgi.pl ${PREFIX}/www/routers2/routers2.cgi X# for file in mrtg cfgmaker indexmaker; do \ X# ${INSTALL_SCRIPT} ${WRKSRC}/bin/$$file ${PREFIX}/bin/; \ X# done X X#post-install: X#.if !defined(BATCH) X# @${ECHO} "" X# @${ECHO} "############################################################################" X# @${ECHO} "# Please create a MRTG config file in ${PREFIX}/etc/mrtg #" X# @${ECHO} "# A configuration file can be automatically generated with cfgmaker #" X# @${ECHO} "# A sample configuration file is installed as mrtg.cfg.sample #" X# @${ECHO} "# #" X# @${ECHO} "# To enable MRTG in daemon mode, put the following to your /etc/rc.conf or #" X# @${ECHO} "# /etc/rc.conf.local file: #" X# @${ECHO} "# mrtg_daemon_enable=\"YES\" #" X# @${ECHO} "############################################################################" X#.endif X X.include END-of-routers2/Makefile echo x - routers2/distinfo sed 's/^X//' >routers2/distinfo << 'END-of-routers2/distinfo' XMD5 (routers2-v2.17a.tar.gz) = 57e1542bca50940aa4b3908cc7ed5551 XSHA256 (routers2-v2.17a.tar.gz) = a8aa61db9969ebae2b56fe92184d045f03780a8c9412f99f48ecfed879d9703e XSIZE (routers2-v2.17a.tar.gz) = 383280 END-of-routers2/distinfo echo x - routers2/pkg-descr sed 's/^X//' >routers2/pkg-descr << 'END-of-routers2/pkg-descr' XGeneric web-based frontend for the popular MRTG systems monitoring software X XWWW: http://www.steveshipway.org/software/ END-of-routers2/pkg-descr echo x - routers2/pkg-plist sed 's/^X//' >routers2/pkg-plist << 'END-of-routers2/pkg-plist' Xetc/routers2.conf.sample Xwww/routers2/routers2.cgi Xwww/routers2/rrdicons/3com-sm.gif Xwww/routers2/rrdicons/aix-sm.gif Xwww/routers2/rrdicons/alert-grey-sm.gif Xwww/routers2/rrdicons/alert-sm.gif Xwww/routers2/rrdicons/altgif-ajezierski.gif Xwww/routers2/rrdicons/altgif-arslanagic.gif Xwww/routers2/rrdicons/altgif-default.gif Xwww/routers2/rrdicons/altgif-fancy.gif Xwww/routers2/rrdicons/altgif-jharbin.gif Xwww/routers2/rrdicons/altgif-keane.gif Xwww/routers2/rrdicons/altgif-ncsu.gif Xwww/routers2/rrdicons/altgif-simple.gif Xwww/routers2/rrdicons/altgif-wiese.gif Xwww/routers2/rrdicons/apache-sm.gif Xwww/routers2/rrdicons/apache2-sm.gif Xwww/routers2/rrdicons/archive-h.gif Xwww/routers2/rrdicons/archive.gif Xwww/routers2/rrdicons/book-sm.gif Xwww/routers2/rrdicons/delete.gif Xwww/routers2/rrdicons/book2-sm.gif Xwww/routers2/rrdicons/bookmark-bw.gif Xwww/routers2/rrdicons/bookmark.gif Xwww/routers2/rrdicons/calendar-sm.gif Xwww/routers2/rrdicons/camera-sm.gif Xwww/routers2/rrdicons/camera2-sm.gif Xwww/routers2/rrdicons/check-sm.gif Xwww/routers2/rrdicons/chip-sm.gif Xwww/routers2/rrdicons/cisco-sm.gif Xwww/routers2/rrdicons/clock-sm.gif Xwww/routers2/rrdicons/clock2-sm.gif Xwww/routers2/rrdicons/cog-sm.gif Xwww/routers2/rrdicons/comp2-sm.gif Xwww/routers2/rrdicons/compact-sm.gif Xwww/routers2/rrdicons/compaq-sm.gif Xwww/routers2/rrdicons/cpu-sm.gif Xwww/routers2/rrdicons/cross-sm.gif Xwww/routers2/rrdicons/cross-vsm.gif Xwww/routers2/rrdicons/csv-bw.gif Xwww/routers2/rrdicons/csv.gif Xwww/routers2/rrdicons/cube-sm.gif Xwww/routers2/rrdicons/db-sm.gif Xwww/routers2/rrdicons/README Xwww/routers2/rrdicons/dell-sm.gif Xwww/routers2/rrdicons/devices-dn-w.gif Xwww/routers2/rrdicons/devices-dn.gif Xwww/routers2/rrdicons/devices.gif Xwww/routers2/rrdicons/dir-sm.gif Xwww/routers2/rrdicons/disk-sm.gif Xwww/routers2/rrdicons/drop-sm.gif Xwww/routers2/rrdicons/error-lg.gif Xwww/routers2/rrdicons/error-sm.gif Xwww/routers2/rrdicons/error.gif Xwww/routers2/rrdicons/esx-sm.gif Xwww/routers2/rrdicons/firewall-sm.gif Xwww/routers2/rrdicons/firewall2-sm.gif Xwww/routers2/rrdicons/firewall3-sm.gif Xwww/routers2/rrdicons/flag-fin.gif Xwww/routers2/rrdicons/flag-swe.gif Xwww/routers2/rrdicons/flag-uk.gif Xwww/routers2/rrdicons/flag-usa.gif Xwww/routers2/rrdicons/flag-wales.gif Xwww/routers2/rrdicons/freebsd-sm.gif Xwww/routers2/rrdicons/g-sm.gif Xwww/routers2/rrdicons/link-interface-sm.gif Xwww/routers2/rrdicons/globe-sm.gif Xwww/routers2/rrdicons/graph-sm.gif Xwww/routers2/rrdicons/graphs-bw.gif Xwww/routers2/rrdicons/graphs.gif Xwww/routers2/rrdicons/group-sm.gif Xwww/routers2/rrdicons/heart-sm.gif Xwww/routers2/rrdicons/house-sm.gif Xwww/routers2/rrdicons/hp-sm.gif Xwww/routers2/rrdicons/ibm-sm.gif Xwww/routers2/rrdicons/ibm2-sm.gif Xwww/routers2/rrdicons/iis-sm.gif Xwww/routers2/rrdicons/incoming-sm.gif Xwww/routers2/rrdicons/index.html Xwww/routers2/rrdicons/info-sm.gif Xwww/routers2/rrdicons/info2-sm.gif Xwww/routers2/rrdicons/intel-sm.gif Xwww/routers2/rrdicons/intel2-sm.gif Xwww/routers2/rrdicons/interface-sm.gif Xwww/routers2/rrdicons/interface2-sm.gif Xwww/routers2/rrdicons/link-disk-sm.gif Xwww/routers2/rrdicons/link-general-sm.gif Xwww/routers2/rrdicons/link-sm.gif Xwww/routers2/rrdicons/link-interface2-sm.gif Xwww/routers2/rrdicons/linux-sm.gif Xwww/routers2/rrdicons/linux2-sm.gif Xwww/routers2/rrdicons/list-sm.gif Xwww/routers2/rrdicons/load-sm.gif Xwww/routers2/rrdicons/login.gif Xwww/routers2/rrdicons/logout.gif Xwww/routers2/rrdicons/mac-sm.gif Xwww/routers2/rrdicons/mail-sm.gif Xwww/routers2/rrdicons/mainmenu-bw.gif Xwww/routers2/rrdicons/mainmenu.gif Xwww/routers2/rrdicons/makeindex.pl Xwww/routers2/rrdicons/mandrake-sm.gif Xwww/routers2/rrdicons/menu-sm.gif Xwww/routers2/rrdicons/modem-sm.gif Xwww/routers2/rrdicons/modem2-sm.gif Xwww/routers2/rrdicons/mssql-sm.gif Xwww/routers2/rrdicons/net2-sm.gif Xwww/routers2/rrdicons/netcard-sm.gif Xwww/routers2/rrdicons/netdrive-sm.gif Xwww/routers2/rrdicons/news-sm.gif Xwww/routers2/rrdicons/nothing-sm.gif Xwww/routers2/rrdicons/note-sm.gif Xwww/routers2/rrdicons/novell-sm.gif Xwww/routers2/rrdicons/novell2-sm.gif Xwww/routers2/rrdicons/options-bw.gif Xwww/routers2/rrdicons/options-dn-bw.gif Xwww/routers2/rrdicons/options-dn-w.gif Xwww/routers2/rrdicons/options-dn.gif Xwww/routers2/rrdicons/options.gif Xwww/routers2/rrdicons/otherstuff-bw.gif Xwww/routers2/rrdicons/otherstuff.gif Xwww/routers2/rrdicons/outgoing-sm.gif Xwww/routers2/rrdicons/padlock-sm.gif Xwww/routers2/rrdicons/pbrush-sm.gif Xwww/routers2/rrdicons/pbrush2-sm.gif Xwww/routers2/rrdicons/pbrush3-sm.gif Xwww/routers2/rrdicons/pdf-sm.gif Xwww/routers2/rrdicons/people-sm.gif Xwww/routers2/rrdicons/phone-sm.gif Xwww/routers2/rrdicons/phone2-sm.gif Xwww/routers2/rrdicons/plus-sm.gif Xwww/routers2/rrdicons/prefs-sm.gif Xwww/routers2/rrdicons/printer-sm.gif Xwww/routers2/rrdicons/private-sm.gif Xwww/routers2/rrdicons/query-sm.gif Xwww/routers2/rrdicons/quill-sm.gif Xwww/routers2/rrdicons/refresh-bw.gif Xwww/routers2/rrdicons/refresh.gif Xwww/routers2/rrdicons/rescale.gif Xwww/routers2/rrdicons/router-sm.gif Xwww/routers2/rrdicons/router2-sm.gif Xwww/routers2/rrdicons/router3-sm.gif Xwww/routers2/rrdicons/routers2.css Xwww/routers2/rrdicons/routers2.gif Xwww/routers2/rrdicons/routers2print.css Xwww/routers2/rrdicons/rrdtool.gif Xwww/routers2/rrdicons/script-sm.gif Xwww/routers2/rrdicons/search-sm.gif Xwww/routers2/rrdicons/search2-sm.gif Xwww/routers2/rrdicons/server-sm.gif Xwww/routers2/rrdicons/server2-sm.gif Xwww/routers2/rrdicons/server3-sm.gif Xwww/routers2/rrdicons/unknown-sm.gif Xwww/routers2/rrdicons/solaris-sm.gif Xwww/routers2/rrdicons/sort-b-vsm.gif Xwww/routers2/rrdicons/sort-g-vsm.gif Xwww/routers2/rrdicons/speaker-sm.gif Xwww/routers2/rrdicons/star-sm.gif Xwww/routers2/rrdicons/star2-sm.gif Xwww/routers2/rrdicons/stop-sm.gif Xwww/routers2/rrdicons/styles-bw.gif Xwww/routers2/rrdicons/styles.gif Xwww/routers2/rrdicons/summary-sm.gif Xwww/routers2/rrdicons/sun-sm.gif Xwww/routers2/rrdicons/switch-sm.gif Xwww/routers2/rrdicons/switch2-sm.gif Xwww/routers2/rrdicons/switch3-sm.gif Xwww/routers2/rrdicons/switch4-sm.gif Xwww/routers2/rrdicons/target-sm.gif Xwww/routers2/rrdicons/target2-sm.gif Xwww/routers2/rrdicons/targets.gif Xwww/routers2/rrdicons/temp-sm.gif Xwww/routers2/rrdicons/tick-sm.gif Xwww/routers2/rrdicons/tick-vsm.gif Xwww/routers2/rrdicons/traffic-sm.gif Xwww/routers2/rrdicons/user-sm.gif Xwww/routers2/rrdicons/web-sm.gif Xwww/routers2/rrdicons/win-sm.gif Xwww/routers2/rrdicons/win2-sm.gif Xwww/routers2/rrdicons/win2k-sm.gif Xwww/routers2/rrdicons/winme-sm.gif Xwww/routers2/rrdicons/winxp-sm.gif Xwww/routers2/rrdicons/www-sm.gif Xwww/routers2/rrdicons/zoomin-bw.gif Xwww/routers2/rrdicons/zoomin.gif Xwww/routers2/rrdicons/zoomout-bw.gif Xwww/routers2/rrdicons/zoomout.gif X%%PORTDOCS%%%%DOCSDIR%%/CHANGES X%%PORTDOCS%%%%DOCSDIR%%/README X%%PORTDOCS%%%%DOCSDIR%%/AUTHENTICATION X%%PORTDOCS%%%%DOCSDIR%%/BUGS X%%PORTDOCS%%%%DOCSDIR%%/EXAMPLES X%%PORTDOCS%%%%DOCSDIR%%/HOWTO X%%PORTDOCS%%%%DOCSDIR%%/INSTALL X%%PORTDOCS%%%%DOCSDIR%%/INSTALL.txt X%%PORTDOCS%%%%DOCSDIR%%/LANGUAGE X%%PORTDOCS%%%%DOCSDIR%%/LICENSE X%%PORTDOCS%%%%DOCSDIR%%/MRTG_INFO X%%PORTDOCS%%%%DOCSDIR%%/PROBLEMS X%%PORTDOCS%%%%DOCSDIR%%/ROUTERS_CONF X%%PORTDOCS%%%%DOCSDIR%%/SECURITY X%%PORTDOCS%%%%DOCSDIR%%/STYLESHEETS X%%PORTDOCS%%%%DOCSDIR%%/UPGRADING X%%PORTDOCS%%%%DOCSDIR%%/WINDOWS X%%PORTDOCS%%%%DOCSDIR%%/WISHLIST X@dirrm www/routers2/rrdicons X@dirrm www/routers2 X%%PORTDOCS%%@dirrm %%DOCSDIR%% END-of-routers2/pkg-plist exit --- routers2-2.17.shar ends here --- >Release-Note: >Audit-Trail: >Unformatted: