Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 6 Jul 2014 22:11:48 +0000 (UTC)
From:      Warren Block <wblock@FreeBSD.org>
To:        doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org
Subject:   svn commit: r45214 - head/en_US.ISO8859-1/books/porters-handbook/plist
Message-ID:  <201407062211.s66MBmGj052534@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: wblock
Date: Sun Jul  6 22:11:48 2014
New Revision: 45214
URL: http://svnweb.freebsd.org/changeset/doc/45214

Log:
  Un-deprecate @exec and @unexec for now, to lure them into a false sense
  of complacency.  Then in October, when they're least expecting it: bam!
  Deprecation.
  
  "These need to be not deprecated until we get rid of pkg_tools." - swills
  
  Submitted by:	swills

Modified:
  head/en_US.ISO8859-1/books/porters-handbook/plist/chapter.xml

Modified: head/en_US.ISO8859-1/books/porters-handbook/plist/chapter.xml
==============================================================================
--- head/en_US.ISO8859-1/books/porters-handbook/plist/chapter.xml	Sun Jul  6 21:56:51 2014	(r45213)
+++ head/en_US.ISO8859-1/books/porters-handbook/plist/chapter.xml	Sun Jul  6 22:11:48 2014	(r45214)
@@ -406,7 +406,7 @@ etc/orbit.conf-dist
 
       <sect3 xml:id="plist-keywords-base-exec">
 	<title><literal>@exec</literal>
-	  <replaceable>command</replaceable> (deprecated)</title>
+	  <replaceable>command</replaceable></title>
 
 	<para>Execute <replaceable>command</replaceable> as part of
 	  the unpacking process.  If command contains any of the
@@ -464,7 +464,7 @@ etc/orbit.conf-dist
 
       <sect3 xml:id="plist-keywords-base-unexec">
 	<title><literal>@unexec</literal>
-	  <replaceable>command</replaceable> (deprecated)</title>
+	  <replaceable>command</replaceable></title>
 
 	<para>Execute <replaceable>command</replaceable> as part of
 	  the deinstallation process.  Expansion of special



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201407062211.s66MBmGj052534>