aboutsummaryrefslogtreecommitdiff
path: root/documentation/content/de/books/porters-handbook/pkg-files/_index.adoc
diff options
context:
space:
mode:
Diffstat (limited to 'documentation/content/de/books/porters-handbook/pkg-files/_index.adoc')
-rw-r--r--documentation/content/de/books/porters-handbook/pkg-files/_index.adoc10
1 files changed, 9 insertions, 1 deletions
diff --git a/documentation/content/de/books/porters-handbook/pkg-files/_index.adoc b/documentation/content/de/books/porters-handbook/pkg-files/_index.adoc
index e5ec5b10af..e7ee4574d7 100644
--- a/documentation/content/de/books/porters-handbook/pkg-files/_index.adoc
+++ b/documentation/content/de/books/porters-handbook/pkg-files/_index.adoc
@@ -4,7 +4,7 @@ prev: books/porters-handbook/plist
next: books/porters-handbook/testing
showBookMenu: true
weight: 8
-path: "/books/porters-handbook/"
+path: "/books/porters-handbook/pkg-files/"
---
[[pkg-files]]
@@ -66,6 +66,14 @@ update-etc-shells:
[NOTE]
====
+Stellen Sie sicher, dass sie auf die korrekten Tools zum Verwalten von Diensten verweisen.
+* Verwenden Sie `service name start`, um einen Dienst zu starten, anstatt `/usr/local/etc/rc.d/name start` zu verwenden.
+* Verwenden Sie `sysrc name_enable=YES`, um Optionen in rc.conf zu ändern.
+
+====
+
+[NOTE]
+====
Die [.filename]#pkg-message# wird nicht zur [.filename]#pkg-plist# hinzugefügt. Sie wird auch nicht automatisch angezeigt, falls ein Anwender den Port installiert. Sie müssen also die Ausgabe selbst im `post-install`-Ziel des Make-Vorgangs veranlassen.
====