* better master/slave secrets documentation * first cut at mtr integration * use localtime to construct the rawlog filename New in 2.4: * SmokeTrace: An Ajax Traceroute tool. * The 'blazemode' option for the FPing probe, so that the first (slow) ping packet can be ignored. Ok'ed bouyer@
13 lines
349 B
Text
13 lines
349 B
Text
$NetBSD: patch-ae,v 1.1 2008/08/17 11:09:10 adrianp Exp $
|
|
|
|
--- htdocs/tr.cgi.dist.orig 2008-07-24 19:25:28.000000000 +0100
|
|
+++ htdocs/tr.cgi.dist
|
|
@@ -1,6 +1,6 @@
|
|
-#!/usr/sepp/bin/speedy-5.8.8 -w
|
|
+#!@PREFIX@/@INTERP@ -w
|
|
use strict;
|
|
-use lib qw(/home/oposs/smokeping/software/lib);
|
|
+use lib qw(@PREFIX@/lib/smokeping);
|
|
use lib qw(perl);
|
|
|
|
use CGI;
|