diff options
author | Nagy Gabor <ngaba@bibl.u-szeged.hu> | 2008-03-03 22:41:06 +0100 |
---|---|---|
committer | Dan McGee <dan@archlinux.org> | 2008-03-10 19:39:48 -0500 |
commit | 1f30845e41b6e315e4553fade891be0b46ac2470 (patch) | |
tree | 32d18b42f0ef80c068beea7f6d5301b4672bad17 | |
parent | 6e4b020654481c3b9050c5125a567b0b32cadbc6 (diff) |
Show options in pacman.conf (commented out)
Signed-off-by: Nagy Gabor <ngaba@bibl.u-szeged.hu>
-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 |