aboutsummaryrefslogtreecommitdiff
path: root/UPDATING
diff options
context:
space:
mode:
authorWesley Shields <wxs@FreeBSD.org>2012-11-13 01:46:08 +0000
committerWesley Shields <wxs@FreeBSD.org>2012-11-13 01:46:08 +0000
commit59853fe43ee8a22c9db2d2de06c9767cebf79e01 (patch)
treebbe5571992aaaea6cb743424f68665276f664dca /UPDATING
parentab47362a675a4e48fc1c5634b1066324a560129b (diff)
downloadports-59853fe43ee8a22c9db2d2de06c9767cebf79e01.tar.gz
ports-59853fe43ee8a22c9db2d2de06c9767cebf79e01.zip
Add a note about git-daemon(1) now running as git_daemon user.
Suggested by: lme@ Feature safe: yes
Notes
Notes: svn path=/head/; revision=307356
Diffstat (limited to 'UPDATING')
-rw-r--r--UPDATING7
1 files changed, 7 insertions, 0 deletions
diff --git a/UPDATING b/UPDATING
index a58c67f13f14..bdd93f256228 100644
--- a/UPDATING
+++ b/UPDATING
@@ -5,6 +5,13 @@ 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.
+20121112:
+ AFFECTS: Users of devel/git
+ AUTHOR: wxs@FreeBSD.org
+
+ The git-daemon(1) process now runs as the git_daemon user. Please make
+ sure that this user has appropriate permissions to the repositories.
+
20121109:
AFFECTS: FreeBSD < 9.1 users of syslog-ng >= 3.3.6
AUTHOR: cy@FreeBSD.org