aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'general-concepts/config-protect')
-rw-r--r--general-concepts/config-protect/text.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/general-concepts/config-protect/text.xml b/general-concepts/config-protect/text.xml
index 45b2976..ec74a86 100644
--- a/general-concepts/config-protect/text.xml
+++ b/general-concepts/config-protect/text.xml
@@ -14,15 +14,15 @@
<p>
Any directory which is listed in <c>CONFIG_PROTECT</c> (and any subdirectories
thereof), except for any which are listed in <c>CONFIG_PROTECT_MASK</c> (and
- subdirectories) are automatically 'protected' by portage when copying an image
+ subdirectories) are automatically 'protected' by Portage when copying an image
from <c>DESTDIR</c> to <c>ROOT</c>. Rather than installing protected files directly,
- portage will install them as <c>._cfg0000_filename</c>. These can then be processed
+ Portage will install them as <c>._cfg0000_filename</c>. These can then be processed
by the <c>etc-update</c> or <c>dispatch-conf</c> files at the user's discretion.
</p>
<p>
Packages must <b>not</b> attempt to override this system via <c>pkg_postinst</c> or
- similar. If you need a file renamed, remove or changed in a particular way, you
+ similar. If you need a file renamed, removed or changed in a particular way, you
should display a message informing the user.
</p>
</body>