aboutsummaryrefslogtreecommitdiffstats
path: root/CHANGES
diff options
context:
space:
mode:
authormat <mat@FreeBSD.org>2014-10-07 23:47:46 +0800
committermat <mat@FreeBSD.org>2014-10-07 23:47:46 +0800
commit60f86f618043a5b8081e229dea6f54bf9dfaa853 (patch)
tree0bf8454dfc2009b17f61003ca065c8e0eb20969c /CHANGES
parent445e4838c8d5f11b319aa343c35650966b01793d (diff)
downloadfreebsd-ports-gnome-60f86f618043a5b8081e229dea6f54bf9dfaa853.tar.gz
freebsd-ports-gnome-60f86f618043a5b8081e229dea6f54bf9dfaa853.tar.zst
freebsd-ports-gnome-60f86f618043a5b8081e229dea6f54bf9dfaa853.zip
Note @cwd being deprecated.
Sponsored by: Absolight
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