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 51fa1ad75e..6feda70fc2 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
@@ -63,6 +63,14 @@
mode the script is being run in. The PKG_PREFIX
environmental variable will be set to the package installation
directory.
+
+
+ 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.
+
@@ -80,6 +88,14 @@
mode the script is being run in. The PKG_PREFIX
environmental variable will be set to the package installation
directory
+
+
+ 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.
+
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 34afba27d7..47cff9f50b 100644
--- a/en_US.ISO8859-1/books/porters-handbook/plist/chapter.xml
+++ b/en_US.ISO8859-1/books/porters-handbook/plist/chapter.xml
@@ -661,6 +661,14 @@ 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.
+
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 846166e45d..6153e27e09 100644
--- a/en_US.ISO8859-1/books/porters-handbook/special/chapter.xml
+++ b/en_US.ISO8859-1/books/porters-handbook/special/chapter.xml
@@ -5561,6 +5561,15 @@ run_rc_command "$1"
_enable variable is not optional,
and must use the ":" for the default.
+
+ 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.
+
+
Pre-Commit Checklist