diff options
author | Warren Block <wblock@FreeBSD.org> | 2014-07-06 22:11:48 +0000 |
---|---|---|
committer | Warren Block <wblock@FreeBSD.org> | 2014-07-06 22:11:48 +0000 |
commit | b4d5ce7577519ee845a1d3106599f3e8f8591557 (patch) | |
tree | c90cea02a5886fe76886a6be2f4ab42d7fa0fc9f /en_US.ISO8859-1/books | |
parent | f93d43232594a1683ffd57e51ac1a556fe5fc440 (diff) | |
download | doc-b4d5ce7577519ee845a1d3106599f3e8f8591557.tar.gz doc-b4d5ce7577519ee845a1d3106599f3e8f8591557.zip |
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
Notes
Notes:
svn path=/head/; revision=45214
Diffstat (limited to 'en_US.ISO8859-1/books')
-rw-r--r-- | en_US.ISO8859-1/books/porters-handbook/plist/chapter.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/en_US.ISO8859-1/books/porters-handbook/plist/chapter.xml b/en_US.ISO8859-1/books/porters-handbook/plist/chapter.xml index 183d67a813..3e0fab853e 100644 --- a/en_US.ISO8859-1/books/porters-handbook/plist/chapter.xml +++ b/en_US.ISO8859-1/books/porters-handbook/plist/chapter.xml @@ -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 |