View | Details | Raw Unified | Return to bug 255631
Collapse All | Expand All

(-)b/sysutils/bsdstats/Makefile (-1 / +1 lines)
Lines 2-8 Link Here
2
2
3
PORTNAME=	bsdstats
3
PORTNAME=	bsdstats
4
PORTVERSION=	7.0
4
PORTVERSION=	7.0
5
PORTREVISION=	1
5
PORTREVISION=	2
6
CATEGORIES=	sysutils
6
CATEGORIES=	sysutils
7
DISTFILES=
7
DISTFILES=
8
8
(-)b/sysutils/bsdstats/files/300.statistics.in (-2 / +1 lines)
Lines 68-74 fi Link Here
68
# global values
68
# global values
69
#
69
#
70
monthly_statistics_enable=${monthly_statistics_enable:-"NO"}
70
monthly_statistics_enable=${monthly_statistics_enable:-"NO"}
71
monthly_statistics_report_devices=${$monthly_statistics_report_devices:-"YES"}
71
monthly_statistics_report_devices=${monthly_statistics_report_devices:-"YES"}
72
monthly_statistics_report_ports=${monthly_statistics_report_ports:-"YES"}
72
monthly_statistics_report_ports=${monthly_statistics_report_ports:-"YES"}
73
checkin_server=${monthly_statistics_checkin_server:-"rpt.bsdstats.org"}
73
checkin_server=${monthly_statistics_checkin_server:-"rpt.bsdstats.org"}
74
bsdstats_log=${monthly_statistics_logfile:-"/var/log/bsdstats"}
74
bsdstats_log=${monthly_statistics_logfile:-"/var/log/bsdstats"}
75
- 

Return to bug 255631