diff options
author | mat <mat@FreeBSD.org> | 2014-10-07 23:47:46 +0800 |
---|---|---|
committer | mat <mat@FreeBSD.org> | 2014-10-07 23:47:46 +0800 |
commit | 60f86f618043a5b8081e229dea6f54bf9dfaa853 (patch) | |
tree | 0bf8454dfc2009b17f61003ca065c8e0eb20969c /CHANGES | |
parent | 445e4838c8d5f11b319aa343c35650966b01793d (diff) | |
download | freebsd-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-- | CHANGES | 15 |
1 files changed, 15 insertions, 0 deletions
@@ -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 |