git: f2cbfe854f1e - main - net-mgmt/bsdstats: Fix typo in periodic script

Lars Engels lme at FreeBSD.org
Fri May 7 20:52:02 UTC 2021


The branch main has been updated by lme:

URL: https://cgit.FreeBSD.org/ports/commit/?id=f2cbfe854f1efb5971d4b614cac0b04641b576a2

commit f2cbfe854f1efb5971d4b614cac0b04641b576a2
Author:     Andrew Fyfe <andrew at fyfe.gb.net>
AuthorDate: 2021-05-07 20:48:44 +0000
Commit:     Lars Engels <lme at FreeBSD.org>
CommitDate: 2021-05-07 20:48:44 +0000

    net-mgmt/bsdstats: Fix typo in periodic script
    
    PR:             255631
    Approved by:    just-fix-it
---
 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"}


More information about the dev-commits-ports-all mailing list