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
This commit is contained in:
parent
f93d432325
commit
b4d5ce7577
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=45214
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue