diff options
author | dancer <dancer> | 2005-09-30 14:32:24 +0000 |
---|---|---|
committer | dancer <dancer> | 2005-09-30 14:32:24 +0000 |
commit | 5208fdb5d40c6979dd6618c693a6d2e6ab7514ce (patch) | |
tree | 3e58de6b34db1fc34ae91a72dbc3cb644b591e4a /Documentation | |
parent | 6a70276f0e3ef2980c035a03201b109922c0b3e7 (diff) | |
download | pbuilder-5208fdb5d40c6979dd6618c693a6d2e6ab7514ce.tar pbuilder-5208fdb5d40c6979dd6618c693a6d2e6ab7514ce.tar.gz |
update documentation and manual pages
* suppress warnings from find; it wants -maxdepth before any other
argument. (closes: #330848)
* Documentation update patch from Osamu Aoki to clarify about
configuration file priorities and issues associated with it.
(closes: #325318)
Diffstat (limited to 'Documentation')
-rw-r--r-- | Documentation/pbuilder-doc.xml | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/Documentation/pbuilder-doc.xml b/Documentation/pbuilder-doc.xml index a22648d..5e77cd5 100644 --- a/Documentation/pbuilder-doc.xml +++ b/Documentation/pbuilder-doc.xml @@ -236,6 +236,14 @@ configuration file when switching between configuration files for different distributions. </para> + <para> + Please note <filename>${HOME}/.pbuilderrc</filename> supersede system settings. For + example, if you are upgrading from sarge to etch, you may need to + adjust some part of your local setting just like new + <filename>/usr/share/pbuilder/pbuilderrc</filename>, e.g., "unset DEBOOTSTRAPOPTS", to cope + with the use of cdebootstrap. The same care is needed if you edited + old system setting in <filename>/etc/pbuilderrc</filename>. + </para> </sect1> <sect1 id="nonrootchroot"> <title>Building packages as non-root inside the chroot</title> |