aboutsummaryrefslogtreecommitdiff
path: root/UPDATING
diff options
context:
space:
mode:
authorYuri Victorovich <yuri@FreeBSD.org>2023-01-22 17:39:50 +0000
committerYuri Victorovich <yuri@FreeBSD.org>2023-01-22 17:42:32 +0000
commit940d212ecd7c7226713724aebd6df76483100c3b (patch)
tree5ca1432c8a473297c9bbd416569a1e11a07ec33f /UPDATING
parentde2abd895141340360e8a2b78c62f0c93966c40c (diff)
downloadports-940d212ecd7c7226713724aebd6df76483100c3b.tar.gz
ports-940d212ecd7c7226713724aebd6df76483100c3b.zip
www/adguardhome: Move config and data files to a new location
... when these files are present at old locations. PR: 269083 Reported by: Jony Hudson <bsd@j-star.org>
Diffstat (limited to 'UPDATING')
-rw-r--r--UPDATING12
1 files changed, 12 insertions, 0 deletions
diff --git a/UPDATING b/UPDATING
index 9a7db786a272..d4fe28dc24ae 100644
--- a/UPDATING
+++ b/UPDATING
@@ -20884,3 +20884,15 @@ or
The default installation is now configured for running bitlbee as user
'nobody' by default. Make sure any existing configuration files are
readable by that user.
+
+20080122:
+ AFFECTS: users of www/adguardhome
+ AUTHOR: yuri@FreeBSD.org
+
+ www/adguardhome now stores configuratio and database information in
+ $PREFIX/etc/AdGuardHome.yaml and /var/db/adguardhome/data
+ respectively. 'service adguardhome start' attempts to move config
+ and data files to the new location but it required manual move when
+ both old and new files are present.
+ 'service adguardhome start' prints a warning with relevant
+ location information.