Improve on r51913.

Reviewed by:	adamw
Sponsored by:	Absolight
Differential Revision:	https://reviews.freebsd.org/D16034
This commit is contained in:
Mathieu Arnold 2018-06-27 16:51:34 +00:00
parent 4f4f4d9a83
commit e2f785bd0e
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/head/; revision=51915
3 changed files with 11 additions and 11 deletions

View file

@ -68,8 +68,8 @@
<para>This script is here to help you set up the package so that
it is as ready to use as possible. It <emphasis>must
not</emphasis> be abused to start services, stop services,
or any other commands that will modify the currenly running
system.</para>
or run any other commands that will modify the currently
running system.</para>
</important>
</sect1>
@ -93,8 +93,8 @@
<para>This script is here to help you set up the package so that
it is as ready to use as possible. It <emphasis>must
not</emphasis> be abused to start services, stop services,
or any other commands that will modify the currenly running
system.</para>
or run any other commands that will modify the currently
running system.</para>
</important>
</sect1>

View file

@ -666,8 +666,8 @@ PLIST_SUB= PERL_ARCH=mach</programlisting>
<para>These keywords are here to help you set up the package
so that it is as ready to use as possible. They
<emphasis>must not</emphasis> be abused to start services,
stop services, or any other commands that will modify the
currenly running system.</para>
stop services, or run any other commands that will modify
the currently running system.</para>
</important>
</sect3>

View file

@ -5563,11 +5563,11 @@ run_rc_command "$1"</programlisting>
<important>
<para>Ports <emphasis>must not</emphasis> start and stop
themselves when installing and deinstalling. Do not abuse the
<filename>plist</filename> keywords described in <xref
linkend="plist-keywords-base-exec"/> to run commands
starting services, stopping services, or any other commands
that will modify the currenly running system.</para>
their services when installing and deinstalling. Do not abuse
the <filename>plist</filename> keywords described in <xref
linkend="plist-keywords-base-exec"/> by running commands
that modify the currently running system, including starting
or stopping services.</para>
</important>
<sect2 xml:id="rc-scripts-checklist">