diff options
author | Dan Langille <dvl@FreeBSD.org> | 2022-02-18 15:19:22 +0000 |
---|---|---|
committer | Dan Langille <dvl@FreeBSD.org> | 2022-02-18 15:21:02 +0000 |
commit | 467e569d02e854b4e3abd762b796da449b57ff72 (patch) | |
tree | d5fb9303ff5e8d479319faec11f3ec9bb45844f6 /UPDATING | |
parent | 8c1867cea45dc6f070f90143024b690f53e14a31 (diff) | |
download | freebsd-ports-467e569d02e854b4e3abd762b796da449b57ff72.zip |
net-mgmt/librenms: Update to 22.2.1
re: https://github.com/librenms/librenms/releases/tag/22.2.1
This port update skips over several releases.
See: https://github.com/librenms/librenms/releases
See UPDATING for details on storage directory which needs to
move to /var/db/librenms
LiberNMS wants to write to the %%WWWDIR%%/storage directory. To comply
with man 7 hier, this entry is now a symlink to /var/db/librenms/storage
Please adjust your filesystem accordingly.
The contrib directory has been removed from the upstream tarball. As such,
the port now installs the log rotation file to
/${PREFIX}/etc/newsyslog.conf.d/librenms.conf.sample
PR: 260085 261031
Diffstat (limited to 'UPDATING')
-rw-r--r-- | UPDATING | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -5,6 +5,14 @@ they are unavoidable. You should get into the habit of checking this file for changes each time you update your ports collection, before attempting any port upgrades. +20220218: + AFFECTS: users of net-mgmt/librenms + AUTHOR: dvl@FreeBSD.org + + The storage directory has moved from WWWDIR to /var/db/librenms/storage + to comply with man 7 hier. When upgrading, you may need to manually create + this symlink. + 20220212: AFFECTS: users of lang/php8[01][-extensions]? AUTHOR: bofh@FreeBSD.org |