forked from ports/contrib
25 lines
430 B
Plaintext
25 lines
430 B
Plaintext
#
|
|
# /etc/pkgadd.conf: pkgadd(8) configuration
|
|
#
|
|
|
|
# Default rule (implicit)
|
|
#UPGRADE ^.*$ YES
|
|
|
|
|
|
UPGRADE ^etc/.*$ NO
|
|
|
|
UPGRADE ^etc/X11/.*$ YES
|
|
UPGRADE ^etc/X11/xdm/.*$ NO
|
|
UPGRADE ^etc/X11/fs/.*$ NO
|
|
|
|
UPGRADE ^usr/etc/.*$ NO
|
|
|
|
UPGRADE ^etc/mail/cf/.*$ YES
|
|
UPGRADE ^etc/ports/drivers/.*$ YES
|
|
|
|
UPGRADE ^usr/pkgmk/.*$ NO
|
|
|
|
UPGRADE ^var/log/.*$ NO
|
|
|
|
# End of file
|