ports/sysutils/munin-master/files/pkg-message.in
Florian Smeets 02388ae491 sysutils/munin-{master,node}: change cron job install
Don't rely on directly calling crontab(1) to install the cron job, use
the etc/cron.d directory for which we've had support for a while. This
fixes installing munin-master using pkg -r as crontab(1) installed the
cron job on the host system not in the specified alternative root
otherwise.

Completely remove pkg-install, that also removes the automatic migration
for newsyslog files after src revision r340318 it's been 4 years and a
bit.

Leave the pkg-deinstall script for a while to make sure that the
automatically installed cron jobs via crontab(1) are removed.

PR:		258072
Reported by:	Tassilo Philipp <tphilipp@potion-studios.com>
Tested by:	Tassilo Philipp <tphilipp@potion-studios.com>
2023-01-30 19:46:33 +01:00

15 lines
251 B
Plaintext

[
{
message: <<EOT
Unless this file already existed, a sample configuration file
has been placed in %%ETCDIR%%/munin.conf.
Please edit it according to your needs.
The Munin server will be run from cron under the user 'munin'.
EOT
type: install
}
]