From 7daa6708d2afc710bebbb2dc30f4371f9d67120c Mon Sep 17 00:00:00 2001 From: Dan McGee Date: Wed, 27 Jun 2007 23:25:04 -0400 Subject: Remove lockfile configuration from frontend, make it job of libalpm I previously introduced some patches to make just about every path in pacman/libalpm configurable; doing this with the lockfile seemed a bit too far and we really should just place the lockfile where it belongs- with the DB that needs locking. More details in this thread: http://archlinux.org/pipermail/pacman-dev/2007-June/008499.html Signed-off-by: Dan McGee --- etc/pacman.conf.in | 1 - 1 file changed, 1 deletion(-) (limited to 'etc/pacman.conf.in') diff --git a/etc/pacman.conf.in b/etc/pacman.conf.in index bfc4265d..33ef1814 100644 --- a/etc/pacman.conf.in +++ b/etc/pacman.conf.in @@ -10,7 +10,6 @@ RootDir = @ROOTDIR@ DBPath = @localstatedir@/lib/pacman/ CacheDir = @localstatedir@/cache/pacman/pkg/ -LockFile = @localstatedir@/run/pacman.lck LogFile = @localstatedir@/log/pacman.log HoldPkg = pacman glibc #XferCommand = /usr/bin/wget --passive-ftp -c -O %o %u -- cgit v1.2.3-54-g00ecf