diff options
author | Lars Thegler <lth@FreeBSD.org> | 2005-02-09 21:00:17 +0000 |
---|---|---|
committer | Lars Thegler <lth@FreeBSD.org> | 2005-02-09 21:00:17 +0000 |
commit | 4c4ce880cc394f5459bb7714f318b067305f1bb5 (patch) | |
tree | be1ef86cf7c2fa8777a1e85a762d5726a95f3bf1 /net-mgmt/smokeping/files | |
parent | 3e18e828e3abd70532013e9170302b35b024817f (diff) |
- Update to 1.38
- Rearranged man pages and port docs accordingly
Noticed by: Daniel Johansson <donnex@gmail.com>
Notes
Notes:
svn path=/head/; revision=128411
Diffstat (limited to 'net-mgmt/smokeping/files')
-rw-r--r-- | net-mgmt/smokeping/files/patch-bin-smokeping.dist | 16 | ||||
-rw-r--r-- | net-mgmt/smokeping/files/patch-htdocs-smokeping.cgi.dist | 6 |
2 files changed, 10 insertions, 12 deletions
diff --git a/net-mgmt/smokeping/files/patch-bin-smokeping.dist b/net-mgmt/smokeping/files/patch-bin-smokeping.dist index f0fae8d5038c..c0011a8e6935 100644 --- a/net-mgmt/smokeping/files/patch-bin-smokeping.dist +++ b/net-mgmt/smokeping/files/patch-bin-smokeping.dist @@ -1,24 +1,22 @@ ---- 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 +--- bin/smokeping.dist.orig Sun Jan 30 17:56:30 2005 ++++ bin/smokeping.dist Mon Feb 7 21:46:26 2005 +@@ -1,12 +1,11 @@ +-#!/usr/sepp/bin/perl-5.8.0 -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(/usr/pack/rrdtool-1.0.47-to/lib); -use lib qw(/home/oetiker/data/projects/AADJ-smokeping/dist/lib); +use lib qw(%%PREFIX%%/smokeping/lib); - use Smokeping 1.31; + use Smokeping 1.38; -Smokeping::main("etc/config.dist"); +Smokeping::main("%%PREFIX%%/etc/smokeping/config"); =head1 NAME -@@ -86,22 +83,8 @@ +@@ -101,22 +100,8 @@ =head1 SETUP diff --git a/net-mgmt/smokeping/files/patch-htdocs-smokeping.cgi.dist b/net-mgmt/smokeping/files/patch-htdocs-smokeping.cgi.dist index c9fd03cc12fc..b8535089133e 100644 --- a/net-mgmt/smokeping/files/patch-htdocs-smokeping.cgi.dist +++ b/net-mgmt/smokeping/files/patch-htdocs-smokeping.cgi.dist @@ -1,5 +1,5 @@ ---- htdocs/smokeping.cgi.dist.orig Sun Oct 5 16:20:06 2003 -+++ htdocs/smokeping.cgi.dist Sun Jan 11 18:03:19 2004 +--- htdocs/smokeping.cgi.dist.orig Sun Jan 30 17:56:30 2005 ++++ htdocs/smokeping.cgi.dist Mon Feb 7 21:49:11 2005 @@ -1,12 +1,11 @@ -#!/usr/sepp/bin/speedy -w +#!%%PREFIX%%/bin/speedy -w @@ -9,7 +9,7 @@ -use lib qw(/home/oetiker/data/projects/AADJ-smokeping/dist/lib); +use lib qw(%%PREFIX%%/smokeping/lib); - use Smokeping 1.31; + use Smokeping 1.38; -Smokeping::cgi("/home/oetiker/data/projects/AADJ-smokeping/dist/etc/config"); +Smokeping::cgi("%%PREFIX%%/etc/smokeping/config"); |