aboutsummaryrefslogtreecommitdiff
path: root/net-mgmt/smokeping/files/patch-htdocs-smokeping.cgi.dist
diff options
context:
space:
mode:
Diffstat (limited to 'net-mgmt/smokeping/files/patch-htdocs-smokeping.cgi.dist')
-rw-r--r--net-mgmt/smokeping/files/patch-htdocs-smokeping.cgi.dist45
1 files changed, 0 insertions, 45 deletions
diff --git a/net-mgmt/smokeping/files/patch-htdocs-smokeping.cgi.dist b/net-mgmt/smokeping/files/patch-htdocs-smokeping.cgi.dist
deleted file mode 100644
index ae61a621367a..000000000000
--- a/net-mgmt/smokeping/files/patch-htdocs-smokeping.cgi.dist
+++ /dev/null
@@ -1,45 +0,0 @@
---- htdocs/smokeping.cgi.dist.orig Mon Sep 26 22:15:57 2005
-+++ htdocs/smokeping.cgi.dist Thu Oct 6 10:40:18 2005
-@@ -1,13 +1,12 @@
--#!/usr/sepp/bin/speedy -w
-+#!%%PREFIX%%/bin/speedy -w
- # -*-perl-*-
-
--use lib qw(/usr/pack/rrdtool-1.0.33-to/lib/perl);
--use lib qw(/home/oetiker/data/projects/AADJ-smokeping/dist/lib);
-+use lib qw(%%PREFIX%%/smokeping/lib);
- use CGI::Carp qw(fatalsToBrowser);
-
- use Smokeping 2.000009;
-
--Smokeping::cgi("/home/oetiker/data/projects/AADJ-smokeping/dist/etc/config");
-+Smokeping::cgi("%%PREFIX%%/etc/smokeping/config");
-
- =head1 NAME
-
-@@ -34,23 +34,8 @@
-
- =head1 SETUP
-
--When installing SmokePing, this file has to be adjusted to fit your
--local system. Three paths have to be entered.
--
-- use lib qw(/usr/pack/rrdtool-1.0.33-to/lib/perl);
--
--One pointing to your B<rrdtool> installation
--
-- use lib qw(/home/oetiker/public_html/smokeping/lib);
--
--One pointing to the place where you have installed the SmokePing libraries
--
-- use Smokeping;
--
-- Smokeping::cgi("/home/oetiker/.smokeping/config");
--
--The third path is the argument to the Smokeping::cgi command. It points to
--the SmokePing configuration file.
-++When installing SmokePing, this file has been adjusted to fit your
-++local system. There should be no need for further path adjustments.
-
- =head1 COPYRIGHT
-