diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2014-10-07 15:47:46 +0000 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2014-10-07 15:47:46 +0000 |
commit | a475a6b9d9c3a9dcf1a1117e3c97e6ccbb0e586e (patch) | |
tree | 0bf8454dfc2009b17f61003ca065c8e0eb20969c /CHANGES | |
parent | d2d421aab674b75cb1ee2285e3afde097ef76d3c (diff) | |
download | ports-a475a6b9d9c3a9dcf1a1117e3c97e6ccbb0e586e.tar.gz ports-a475a6b9d9c3a9dcf1a1117e3c97e6ccbb0e586e.zip |
Notes
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 |