diff options
author | jmmv <jmmv@pkgsrc.org> | 2005-06-03 13:05:20 +0000 |
---|---|---|
committer | jmmv <jmmv@pkgsrc.org> | 2005-06-03 13:05:20 +0000 |
commit | e2f9eed3596aa5a666eb1558fb1ebfd3f75eca9b (patch) | |
tree | 130561743c8be4e91e0072590a1db9e554e37f28 /doc | |
parent | 0c88f6ffe1b854927b2f950e2e81efaaa0a7f879 (diff) | |
download | pkgsrc-e2f9eed3596aa5a666eb1558fb1ebfd3f75eca9b.tar.gz |
Cut long line and refill paragraph.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/guide/files/pkginstall.xml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/guide/files/pkginstall.xml b/doc/guide/files/pkginstall.xml index d5cb6ba40ad..ffa66be2035 100644 --- a/doc/guide/files/pkginstall.xml +++ b/doc/guide/files/pkginstall.xml @@ -1,4 +1,4 @@ -<!-- $NetBSD: pkginstall.xml,v 1.2 2005/06/03 12:54:11 wiz Exp $ --> +<!-- $NetBSD: pkginstall.xml,v 1.3 2005/06/03 13:05:20 jmmv Exp $ --> <chapter id="pkginstall"> <?dbhtml filename="pkginstall.html"?> <title>The pkginstall framework</title> @@ -284,9 +284,9 @@ unfortunately).</para> <para>As said before, pkginstall automatically handles configuration files. This means that <emphasis role="strong">the packages themselves must not touch the contents of <filename>${PKG_SYSCONFDIR}</filename> -directly</emphasis>. Bad news is that many software installation scripts will, out of -the box, mess with the contents of that directory. So what is the correct -procedure to fix this issue?</para> +directly</emphasis>. Bad news is that many software installation scripts +will, out of the box, mess with the contents of that directory. So what is +the correct procedure to fix this issue?</para> <para>You must teach the package (usually by manually patching it) to install any configuration files under the examples hierarchy, |