2006-10-15 22:07:10 +00:00
|
|
|
#
|
2007-05-31 17:13:25 +01:00
|
|
|
# @sysconfdir@/pacman.conf
|
2006-10-15 22:07:10 +00:00
|
|
|
#
|
|
|
|
# See the pacman manpage for option directives
|
|
|
|
|
|
|
|
#
|
|
|
|
# GENERAL OPTIONS
|
|
|
|
#
|
|
|
|
[options]
|
2007-11-05 21:20:16 -06:00
|
|
|
# The following paths are commented out with their default values listed.
|
|
|
|
# If you wish to use different paths, uncomment and update the paths.
|
|
|
|
#RootDir = @ROOTDIR@
|
|
|
|
#DBPath = @localstatedir@/lib/pacman/
|
|
|
|
#CacheDir = @localstatedir@/cache/pacman/pkg/
|
|
|
|
#LogFile = @localstatedir@/log/pacman.log
|
2006-10-15 22:07:10 +00:00
|
|
|
HoldPkg = pacman glibc
|
|
|
|
#XferCommand = /usr/bin/wget --passive-ftp -c -O %o %u
|
|
|
|
|
|
|
|
#
|
|
|
|
# REPOSITORIES
|
|
|
|
# - can be defined here or included from another file
|
2006-12-08 20:06:13 +00:00
|
|
|
# - pacman will search repositories in the order defined here
|
2006-10-15 22:07:10 +00:00
|
|
|
# - local/custom mirrors can be added here or in separate files
|
2007-01-26 01:33:03 +00:00
|
|
|
# - repositories listed first will take precedence when packages
|
|
|
|
# have identical names, regardless of version number
|
|
|
|
#
|
2006-10-15 22:07:10 +00:00
|
|
|
#[testing]
|
2007-07-16 21:31:54 +02:00
|
|
|
#Include = @sysconfdir@/pacman.d/mirrorlist
|
2006-10-15 22:07:10 +00:00
|
|
|
|
2007-09-16 16:26:58 -05:00
|
|
|
[core]
|
2006-10-15 22:07:10 +00:00
|
|
|
# Add your preferred servers here, they will be used first
|
2007-07-16 21:31:54 +02:00
|
|
|
Include = @sysconfdir@/pacman.d/mirrorlist
|
2006-10-15 22:07:10 +00:00
|
|
|
|
|
|
|
[extra]
|
|
|
|
# Add your preferred servers here, they will be used first
|
2007-07-16 21:31:54 +02:00
|
|
|
Include = @sysconfdir@/pacman.d/mirrorlist
|
2006-10-15 22:07:10 +00:00
|
|
|
|
|
|
|
[community]
|
|
|
|
# Add your preferred servers here, they will be used first
|
2007-07-16 21:31:54 +02:00
|
|
|
Include = @sysconfdir@/pacman.d/mirrorlist
|
2006-10-15 22:07:10 +00:00
|
|
|
|
2006-12-08 20:06:13 +00:00
|
|
|
#[unstable]
|
|
|
|
# Add your preferred servers here, they will be used first
|
2007-07-16 21:31:54 +02:00
|
|
|
#Include = @sysconfdir@/pacman.d/mirrorlist
|
2006-12-08 20:06:13 +00:00
|
|
|
|
2006-10-15 22:07:10 +00:00
|
|
|
# An example of a custom package repository. See the pacman manpage for
|
|
|
|
# tips on creating your own repositories.
|
|
|
|
#[custom]
|
|
|
|
#Server = file:///home/custompkgs
|
|
|
|
|