diff options
author | Nathan Jones <nathanj@insightbb.com> | 2007-11-09 20:13:28 -0500 |
---|---|---|
committer | Dan McGee <dan@archlinux.org> | 2007-11-11 09:44:26 -0600 |
commit | 5c58b3d500d0971747af9a0c978ff6cfac668882 (patch) | |
tree | 07e424646e1e528ae94d5e9740980344746f2d98 /doc | |
parent | 5cd6ffda722c79cf4689e559f214bcc27561fa5c (diff) | |
download | pacman-5c58b3d500d0971747af9a0c978ff6cfac668882.tar.xz |
Add IgnoreGroup and --ignoregroup option.
This will be used in the next commit.
Signed-off-by: Nathan Jones <nathanj@insightbb.com>
Signed-off-by: Dan McGee <dan@archlinux.org>
Diffstat (limited to 'doc')
-rw-r--r-- | doc/pacman.conf.5.txt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/pacman.conf.5.txt b/doc/pacman.conf.5.txt index 06ba81d4..690e3f48 100644 --- a/doc/pacman.conf.5.txt +++ b/doc/pacman.conf.5.txt @@ -68,6 +68,10 @@ Options Instructs pacman to ignore any upgrades for this package when performing a '\--sysupgrade'. +*IgnoreGroup =* group ...:: + Instructs pacman to ignore any upgrades for all packages in this + group when performing a '\--sysupgrade'. + *Include =* path:: Include another config file. This file can include repositories or general configuration options. |