View | Details | Raw Unified | Return to bug 128643
Collapse All | Expand All

(-)/usr/ports/net-mgmt/routers2-extensions/Makefile (-1 / +1 lines)
Lines 6-12 Link Here
6
#
6
#
7
7
8
PORTNAME=	routers2-extensions
8
PORTNAME=	routers2-extensions
9
PORTVERSION=	2.18
9
PORTVERSION=	2.19
10
CATEGORIES=	net-mgmt
10
CATEGORIES=	net-mgmt
11
MASTER_SITES=	http://www.steveshipway.org/software/rrd/ \
11
MASTER_SITES=	http://www.steveshipway.org/software/rrd/ \
12
		ftp://ftp.oav.oav.net/routers2/
12
		ftp://ftp.oav.oav.net/routers2/
(-)/usr/ports/net-mgmt/routers2-extensions/distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
MD5 (routers2-v2.18.tar.gz) = e9ed06d52acaa22467d8c31432905691
1
MD5 (routers2-v2.19.tar.gz) = c99af543f835c3c08cbd109a4ef8cc03
2
SHA256 (routers2-v2.18.tar.gz) = 728d1788db58f8b99a72fdf74c1e1def3a4528bc0483b7f371472aa23396357f
2
SHA256 (routers2-v2.19.tar.gz) = 6763b5a039780d42a5f7b222cf4b90922fd3cd78787c8e36028a923142b0cacb
3
SIZE (routers2-v2.18.tar.gz) = 399144
3
SIZE (routers2-v2.19.tar.gz) = 411136
(-)/usr/ports/net-mgmt/routers2-extensions/files/patch-routingtable.cgi (-11 / +2 lines)
Lines 1-17 Link Here
1
--- routingtable.cgi.orig	Thu Dec 14 00:56:50 2006
1
--- routingtable.cgi.orig	2008-11-06 11:49:06.000000000 +0100
2
+++ routingtable.cgi	Thu Dec 14 00:57:29 2006
2
+++ routingtable.cgi	2008-11-06 11:49:39.000000000 +0100
3
@@ -1,4 +1,4 @@
3
@@ -1,4 +1,4 @@
4
-#!/usr/local/bin/perl -w
4
-#!/usr/local/bin/perl -w
5
+#!%%LOCALBASE%%/bin/speedy -- -M20 -t3600 -gnone -r500
5
+#!%%LOCALBASE%%/bin/speedy -- -M20 -t3600 -gnone -r500
6
 # CHANGE ABOVE PATH TO MATCH YOUR PERL LOCATION! You may remove the -w
6
 # CHANGE ABOVE PATH TO MATCH YOUR PERL LOCATION! You may remove the -w
7
 ##############################################################################.
7
 ##############################################################################.
8
 # routingtable.cgi : Version v1.5
8
 # routingtable.cgi : Version v1.5
9
@@ -21,7 +21,7 @@
10
 ##############################################################################.
11
 use strict;
12
 use CGI;        # for CGI
13
-#use Net::SNMP; # ActivePerl users may need this uncommented
14
+use Net::SNMP; # ActivePerl users may need this uncommented
15
 ##############################################################################.
16
 my ($VERSION) = "v1.5";
17
 my ($APPURL ) = "http://www.steveshipway.org/software/";
(-)/usr/ports/net-mgmt/routers2-extensions/files/patch-tonagios.cgi (-5 / +5 lines)
Lines 1-5 Link Here
1
--- tonagios.cgi.orig	Thu Dec 14 01:00:19 2006
1
--- tonagios.cgi.orig	2008-11-06 11:51:08.000000000 +0100
2
+++ tonagios.cgi	Thu Dec 14 01:00:58 2006
2
+++ tonagios.cgi	2008-11-06 11:51:45.000000000 +0100
3
@@ -1,4 +1,4 @@
3
@@ -1,4 +1,4 @@
4
-#!/usr/bin/perl
4
-#!/usr/bin/perl
5
+#!%%LOCALBASE%%/bin/speedy -- -M20 -t3600 -gnone -r500
5
+#!%%LOCALBASE%%/bin/speedy -- -M20 -t3600 -gnone -r500
Lines 12-17 Link Here
12
 # configure here: Nagios status.cgi URL (or use extinfo.cgi instead)
12
 # configure here: Nagios status.cgi URL (or use extinfo.cgi instead)
13
-my( $NAGIOS ) = "http://nagios.auckland.ac.nz/nagios/cgi-bin/status.cgi";
13
-my( $NAGIOS ) = "http://nagios.auckland.ac.nz/nagios/cgi-bin/status.cgi";
14
+my( $NAGIOS ) = "http://changeme/nagios/cgi-bin/status.cgi";
14
+my( $NAGIOS ) = "http://changeme/nagios/cgi-bin/status.cgi";
15
 
15
 # This is chopped from the end of the configuration filename
16
 # Variables
16
 my( $TRUNCATE ) = "\.(cfg|conf)?";
17
 my( $device, $community, $targetwindow, $target, $file, $backurl )
17
 # Alternative examples

Return to bug 128643