diff options
author | adrianp <adrianp> | 2008-04-12 14:14:56 +0000 |
---|---|---|
committer | adrianp <adrianp> | 2008-04-12 14:14:56 +0000 |
commit | c5753505f62084d7046610b9d5dc6011137e2b1e (patch) | |
tree | 6afa4c31cce5e8182cb1239bf5b21e2304e5858d /net | |
parent | 29b8be5c42689c0651115ec0541273524b342802 (diff) | |
download | pkgsrc-c5753505f62084d7046610b9d5dc6011137e2b1e.tar.gz |
Fix an extra double-quote that made its way into a patch and prevents
smokeping from running.
Diffstat (limited to 'net')
-rw-r--r-- | net/smokeping/distinfo | 4 | ||||
-rw-r--r-- | net/smokeping/patches/patch-aa | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/net/smokeping/distinfo b/net/smokeping/distinfo index 5c6a31e8209..60802b8a6c8 100644 --- a/net/smokeping/distinfo +++ b/net/smokeping/distinfo @@ -1,9 +1,9 @@ -$NetBSD: distinfo,v 1.11 2008/04/06 21:47:00 adrianp Exp $ +$NetBSD: distinfo,v 1.12 2008/04/12 14:14:56 adrianp Exp $ SHA1 (smokeping-2.3.5.tar.gz) = d7ed6d1cf7fde5c8c9e1cb69c1e543cdf3f3edfa RMD160 (smokeping-2.3.5.tar.gz) = 484efd851453024e83cb84ecad753d2051df0081 Size (smokeping-2.3.5.tar.gz) = 580458 bytes -SHA1 (patch-aa) = b86c8e571c502b2a1517a32188df849ffd13f34c +SHA1 (patch-aa) = 6387c16acc98d9e991ebe31d55cf44d37b5a6382 SHA1 (patch-ab) = 0365074b3308637c82b5a611c3283886f40a3227 SHA1 (patch-ac) = 6cbefd4c8a6bea7ccae32b663dffd8c6fd1f73e5 SHA1 (patch-ad) = ef7b3139a87faa5895ba48171359458aefe1496a diff --git a/net/smokeping/patches/patch-aa b/net/smokeping/patches/patch-aa index 416717506ce..24f6bdd08c7 100644 --- a/net/smokeping/patches/patch-aa +++ b/net/smokeping/patches/patch-aa @@ -1,4 +1,4 @@ -$NetBSD: patch-aa,v 1.8 2008/04/06 21:47:00 adrianp Exp $ +$NetBSD: patch-aa,v 1.9 2008/04/12 14:14:56 adrianp Exp $ --- bin/smokeping.dist.orig 2008-03-29 07:47:19.000000000 +0000 +++ bin/smokeping.dist @@ -13,7 +13,7 @@ $NetBSD: patch-aa,v 1.8 2008/04/06 21:47:00 adrianp Exp $ use Smokeping 2.003005; -Smokeping::main("etc/config.dist"); -+Smokeping::main(""@PKG_SYSCONFDIR@/config"); ++Smokeping::main("@PKG_SYSCONFDIR@/config"); =head1 NAME |