diff options
author | Tim Yamin <plasmaroo@gentoo.org> | 2006-05-22 14:29:36 +0000 |
---|---|---|
committer | Tim Yamin <plasmaroo@gentoo.org> | 2006-05-22 14:29:36 +0000 |
commit | f42affa025db9a87f39802d3de1f0f925d18426b (patch) | |
tree | dfa147013317ce1cc5a62041ba086a534606efe5 /general-concepts/config-protect | |
parent | Fixup TOC extraction bug. (diff) | |
download | devmanual-f42affa025db9a87f39802d3de1f0f925d18426b.tar.gz devmanual-f42affa025db9a87f39802d3de1f0f925d18426b.tar.bz2 devmanual-f42affa025db9a87f39802d3de1f0f925d18426b.zip |
Minor cleanups; portage -> Portage.
git-svn-id: svn+ssh://svn.gentoo.org/var/svnroot/devmanual/trunk@55 176d3534-300d-0410-8db8-84e73ed771c3
Diffstat (limited to 'general-concepts/config-protect')
-rw-r--r-- | general-concepts/config-protect/text.xml | 6 |
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> |