aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCy Schubert <cy@FreeBSD.org>2023-01-18 01:03:49 +0000
committerCy Schubert <cy@FreeBSD.org>2023-01-18 01:07:57 +0000
commitb11d3d797387ec42bfb6c17d98608a45f50213d1 (patch)
tree915cc24dab924525ee478098aa9d16a7fbfc1a71
parent8fcdd3b74a9808d250369b3c7761c41f024d5400 (diff)
downloadports-b11d3d797387ec42bfb6c17d98608a45f50213d1.tar.gz
ports-b11d3d797387ec42bfb6c17d98608a45f50213d1.zip
UPDATING: Add comment about restarting devd
Restarting devd will adjust UPS USB devices to their new UID/GID. This must be performed prior to restarting nut following an upgrade. PR: 268960 Reported by: vvd@unislabs.com Fixes: 02c038c8cc15469c27b4b8ec24ae8b75d587262f
-rw-r--r--UPDATING4
1 files changed, 4 insertions, 0 deletions
diff --git a/UPDATING b/UPDATING
index 87d5e3e55ef1..9a7db786a272 100644
--- a/UPDATING
+++ b/UPDATING
@@ -13,6 +13,10 @@ you update your ports collection, before attempting any port upgrades.
instead of uucp. Users who wish to continue using the uucp user and
group may add NUT_USER=uucp and NUT_GROUP=uucp to their make.conf.
+ After upgrading sysutils/nut or sysutils/nut-devel with this patch,
+ restart devd. Then restart nut. This will fix up the permissions of
+ UPS USB devices and allow nut to start normally.
+
20230111:
AFFECTS: users of sysutils/graylog
AUTHOR: dch@freebsd.org