diff options
author | Dan McGee <dan@archlinux.org> | 2008-03-22 11:11:22 -0500 |
---|---|---|
committer | Dan McGee <dan@archlinux.org> | 2008-03-22 11:11:22 -0500 |
commit | 2f8fb80ee631ef866c3bd8cb5fab09a7360ca8d2 (patch) | |
tree | 9632c8836d26a160af64641d6ec2531646997a23 /etc | |
parent | e7a2232934e2658c3c7827d2ce706c1a8f5301b9 (diff) | |
parent | 7d451b6e6bc3926589a77e6a2d191e4f158d3980 (diff) | |
download | pacman-2f8fb80ee631ef866c3bd8cb5fab09a7360ca8d2.tar.xz |
Merge branch 'maint'
Diffstat (limited to 'etc')
-rw-r--r-- | etc/pacman.conf.in | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/etc/pacman.conf.in b/etc/pacman.conf.in index 351d23f4..582fe942 100644 --- a/etc/pacman.conf.in +++ b/etc/pacman.conf.in @@ -16,6 +16,20 @@ HoldPkg = pacman glibc #XferCommand = /usr/bin/wget --passive-ftp -c -O %o %u +# Pacman won't upgrade packages listed in IgnorePkg and members of IgnoreGroup +#IgnorePkg = +#IgnoreGroup = + +#NoUpgrade = +#NoExtract = + +# Misc options (all disabled by default) +#NoPassiveFtp +#UseSyslog +#ShowSize +#UseDelta +#TotalDownload + # # REPOSITORIES # - can be defined here or included from another file |