aboutsummaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorMathieu Arnold <mat@FreeBSD.org>2014-10-07 15:47:46 +0000
committerMathieu Arnold <mat@FreeBSD.org>2014-10-07 15:47:46 +0000
commita475a6b9d9c3a9dcf1a1117e3c97e6ccbb0e586e (patch)
tree0bf8454dfc2009b17f61003ca065c8e0eb20969c /CHANGES
parentd2d421aab674b75cb1ee2285e3afde097ef76d3c (diff)
downloadports-a475a6b9d9c3a9dcf1a1117e3c97e6ccbb0e586e.tar.gz
ports-a475a6b9d9c3a9dcf1a1117e3c97e6ccbb0e586e.zip
Note @cwd being deprecated.
Sponsored by: Absolight
Notes
Notes: svn path=/head/; revision=370350
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES15
1 files changed, 15 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 2797a8558e62..223121d4a105 100644
--- a/CHANGES
+++ b/CHANGES
@@ -10,6 +10,21 @@ in the release notes and/or placed into UPDATING.
All ports committers are allowed to commit to this file.
+20141007:
+AUTHOR: mat@FreeBSD.org
+
+ The @cwd [path] construct in plist files is deprecated. Instead of adding
+ those lines to the plist:
+
+ @cwd /
+ etc/rc.d/foo
+ var/db/bar
+
+ add this:
+
+ /etc/rc.d/foo
+ /var/db/bar
+
20141002:
AUTHOR: bapt@FreeBSD.org