in package nut-2.7.4_20 Network UPS Tools The file : /usr/local/share/doc/nut/config-notes.txt mention in several occurence the path "/usr/local/ups/" (samples) Create one section per UPS in /usr/local/ups/etc/ups.conf /usr/local/ups/sbin/upsdrvctl start # /usr/local/ups/sbin/upsdrvctl start /usr/local/ups/sbin/upsd # /usr/local/ups/sbin/upsd /usr/local/ups/bin/upsc myupsname@localhost ups.status /usr/local/ups/bin/upsc myupsname@localhost /usr/local/ups/sbin/upsd -c reload /usr/local/ups/sbin/upsd -c stop /usr/local/ups/sbin/upsd /usr/local/ups/sbin/upsmon /usr/local/ups/bin/upsdrvctl shutdown /usr/local/ups/bin/upsdrvctl -t shutdown /usr/local/ups/sbin/upsmon -c fsd ==>>> but the subdir (ups) in "/usr/local/ups/" doesn't exists example "/usr/local/sbin/upsdrvctl" instead of "/usr/local/ups/sbin/upsdrvctl" and so on. this can lead to misunderstanding by user who installs the package. Correction : in file [/usr/local/share/doc/nut/config-notes.txt] , correct all wrong path with non existent /usr/local/ups (subdir ups) paths
Again, there will be no merge to quarterly because main and 2022Q2 have diverged too much.
A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=fa59329dc39bf1fd50cea94febc0739704bbf200 commit fa59329dc39bf1fd50cea94febc0739704bbf200 Author: Cy Schubert <cy@FreeBSD.org> AuthorDate: 2022-05-08 13:36:30 +0000 Commit: Cy Schubert <cy@FreeBSD.org> CommitDate: 2022-05-09 17:49:29 +0000 sysutils/nut*: Fixup docs Documentation refers to /usr/local/ups. Refer to ${PREFIX} instead. PR: 263856 Reviewed by: clear.screen@orange.fr sysutils/nut-devel/Makefile | 3 ++- sysutils/nut/Makefile | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-)