Advertisement
Guest User

vrob

a guest
Nov 27th, 2009
138
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.77 KB | None | 0 0
  1. # Comments begin with "#"
  2.  
  3. # The default cache is /var/cache/pacman/pkg
  4. # If a cache is specified here on on the command line,
  5. # it overrides the default cache. Include the default
  6. # cache if you wish to use multiple caches.
  7. #Cache = /var/cache/pacman/pkg/
  8. #Cache = /some/other/cache
  9.  
  10. # The interval is the time that pkgd sleeps between
  11. # notifications to the master pkgds.
  12. #Interval = 300
  13.  
  14. # The path to the log file. The log will only
  15. # be written if a path is specified.
  16. #Log = /var/log/pkgd/pkgd.log
  17.  
  18. # The master pkgd servers, listed on separate lines.
  19. #Master = 192.168.0.1:14687
  20. #Master = 192.168.0.2:14687
  21.  
  22. # The port for this pkgd to use.
  23. # The default is 14687.
  24. #Port = 14687
  25.  
  26. # Enabling quiet mode will suppress output.
  27. # This is mostly for running pkgd as a daemon.
  28. Quiet
  29.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement