/etc/pacorc is in paco 2.0.9-1.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 | ##----------------------------------------------------------------------
## /etc/pacorc: configuration file for paco-2.0.9.
##
## See the man page of pacorc(5) for more information.
##----------------------------------------------------------------------
## Note: For those variables that can be also set by the command line,
## the equivalent command line options are specified in brackets.
##----------------------------------------------------------------------
# Log directory.
# [-L|--logdir]
#LOGDIR=/var/log/paco
# Paths to scan when logging installations.
# [-I|--include]
#INCLUDE=/
# Paths to skip when logging installations.
# [-E|--exclude]
#EXCLUDE=/dev:/tmp:/usr/src:/media:/selinux:/sys:/usr/share/info/dir
# File system block size used to calculate file sizes, in bytes.
# For most systems this is 4096.
# Set to 0 to let paco calculate the block size for each file.
# Set to 1 to get the same effect as the old option APPARENT_SIZE=1
#BLOCK_SIZE=0
# Maximmum database age, in days.
#MAX_DB_AGE=7
# Ignore errors of the install commands when logging installations.
# [--ignore-errors]
#LOG_IGNORE_ERRORS=0
# Match packages case-sensitively
#CASE_SENSITIVE=0
|