Advertisement
Guest User

vrob

a guest
Nov 27th, 2009
159
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.94 KB | None | 0 0
  1. #
  2. # /etc/pacman.conf
  3. #
  4. # See the pacman.conf(5) manpage for option and repository directives
  5.  
  6. #
  7. # GENERAL OPTIONS
  8. #
  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 = /
  13. #DBPath = /var/lib/pacman/
  14. #CacheDir = /var/cache/pacman/pkg/
  15. #LogFile = /var/log/pacman.log
  16. HoldPkg = pacman glibc
  17. # If upgrades are available for these packages they will be asked for first
  18. SyncFirst = pacman
  19. #XferCommand = /usr/bin/wget --passive-ftp -c -O %o %u
  20. #XferCommand = /usr/bin/curl %u > %o
  21. #CleanMethod = KeepInstalled
  22.  
  23. # Pacman won't upgrade packages listed in IgnorePkg and members of IgnoreGroup
  24. #IgnorePkg =
  25. #IgnoreGroup =
  26.  
  27. #NoUpgrade =
  28. #NoExtract =
  29.  
  30. # Misc options (all disabled by default)
  31. #UseSyslog
  32. #ShowSize
  33. #UseDelta
  34. #TotalDownload
  35. ILoveCandy
  36.  
  37. #
  38. # REPOSITORIES
  39. # - can be defined here or included from another file
  40. # - pacman will search repositories in the order defined here
  41. # - local/custom mirrors can be added here or in separate files
  42. # - repositories listed first will take precedence when packages
  43. # have identical names, regardless of version number
  44. # - URLs will have $repo replaced by the name of the current repo
  45. #
  46. # Repository entries are of the format:
  47. # [repo-name]
  48. # Server = ServerName
  49. # Include = IncludePath
  50. #
  51. # The header [repo-name] is crucial - it must be present and
  52. # uncommented to enable the repo.
  53. #
  54.  
  55. # Testing is disabled by default. To enable, uncomment the following
  56. # two lines. You can add preferred servers immediately after the header,
  57. # and they will be used before the default mirrors.
  58.  
  59. #[testing]
  60. #Include = /etc/pacman.d/mirrorlist
  61.  
  62. [core]
  63. Include = /etc/pacman.d/mirrorlist
  64.  
  65. [extra]
  66. Include = /etc/pacman.d/mirrorlist
  67.  
  68. [community]
  69. Include = /etc/pacman.d/mirrorlist
  70.  
  71. [archlinuxfr]
  72. Server = http://repo.archlinux.fr/x86_64
  73.  
  74. [xyne-any]
  75. Server = http://xyne.archlinux.ca/repos/any
  76.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement