summaryrefslogtreecommitdiffstats
path: root/etc/pacman.conf.in
diff options
context:
space:
mode:
authorDan McGee <dan@archlinux.org>2012-02-14 19:32:25 +0100
committerDan McGee <dan@archlinux.org>2012-04-12 15:55:49 +0200
commit6a8e50a69ec419cc95ee513cd2e73944c4ac57f9 (patch)
tree9db3a839aaa5b1f337a7875ef2b8fab1346abf58 /etc/pacman.conf.in
parent8fb1948cd05eb90d8c61c7ab4873c90eea0e9f09 (diff)
downloadpacman-6a8e50a69ec419cc95ee513cd2e73944c4ac57f9.tar.gz
pacman-6a8e50a69ec419cc95ee513cd2e73944c4ac57f9.tar.xz
Remove SyncFirst option
This has outlived its usefulness and causes more problems than it solves. It has historically only ever been used to install pacman first. That should not be needed given we provide the vercmp utility (which has no library dependencies) and so calling pacman in install scripts is a sign of poor packaging. Work-duplicated-by: Allan McRae <allan@archlinux.org> Signed-off-by: Dan McGee <dan@archlinux.org>
Diffstat (limited to 'etc/pacman.conf.in')
-rw-r--r--etc/pacman.conf.in2
1 files changed, 0 insertions, 2 deletions
diff --git a/etc/pacman.conf.in b/etc/pacman.conf.in
index 7f9db1b5..4c727240 100644
--- a/etc/pacman.conf.in
+++ b/etc/pacman.conf.in
@@ -15,8 +15,6 @@
#LogFile = @localstatedir@/log/pacman.log
#GPGDir = @sysconfdir@/pacman.d/gnupg/
HoldPkg = pacman glibc
-# If upgrades are available for these packages they will be asked for first
-SyncFirst = pacman
#XferCommand = /usr/bin/curl -C - -f %u > %o
#XferCommand = /usr/bin/wget --passive-ftp -c -O %o %u
#CleanMethod = KeepInstalled