forked from Lainports/freebsd-ports
- Include project's description in pkg-desc, not pkg-message.in - Change default answer to each reporting question to yes - Fix tests for /etc/periodic.conf and /etc/rc.conf - Clean up interactive prompts during installation - Bump PORTREVISION PR: ports/171015 Submitted by: bsdstats@nanoman.ca (maintainer) Reported by: 2A <deuza at fr dot FreeBSD dot org> [1]
15 lines
464 B
Text
15 lines
464 B
Text
********************
|
|
To enable monthly reporting, add these lines to /etc/periodic.conf:
|
|
monthly_statistics_enable="YES"
|
|
monthly_statistics_report_devices="YES"
|
|
monthly_statistics_report_ports="YES"
|
|
|
|
To enable reporting on bootup, add this line to /etc/rc.conf:
|
|
bsdstats_enable="YES"
|
|
|
|
To run it manually the first time:
|
|
%%PREFIX%%/etc/periodic/monthly/300.statistics -nodelay
|
|
|
|
To view current statistics, go to:
|
|
http://www.bsdstats.org/
|
|
********************
|