From 9791e321782cb2710beaad265cff2e5cdf535d85 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Antoine=20Beaupr=C3=A9?= Date: Fri, 9 Mar 2012 18:58:59 -0500 Subject: [PATCH] fixup: remove the right stuff --- plugins/relayd/relayd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/relayd/relayd b/plugins/relayd/relayd index 445cbea6..100d987c 100755 --- a/plugins/relayd/relayd +++ b/plugins/relayd/relayd @@ -50,7 +50,7 @@ my $configfile = "/usr/local/etc/relayd.conf"; need_multigraph(); -(defined($ENV{'offsetfile'})) and $offsetfile = $ENV{'offsetfile'}; +(defined($ENV{'logfile'})) and $logfile = $ENV{'logfile'}; (defined($ENV{'configfile'})) and $configfile = $ENV{'offsetfile'}; my $cmd = (defined($ARGV[0])) ? $ARGV[0] : '';