Show options in pacman.conf (commented out)
[pacman-ng.git] / etc / pacman.conf.in
blob582fe9428f88436a1a61f6fed35eebf9969f33d0
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 HoldPkg     = pacman glibc
17 #XferCommand = /usr/bin/wget --passive-ftp -c -O %o %u
19 # Pacman won't upgrade packages listed in IgnorePkg and members of IgnoreGroup
20 #IgnorePkg   =
21 #IgnoreGroup =
23 #NoUpgrade   =
24 #NoExtract   =
26 # Misc options (all disabled by default)
27 #NoPassiveFtp
28 #UseSyslog
29 #ShowSize
30 #UseDelta
31 #TotalDownload
34 # REPOSITORIES
35 #   - can be defined here or included from another file
36 #   - pacman will search repositories in the order defined here
37 #   - local/custom mirrors can be added here or in separate files
38 #   - repositories listed first will take precedence when packages
39 #     have identical names, regardless of version number
40 #   - URLs will have $repo replaced by the name of the current repo
42 # Repository entries are of the format:
43 #       [repo-name]
44 #       Server = ServerName
45 #       Include = IncludePath
47 # The header [repo-name] is crucial - it must be present and
48 # uncommented to enable the repo.
51 # An example of a disabled remote package repository with multiple servers
52 # available. To enable, uncomment the following lines. You can add preferred
53 # servers immediately after the header and they will be used before the
54 # default mirrors.
55 #[core]
56 #Server = ftp://ftp.example.com/foobar/$repo/os/i686/
57 # The file referenced here should contain a list of 'Server = ' lines.
58 #Include = @sysconfdir@/pacman.d/mirrorlist
60 # An example of a custom package repository.  See the pacman manpage for
61 # tips on creating your own repositories.
62 #[custom]
63 #Server = file:///home/custompkgs