summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorChantry Xavier <shiningxc@gmail.com>2008-03-09 20:23:53 +0100
committerDan McGee <dan@archlinux.org>2008-03-11 01:11:38 +0100
commit804ab37ea62602b04ae7b65c3e7fddda12bbae5d (patch)
treecec3cf2f905c78cd6788a58b3487349a1c58144b /doc
parent51e0303e840c94e5943f30e311d053058f657327 (diff)
downloadpacman-804ab37ea62602b04ae7b65c3e7fddda12bbae5d.tar.gz
pacman-804ab37ea62602b04ae7b65c3e7fddda12bbae5d.tar.xz
Clarify the NoUpgrade and NoExtract behavior.
Signed-off-by: Chantry Xavier <shiningxc@gmail.com>
Diffstat (limited to 'doc')
-rw-r--r--doc/pacman.conf.5.txt7
1 files changed, 5 insertions, 2 deletions
diff --git a/doc/pacman.conf.5.txt b/doc/pacman.conf.5.txt
index e8f74540..3bc67cc4 100644
--- a/doc/pacman.conf.5.txt
+++ b/doc/pacman.conf.5.txt
@@ -104,8 +104,9 @@ Options
*NoUpgrade =* file ...::
All files listed with a `NoUpgrade` directive will never be touched during
- a package install/upgrade. Do not include the leading slash when specifying
- files.
+ a package install/upgrade.
+ These files refer to files in the package archive, so do not include the
+ leading slash (the RootDir) when specifying them.
*NoExtract =* file ...::
All files listed with a `NoExtract` directive will never be extracted from
@@ -113,6 +114,8 @@ Options
of a package to be installed. For example, if your httpd root uses an
'index.php', then you would not want the 'index.html' file to be extracted
from the 'apache' package.
+ These files refer to files in the package archive, so do not include the
+ leading slash (the RootDir) when specifying them.
*UseSyslog*::
Log action messages through syslog(). This will insert log entries into