Add Marc's monthly statistics script to DragonFly's base dist. These
authorMatthew Dillon <dillon@dragonflybsd.org>
Wed, 4 Oct 2006 21:39:23 +0000 (21:39 +0000)
committerMatthew Dillon <dillon@dragonflybsd.org>
Wed, 4 Oct 2006 21:39:23 +0000 (21:39 +0000)
commite63e874d628551b51022543f9af14f059429434c
tree9201b727bc2f8fc4129899ef82e6012316e55bcd
parent5d67c5efbc18447a0df64ab85eda32df6ec262e5
Add Marc's monthly statistics script to DragonFly's base dist.  These
scripts report basic non-identifying OS info to a BSD community site on
the internet.

These scripts are DISABLED by default.  To enable, add the following
lines to your /etc/periodic.conf file:

monthly_statistics_enable="YES"
monthly_statistics_report_devices="YES"

Submitted-by: "Marc G. Fournier" <scrappy@freebsd.org>
etc/defaults/periodic.conf
etc/periodic/monthly/300.statistics [new file with mode: 0644]
etc/periodic/monthly/Makefile