diff options
Diffstat (limited to 'net/smokeping/patches/patch-aa')
-rw-r--r-- | net/smokeping/patches/patch-aa | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/net/smokeping/patches/patch-aa b/net/smokeping/patches/patch-aa index f1a571359fc..defc45cc71b 100644 --- a/net/smokeping/patches/patch-aa +++ b/net/smokeping/patches/patch-aa @@ -1,6 +1,6 @@ -$NetBSD: patch-aa,v 1.5 2005/10/28 21:43:18 adrianp Exp $ +$NetBSD: patch-aa,v 1.6 2006/08/09 21:48:53 adrianp Exp $ ---- bin/smokeping.dist.orig 2005-10-23 22:09:23.000000000 +0100 +--- bin/smokeping.dist.orig 2006-07-14 12:17:59.000000000 +0100 +++ bin/smokeping.dist @@ -1,12 +1,11 @@ #!/usr/sepp/bin/perl-5.8.4 -w @@ -10,7 +10,7 @@ $NetBSD: patch-aa,v 1.5 2005/10/28 21:43:18 adrianp Exp $ -use lib qw(lib); +use lib qw(@PREFIX@/lib/smokeping); - use Smokeping 2.000004; + use Smokeping 2.000009; -Smokeping::main("etc/config.dist"); +Smokeping::main("@PKG_SYSCONFDIR@/config"); |