From b6ee174661b9a140ff53ab927205f6e535df86de Mon Sep 17 00:00:00 2001 From: Michael Scheidell Date: Tue, 28 Aug 2012 04:02:55 +0000 Subject: - Rewrite installation message [1] - 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 [1] --- sysutils/bsdstats/files/pkg-message.in | 27 ++++++--------------------- 1 file changed, 6 insertions(+), 21 deletions(-) (limited to 'sysutils/bsdstats/files') diff --git a/sysutils/bsdstats/files/pkg-message.in b/sysutils/bsdstats/files/pkg-message.in index a2a3d5f12bb3..4629e89ff170 100644 --- a/sysutils/bsdstats/files/pkg-message.in +++ b/sysutils/bsdstats/files/pkg-message.in @@ -1,30 +1,15 @@ - -This script, meant to be run monthly, submits statistics anonymously -to a central checkin server (http://bsdstats.org), in an attempt to -generate reasonably accurate demographics of both *BSD usage, as well -as devices in use. - -Steps have been taken to make eliminate security concerns brought up -in earlier releases of this, including, but not limited to, not storing -anything in the database that has been deemed as 'sensitive' (ie. IP of -the reporting server, and hostname). - ******************** -To enable monthly reporting, edit or create /etc/periodic.conf and add this line: +To enable monthly reporting, add these lines to /etc/periodic.conf: monthly_statistics_enable="YES" - -To enable boottime reporting, edit or create /etc/rc.conf and add this line: - bsdstats_enable="YES" - -To enable device reporting, add this line: monthly_statistics_report_devices="YES" - -To enable ports reporting, add this line: monthly_statistics_report_ports="YES" -To run it manually the first time, just run it as: +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 + http://www.bsdstats.org/ ******************** -- cgit v1.2.3