Update pacman.conf overlay to match new config from 3.3.2

Trivial change: just update comments, and add community-testing repo.

Signed-off-by: Gerardo Exequiel Pozzi <vmlinuz386@yahoo.com.ar>
This commit is contained in:
Gerardo Exequiel Pozzi 2009-10-17 20:37:13 -03:00
parent 0edf2119c2
commit fc0f752561

View File

@ -28,7 +28,6 @@ SyncFirst = pacman
#NoExtract = #NoExtract =
# Misc options (all disabled by default) # Misc options (all disabled by default)
#NoPassiveFtp
#UseSyslog #UseSyslog
#ShowSize #ShowSize
#UseDelta #UseDelta
@ -52,10 +51,12 @@ SyncFirst = pacman
# uncommented to enable the repo. # uncommented to enable the repo.
# #
# Testing is disabled by default. To enable, uncomment the following # The testing repositories are disabled by default. To enable, uncomment the
# two lines. You can add preferred servers immediately after the header, # repo name header and Include lines. You can add preferred servers immediately
# and they will be used before the default mirrors. # after the header, and they will be used before the default mirrors.
#[testing] #[testing]
## Add your preferred servers here, they will be used first
#Include = /etc/pacman.d/mirrorlist #Include = /etc/pacman.d/mirrorlist
[core] [core]
@ -66,6 +67,10 @@ Include = /etc/pacman.d/mirrorlist
# Add your preferred servers here, they will be used first # Add your preferred servers here, they will be used first
Include = /etc/pacman.d/mirrorlist Include = /etc/pacman.d/mirrorlist
#[community-testing]
## Add your preferred servers here, they will be used first
#Include = /etc/pacman.d/mirrorlist
[community] [community]
# Add your preferred servers here, they will be used first # Add your preferred servers here, they will be used first
Include = /etc/pacman.d/mirrorlist Include = /etc/pacman.d/mirrorlist