index : pacman | |
Archlinux32 fork of pacman | gitolite user |
summaryrefslogtreecommitdiff |
author | Chantry Xavier <shiningxc@gmail.com> | 2007-07-16 21:31:54 +0200 |
---|---|---|
committer | Dan McGee <dan@archlinux.org> | 2007-07-16 16:42:09 -0400 |
commit | fa2164a59ecc47a7a4324712710c367e195f14f6 (patch) | |
tree | 1a357f75af95ac2b5ee523eff788812ebbd00ddd /etc/pacman.conf.in | |
parent | 99572ed8f6f585e5b6ee4c9300b0589b2c75c54a (diff) |
-rw-r--r-- | etc/pacman.conf.in | 10 |
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. |