diff options
author | Cecil <knoppmyth@gmail.com> | 2011-07-17 20:49:01 (GMT) |
---|---|---|
committer | Cecil <knoppmyth@gmail.com> | 2011-07-17 20:49:01 (GMT) |
commit | 4e8509368ee8a5b76c4fd5cc1737dfc0f5fed607 (patch) | |
tree | 665570088d4fe2c675834c2409efafb80fe1a4e8 /abs/core/pacman/pacman.conf | |
parent | 13e7dfcaf9aa5d46abd43fc0bfcc8c2167e99645 (diff) | |
parent | f1e8cbd3510cef06cad3ea55eaedf40aca12f1ae (diff) | |
download | linhes_pkgbuild-4e8509368ee8a5b76c4fd5cc1737dfc0f5fed607.zip linhes_pkgbuild-4e8509368ee8a5b76c4fd5cc1737dfc0f5fed607.tar.gz linhes_pkgbuild-4e8509368ee8a5b76c4fd5cc1737dfc0f5fed607.tar.bz2 |
Merge branch 'testing' of ssh://cesman@linhes.org/mount/repository/linhes_pkgbuild into testing
Diffstat (limited to 'abs/core/pacman/pacman.conf')
-rw-r--r-- | abs/core/pacman/pacman.conf | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/abs/core/pacman/pacman.conf b/abs/core/pacman/pacman.conf index c44d2e6..ae584e2 100644 --- a/abs/core/pacman/pacman.conf +++ b/abs/core/pacman/pacman.conf @@ -17,7 +17,7 @@ HoldPkg = pacman glibc # If upgrades are available for these packages they will be asked for first SyncFirst = pacman #XferCommand = /usr/bin/wget --passive-ftp -c -O %o %u -#XferCommand = /usr/bin/curl -C - %u > %o +#XferCommand = /usr/bin/curl -C - -f %u > %o #CleanMethod = KeepInstalled Architecture = auto @@ -33,6 +33,7 @@ Architecture = auto #ShowSize #UseDelta #TotalDownload +#CheckSpace # # REPOSITORIES @@ -76,4 +77,3 @@ Include = /etc/pacman.d/mirrorlist # tips on creating your own repositories. #[custom] #Server = file:///home/custompkgs - |