Files
ports/sysutils/bsdstats/files/pkg-message.in
T
Lorenzo Salvadore 5427746c75 sysutils/bsdstats: Fix occurence of /usr/local
Change an occurence of /usr/local that I inadvertently introduced with
r533478 into %%PREFIX%%.

Approved by:	gerald (mentor)
2020-04-30 23:42:37 +00:00

34 lines
859 B
Plaintext

[
{ type: install
message: <<EOM
You installed BSDstats: script reporting statistics about your machine.
To disable monthly reporting, add this line to /etc/periodic.conf:
monthly_statistics_enable="NO"
To disable parts of reporting, add these lines to /etc/periodic.conf:
monthly_statistics_report_devices="NO"
monthly_statistics_report_ports="NO"
To limit which ports are being submitted:
create %%PREFIX%%/etc/bsdstats.conf and list ports to report in
the form ${category}/${portname}, one entry per line. It is also
possible to use the special self explanatory keyword "all-ports".
Example:
sysutils/bsdstats
ports-mgmt/pkg
To enable reporting on bootup, add this line to /etc/rc.conf:
bsdstats_enable="YES"
To run it manually any time:
bsdstats-send
To view current statistics, go to:
http://www.bsdstats.org/
@@TOR_MESSAGE@@
EOM
}
]