From e2f785bd0edf60d3f11ffe015b24382da8110bc7 Mon Sep 17 00:00:00 2001 From: Mathieu Arnold Date: Wed, 27 Jun 2018 16:51:34 +0000 Subject: [PATCH] Improve on r51913. Reviewed by: adamw Sponsored by: Absolight Differential Revision: https://reviews.freebsd.org/D16034 --- .../books/porters-handbook/pkg-files/chapter.xml | 8 ++++---- .../books/porters-handbook/plist/chapter.xml | 4 ++-- .../books/porters-handbook/special/chapter.xml | 10 +++++----- 3 files changed, 11 insertions(+), 11 deletions(-) diff --git a/en_US.ISO8859-1/books/porters-handbook/pkg-files/chapter.xml b/en_US.ISO8859-1/books/porters-handbook/pkg-files/chapter.xml index 6feda70fc2..17a3322212 100644 --- a/en_US.ISO8859-1/books/porters-handbook/pkg-files/chapter.xml +++ b/en_US.ISO8859-1/books/porters-handbook/pkg-files/chapter.xml @@ -68,8 +68,8 @@ This script is here to help you set up the package so that it is as ready to use as possible. It must not be abused to start services, stop services, - or any other commands that will modify the currenly running - system. + or run any other commands that will modify the currently + running system. @@ -93,8 +93,8 @@ This script is here to help you set up the package so that it is as ready to use as possible. It must not be abused to start services, stop services, - or any other commands that will modify the currenly running - system. + or run any other commands that will modify the currently + running system. 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 47cff9f50b..461fd5d4e5 100644 --- a/en_US.ISO8859-1/books/porters-handbook/plist/chapter.xml +++ b/en_US.ISO8859-1/books/porters-handbook/plist/chapter.xml @@ -666,8 +666,8 @@ PLIST_SUB= PERL_ARCH=mach These keywords are here to help you set up the package so that it is as ready to use as possible. They must not be abused to start services, - stop services, or any other commands that will modify the - currenly running system. + stop services, or run any other commands that will modify + the currently running system. diff --git a/en_US.ISO8859-1/books/porters-handbook/special/chapter.xml b/en_US.ISO8859-1/books/porters-handbook/special/chapter.xml index 6153e27e09..f4cea1a76a 100644 --- a/en_US.ISO8859-1/books/porters-handbook/special/chapter.xml +++ b/en_US.ISO8859-1/books/porters-handbook/special/chapter.xml @@ -5563,11 +5563,11 @@ run_rc_command "$1" Ports must not start and stop - themselves when installing and deinstalling. Do not abuse the - plist keywords described in to run commands - starting services, stopping services, or any other commands - that will modify the currenly running system. + their services when installing and deinstalling. Do not abuse + the plist keywords described in by running commands + that modify the currently running system, including starting + or stopping services.