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)
downloadports-08596200a93709c61f0058d3dd774d94389dbeda.tar.gz
ports-08596200a93709c61f0058d3dd774d94389dbeda.zip
- Update Zetacoin to 0.8.99.16
- zetacoind now runs as the zetacoin user - Fixed stop function in rc.d script - Minor changes to pkg-message.in, pkg-plist, and rc.d script to use the PORTNAME variable - Remove patch files: patch-src__serialize.h and patch-src__rpcdump.cpp since they are no longer needed. - Added user and group "zetacoin" to ports/UIDs and ports/GIDs - Added update instructions to ports/UPDATING PR: 188567 Submitted by: daniel@morante.net (maintainer)
Notes
Notes: svn path=/head/; revision=356387
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