blob: 7e588aedc1b3e37e63324316124e3c03fb6d87d7 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
$NetBSD: patch-ad,v 1.6 2012/02/02 18:54:35 bouyer Exp $
--- bin/tSmoke.orig 2012-02-02 15:16:10.000000000 +0100
+++ bin/tSmoke 2012-02-02 15:16:31.000000000 +0100
@@ -63,7 +63,7 @@
use RRDs;
# Point to your Smokeping config file
-my $cfgfile = "etc/config.dist";
+my $cfgfile = "@PKG_SYSCONFDIR@/config.dist";
# global variables
my $cfg;
|