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

View file

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