pacman-key: tidy up logic for finding pacman keyring directory
[pacman-ng.git] / etc / pacman.conf.in
blob1d49fd71a5270100da962728a256a168f4703f9e
2 # @sysconfdir@/pacman.conf
4 # See the pacman.conf(5) manpage for option and repository directives
7 # GENERAL OPTIONS
9 [options]
10 # The following paths are commented out with their default values listed.
11 # If you wish to use different paths, uncomment and update the paths.
12 #RootDir     = @ROOTDIR@
13 #DBPath      = @localstatedir@/lib/pacman/
14 #CacheDir    = @localstatedir@/cache/pacman/pkg/
15 #LogFile     = @localstatedir@/log/pacman.log
16 #GPGDir      = @sysconfdir@/pacman.d/gnupg/
17 HoldPkg     = pacman glibc
18 # If upgrades are available for these packages they will be asked for first
19 SyncFirst   = pacman
20 #XferCommand = /usr/bin/wget --passive-ftp -c -O %o %u
21 #XferCommand = /usr/bin/curl -C - -f %u > %o
22 #CleanMethod = KeepInstalled
23 Architecture = auto
25 # Pacman won't upgrade packages listed in IgnorePkg and members of IgnoreGroup
26 #IgnorePkg   =
27 #IgnoreGroup =
29 #NoUpgrade   =
30 #NoExtract   =
32 # Misc options (all disabled by default)
33 #UseSyslog
34 #UseDelta
35 #TotalDownload
36 #CheckSpace
37 #VerbosePkgLists
40 # REPOSITORIES
41 #   - can be defined here or included from another file
42 #   - pacman will search repositories in the order defined here
43 #   - local/custom mirrors can be added here or in separate files
44 #   - repositories listed first will take precedence when packages
45 #     have identical names, regardless of version number
46 #   - URLs will have $repo replaced by the name of the current repo
47 #   - URLs will have $arch replaced by the name of the architecture
49 # Repository entries are of the format:
50 #       [repo-name]
51 #       Server = ServerName
52 #       Include = IncludePath
54 # The header [repo-name] is crucial - it must be present and
55 # uncommented to enable the repo.
58 # An example of a disabled remote package repository with multiple servers
59 # available. To enable, uncomment the following lines. You can add preferred
60 # servers immediately after the header and they will be used before the
61 # default mirrors.
62 #[core]
63 #Server = ftp://ftp.example.com/foobar/$repo/os/$arch/
64 # The file referenced here should contain a list of 'Server = ' lines.
65 #Include = @sysconfdir@/pacman.d/mirrorlist
67 # An example of a custom package repository.  See the pacman manpage for
68 # tips on creating your own repositories.
69 #[custom]
70 #Server = file:///home/custompkgs