summaryrefslogtreecommitdiff
path: root/pkgadd.conf
blob: a35c46218f62e08913c36008d8ce93a965a24529 (plain)
    1 #
    2 # /etc/pkgadd.conf: pkgadd(8) configuration
    3 #
    4 
    5 # Default rule (implicit)
    6 #UPGRADE	^.*$			YES
    7 
    8 UPGRADE		^etc/.*$		NO
    9 UPGRADE		^var/log/.*$		NO
   10 UPGRADE		^var/spool/\w*cron/.*$	NO
   11 UPGRADE		^var/run/utmp$		NO
   12 
   13 UPGRADE		^etc/ports/drivers/.*$	YES
   14 UPGRADE		^etc/X11/.*$		YES
   15 
   16 UPGRADE		^etc/rc.*$		YES
   17 UPGRADE		^etc/rc\.local$		NO
   18 UPGRADE		^etc/rc\.modules$	NO
   19 UPGRADE		^etc/rc\.conf$		NO
   20 UPGRADE		^etc/rc\.d/net$		NO
   21 
   22 UPGRADE		^etc/udev/rules.d/.*$	YES
   23 UPGRADE		^etc/udev/rules.d/1.*$	NO
   24 UPGRADE		^etc/udev/hwdb.d/.*$	YES
   25 UPGRADE		^etc/udev/hwdb.bin$	YES
   26 
   27 UPGRADE		^etc/ssl/cert.pem$	YES
   28 # End of file

Generated by cgit