summaryrefslogtreecommitdiffstats
path: root/etc/pacman.conf.in
diff options
context:
space:
mode:
authorChantry Xavier <shiningxc@gmail.com>2007-07-16 21:31:54 +0200
committerDan McGee <dan@archlinux.org>2007-07-16 22:42:09 +0200
commitfa2164a59ecc47a7a4324712710c367e195f14f6 (patch)
tree1a357f75af95ac2b5ee523eff788812ebbd00ddd /etc/pacman.conf.in
parent99572ed8f6f585e5b6ee4c9300b0589b2c75c54a (diff)
downloadpacman-fa2164a59ecc47a7a4324712710c367e195f14f6.tar.gz
pacman-fa2164a59ecc47a7a4324712710c367e195f14f6.tar.xz
Use only one mirror list for all repos
Fully implement what this commit allows: ebad1996149d72cf4a1fe15fe8326f2b4996f585 Dan: update .gitignore as well. Signed-off-by: Chantry Xavier <shiningxc@gmail.com> Signed-off-by: Dan McGee <dan@archlinux.org>
Diffstat (limited to 'etc/pacman.conf.in')
-rw-r--r--etc/pacman.conf.in10
1 files changed, 5 insertions, 5 deletions
diff --git a/etc/pacman.conf.in b/etc/pacman.conf.in
index 33ef1814..5c518ea3 100644
--- a/etc/pacman.conf.in
+++ b/etc/pacman.conf.in
@@ -23,23 +23,23 @@ HoldPkg = pacman glibc
# have identical names, regardless of version number
#
#[testing]
-#Include = @sysconfdir@/pacman.d/testing
+#Include = @sysconfdir@/pacman.d/mirrorlist
[current]
# Add your preferred servers here, they will be used first
-Include = @sysconfdir@/pacman.d/current
+Include = @sysconfdir@/pacman.d/mirrorlist
[extra]
# Add your preferred servers here, they will be used first
-Include = @sysconfdir@/pacman.d/extra
+Include = @sysconfdir@/pacman.d/mirrorlist
[community]
# Add your preferred servers here, they will be used first
-Include = @sysconfdir@/pacman.d/community
+Include = @sysconfdir@/pacman.d/mirrorlist
#[unstable]
# Add your preferred servers here, they will be used first
-#Include = @sysconfdir@/pacman.d/unstable
+#Include = @sysconfdir@/pacman.d/mirrorlist
# An example of a custom package repository. See the pacman manpage for
# tips on creating your own repositories.