aboutsummaryrefslogtreecommitdiff
path: root/UPDATING
diff options
context:
space:
mode:
authorGleb Popov <arrowd@FreeBSD.org>2020-05-17 08:21:04 +0000
committerGleb Popov <arrowd@FreeBSD.org>2020-05-17 08:21:04 +0000
commita84a0022643b3b000276714a1d58a6cad2410dc0 (patch)
treea5dc1a396be4d39d0eca27e243f61743a94751db /UPDATING
parent5c2e203cc08ea629fcef9afe719b68f08ba4adeb (diff)
downloadports-a84a0022643b3b000276714a1d58a6cad2410dc0.tar.gz
ports-a84a0022643b3b000276714a1d58a6cad2410dc0.zip
x11/sddm: Switch SDDM user's HOME directory from /usr/local/etc/sddm/home to
/var/lib/sddm, as sddm(5) man page requests. PR: 244756 Reviewed by: tcberner, adridg
Notes
Notes: svn path=/head/; revision=535524
Diffstat (limited to 'UPDATING')
-rw-r--r--UPDATING14
1 files changed, 14 insertions, 0 deletions
diff --git a/UPDATING b/UPDATING
index 0a566a9603ac..2249c51d31b3 100644
--- a/UPDATING
+++ b/UPDATING
@@ -5,6 +5,20 @@ 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.
+20200517:
+ AFFECTS: users of x11/sddm
+ AUTHOR: arrowd@FreeBSD.org
+
+ The home directory of sddm user has been moved to /var/lib/sddm. It is advised
+ to run following commands as root after updating the package:
+
+ # pw usermod -n sddm -d /var/lib/sddm
+ # pwd_mkdb /etc/master.passwd
+ # mv /usr/local/etc/sddm/home/state.conf /var/lib/sddm/state.conf
+ # rm -rf /usr/local/etc/sddm/home
+
+ Otherwise, SDDM will keep using /usr/local/etc/sddm/home/ as its HOME.
+
20200515:
AFFECTS: users of devel/libphutil, devel/arcanist-lib, devel/phabricator
AUTHOR: grembo@FreeBSD.org