aboutsummaryrefslogblamecommitdiff
path: root/net-mgmt/routers2-extensions/files/patch-ifstatus.cgi
blob: 5a5e2806bb0356ef714f8db3ded72104e912b626 (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
















                                                                          
--- ifstatus.cgi.orig	Thu Dec 14 00:39:56 2006
+++ ifstatus.cgi	Thu Dec 14 00:41:44 2006
@@ -1,4 +1,4 @@
-#!/usr/bin/perl
+#!%%LOCALBASE%%/bin/speedy -- -M20 -t3600 -gnone -r500
 # vim:ts=4
 # ifstatus.pl v1.0
 #
@@ -27,7 +27,7 @@
 my($VERSION) = "v1.0";
 
 # Variables
-my( $conffile ) = '/u01/etc/routers2.conf';
+my( $conffile ) = '%%LOCALBASE%%/etc/routers2.conf';
 
 my( $device, $community, $targetwindow, $target, $file, $backurl, $ifno )
 	= ( "","","graph","","","","");