diff options
author | cvs2svn <cvs2svn@FreeBSD.org> | 2008-02-24 03:11:57 +0000 |
---|---|---|
committer | cvs2svn <cvs2svn@FreeBSD.org> | 2008-02-24 03:11:57 +0000 |
commit | fa4a943c17e47bf910596a414fd7287983350b9b (patch) | |
tree | dc76cec18a505befc330e612e0a56bf1caa5ca49 /sysutils/bsdstats/files/pkg-message.in | |
parent | - Fix manpage pointing to correct PREFIX for binary and conf (diff) |
This commit was manufactured by cvs2svn to create tag 'RELEASE_7_0_0'.release/7.0.0
Diffstat (limited to 'sysutils/bsdstats/files/pkg-message.in')
-rw-r--r-- | sysutils/bsdstats/files/pkg-message.in | 30 |
1 files changed, 0 insertions, 30 deletions
diff --git a/sysutils/bsdstats/files/pkg-message.in b/sysutils/bsdstats/files/pkg-message.in deleted file mode 100644 index 88ed8e4b87a4..000000000000 --- a/sysutils/bsdstats/files/pkg-message.in +++ /dev/null @@ -1,30 +0,0 @@ - -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: - 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: - ${LOCALBASE}/etc/periodic/monthly/300.statistics -nodelay - -To view current statistics, go to: - http://www.bsdstats.org -******************** |