summaryrefslogtreecommitdiff
path: root/net-mgmt/smokeping/files/patch-bin-smokeping.dist
diff options
context:
space:
mode:
Diffstat (limited to 'net-mgmt/smokeping/files/patch-bin-smokeping.dist')
-rw-r--r--net-mgmt/smokeping/files/patch-bin-smokeping.dist45
1 files changed, 0 insertions, 45 deletions
diff --git a/net-mgmt/smokeping/files/patch-bin-smokeping.dist b/net-mgmt/smokeping/files/patch-bin-smokeping.dist
deleted file mode 100644
index f0fae8d5038c..000000000000
--- a/net-mgmt/smokeping/files/patch-bin-smokeping.dist
+++ /dev/null
@@ -1,45 +0,0 @@
---- bin/smokeping.dist.orig Sun Jan 18 15:48:21 2004
-+++ bin/smokeping.dist Sun Jan 18 15:52:40 2004
-@@ -1,14 +1,11 @@
--#!/usr/sepp/bin/perl -w
-+#!%%PERL%% -w
- # -*-perl-*-
-
--use lib qw(/home/oetiker/data/projects/AABN-rrdtool/perl-shared/blib/lib);
--use lib qw(/home/oetiker/data/projects/AABN-rrdtool/perl-shared/blib/arch);
--use lib qw(/usr/pack/rrdtool-1.0.40-ds/lib/perl/5.8.0);
--use lib qw(/home/oetiker/data/projects/AADJ-smokeping/dist/lib);
-+use lib qw(%%PREFIX%%/smokeping/lib);
-
- use Smokeping 1.31;
-
--Smokeping::main("etc/config.dist");
-+Smokeping::main("%%PREFIX%%/etc/smokeping/config");
-
- =head1 NAME
-
-@@ -86,22 +83,8 @@
-
- =head1 SETUP
-
--When installing SmokePing, this file has to be adjusted to fit your
--local system. Three paths have to be entered.
--
--One pointing to your B<rrdtool> installation
--
-- use lib qw(/usr/pack/rrdtool-1.0.33-to/lib/perl);
--
--One pointing to the place where you have installed the SmokePing libraries
--
-- use lib qw(/home/oetiker/public_html/smokeping/lib);
--
--The third path is the argument to the Smokeping::main command. It points to
--the SmokePing configuration file.
--
-- use Smokeping;
-- Smokeping::main("/home/oetiker/.smokeping/config");
-+When installing SmokePing, this file has been adjusted to fit your
-+local system. There should be no need for further path adjustments.
-
- =head1 COPYRIGHT
-