$OpenBSD: patch-bin_tSmoke,v 1.4 2021/08/13 09:47:53 sthen Exp $

Index: bin/tSmoke
--- bin/tSmoke.orig
+++ bin/tSmoke
@@ -63,7 +63,7 @@ use Pod::Usage;
 use RRDs;
 
 # Point to your Smokeping config file
-my $cfgfile = (shift @ARGV) || "$FindBin::Bin/../etc/config";
+my $cfgfile = (shift @ARGV) || "${SYSCONFDIR}/config";
 
 # global variables
 my $cfg;
