From be7d95a3226ff0173d9b35e764c80f9f0028bd7c Mon Sep 17 00:00:00 2001 From: Andrew Fyfe Date: Wed, 5 May 2021 20:25:33 +0100 Subject: [PATCH] sysutils/bsdstats: fix typo in previous patch e48320e2d8b9 --- sysutils/bsdstats/Makefile | 2 +- sysutils/bsdstats/files/300.statistics.in | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/sysutils/bsdstats/Makefile b/sysutils/bsdstats/Makefile index 86d3ab3d15da..e696ed85b68e 100644 --- a/sysutils/bsdstats/Makefile +++ b/sysutils/bsdstats/Makefile @@ -2,7 +2,7 @@ PORTNAME= bsdstats PORTVERSION= 7.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= sysutils DISTFILES= diff --git a/sysutils/bsdstats/files/300.statistics.in b/sysutils/bsdstats/files/300.statistics.in index 1ba18493c600..0985059d5555 100644 --- a/sysutils/bsdstats/files/300.statistics.in +++ b/sysutils/bsdstats/files/300.statistics.in @@ -68,7 +68,7 @@ fi # global values # monthly_statistics_enable=${monthly_statistics_enable:-"NO"} -monthly_statistics_report_devices=${$monthly_statistics_report_devices:-"YES"} +monthly_statistics_report_devices=${monthly_statistics_report_devices:-"YES"} monthly_statistics_report_ports=${monthly_statistics_report_ports:-"YES"} checkin_server=${monthly_statistics_checkin_server:-"rpt.bsdstats.org"} bsdstats_log=${monthly_statistics_logfile:-"/var/log/bsdstats"} -- 2.31.1