diff options
author | Dan McGee <dan@archlinux.org> | 2007-09-16 21:20:19 +0000 |
---|---|---|
committer | Dan McGee <dan@archlinux.org> | 2007-09-16 21:20:19 +0000 |
commit | 05346af459c7eaeddf1542acb6f13f8ffd9f6695 (patch) | |
tree | 1d06c9cf99e052111ebb2bd186b2f6b27b30d789 /etc/pacman.conf.in | |
parent | 9ea7c5c402fd6686cfa3cefeb80c115109538701 (diff) | |
download | pacman-05346af459c7eaeddf1542acb6f13f8ffd9f6695.tar.xz |
Make current -> core updates
Diffstat (limited to 'etc/pacman.conf.in')
-rw-r--r-- | etc/pacman.conf.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/etc/pacman.conf.in b/etc/pacman.conf.in index 56b1f833..f76c2acf 100644 --- a/etc/pacman.conf.in +++ b/etc/pacman.conf.in @@ -22,9 +22,9 @@ HoldPkg = pacman glibc #[testing] #Include = /etc/pacman.d/testing -[current] +[core] # Add your preferred servers here, they will be used first -Include = /etc/pacman.d/current +Include = /etc/pacman.d/core [extra] # Add your preferred servers here, they will be used first |