aboutsummaryrefslogtreecommitdiff
path: root/UPDATING
diff options
context:
space:
mode:
authorGuido Falsi <madpilot@FreeBSD.org>2018-12-22 21:05:01 +0000
committerGuido Falsi <madpilot@FreeBSD.org>2018-12-22 21:05:01 +0000
commit234b8801f91e26919e98aa0f6bf30ac6ce0885e7 (patch)
tree76e43d982a66b489a26c72afaa8866bceb386862 /UPDATING
parent5767dad407eb74d8edbfef5337e11c0b2a7eabf2 (diff)
downloadports-234b8801f91e26919e98aa0f6bf30ac6ce0885e7.tar.gz
ports-234b8801f91e26919e98aa0f6bf30ac6ce0885e7.zip
Modify ntopng to use /var/db/ntopng as a data directory by default,
instead of /var/lib/ntopng. Updated UPDATING entry text accordingly. Reported by: pi
Notes
Notes: svn path=/head/; revision=488131
Diffstat (limited to 'UPDATING')
-rw-r--r--UPDATING6
1 files changed, 3 insertions, 3 deletions
diff --git a/UPDATING b/UPDATING
index ddd0081ed208..3338edfb4794 100644
--- a/UPDATING
+++ b/UPDATING
@@ -10,7 +10,7 @@ you update your ports collection, before attempting any port upgrades.
AUTHOR: madpilot@FreeBSD.org
Since ntopng 3.7, for security reasons, the default setting for
- the data directory has been changed to "/var/lib/ntopng", and the
+ the data directory has been changed to "/var/db/ntopng", and the
default user has been changed to "ntopng". This new directory is
created automatically by the port/package with correct permissions.
@@ -21,8 +21,8 @@ you update your ports collection, before attempting any port upgrades.
the new settings, unless you are already using a custom directory:
# service ntopng stop
- # mv /var/tmp/ntopng/* /var/lib/ntopng/
- # chown -R ntopng:ntopng /var/lib/ntopng
+ # mv /var/tmp/ntopng/* /var/db/ntopng/
+ # chown -R ntopng:ntopng /var/db/ntopng
# service ntopng start
Please check hte upstream FAQ for reference: