aboutsummaryrefslogtreecommitdiff
path: root/UPDATING
diff options
context:
space:
mode:
authorCarlo Strub <cs@FreeBSD.org>2014-06-03 18:33:48 +0000
committerCarlo Strub <cs@FreeBSD.org>2014-06-03 18:33:48 +0000
commit08596200a93709c61f0058d3dd774d94389dbeda (patch)
treeaf66910919e42b485df336b659155c602aad07ac /UPDATING
parentb7e5a49a10b1aa30d85b64b6f3176b90619e291c (diff)
Notes
Diffstat (limited to 'UPDATING')
-rw-r--r--UPDATING13
1 files changed, 13 insertions, 0 deletions
diff --git a/UPDATING b/UPDATING
index eac0acc31160..eaa209b01539 100644
--- a/UPDATING
+++ b/UPDATING
@@ -5,6 +5,19 @@ 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.
+20140603
+ AFFECTS: users of net-p2p/zetacoin
+ AUTHOR: daniel@morante.net
+
+ The zetacoind process now runs as the zetacoin user. Please make sure that
+ this user has appropriate permissions to the blockchain database and wallet
+ directory.
+
+ If you are using the default path, run:
+
+ # chown -R zetacoin:zetacoin /var/db/zetacoin
+ # chown -R zetacoin:zetacoin /.zetacoin
+
20140529
AFFECTS: users of databases/postgresql??-(server|client)
AUTHOR: mat@FreeBSD.org