/etc/porgrc is in porg 2:0.10-1.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 | ##----------------------------------------------------------------------
## /etc/porgrc: configuration file for porg.
##
## Copyright (C) 2015 David Ricart <http://porg.sourceforge.net>
## Edited for Debian 2016 Brandon Griffith <brandon@logyx.net>
##
## See the man page of porgrc(5) for more information.
##
## Equivalent command line options are specified in brackets.
##----------------------------------------------------------------------
# Log directory.
# [-L|--logdir]
LOGDIR=/var/lib/porg
# Paths to scan when logging installations.
# [-I|--include]
INCLUDE=/
# Paths to exclude when logging installations.
# [-E|--exclude]
EXCLUDE=/tmp:/dev:/proc:/sys:/run
# Paths to skip when removing packages.
# [-e|--skip]
REMOVE_SKIP=/etc/:/usr/local/etc
|