Date: Tue, 7 Oct 2014 15:47:46 +0000 (UTC) From: Mathieu Arnold <mat@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r370350 - head Message-ID: <201410071547.s97Flk5l056155@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: mat Date: Tue Oct 7 15:47:46 2014 New Revision: 370350 URL: https://svnweb.freebsd.org/changeset/ports/370350 QAT: https://qat.redports.org/buildarchive/r370350/ Log: Note @cwd being deprecated. Sponsored by: Absolight Modified: head/CHANGES Modified: head/CHANGES ============================================================================== --- head/CHANGES Tue Oct 7 15:47:18 2014 (r370349) +++ head/CHANGES Tue Oct 7 15:47:46 2014 (r370350) @@ -10,6 +10,21 @@ in the release notes and/or placed into 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201410071547.s97Flk5l056155>