# Comments begin with "#" # The default cache is /var/cache/pacman/pkg # If a cache is specified here on on the command line, # it overrides the default cache. Include the default # cache if you wish to use multiple caches. #Cache = /var/cache/pacman/pkg/ #Cache = /some/other/cache # The interval is the time that pkgd sleeps between # notifications to the master pkgds. #Interval = 300 # The path to the log file. The log will only # be written if a path is specified. #Log = /var/log/pkgd/pkgd.log # The master pkgd servers, listed on separate lines. #Master = 192.168.0.1:14687 #Master = 192.168.0.2:14687 # The port for this pkgd to use. # The default is 14687. #Port = 14687 # Enabling quiet mode will suppress output. # This is mostly for running pkgd as a daemon. Quiet