blob: 4ac0cb9358a14d8400da04f944d1e771c085361f (
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 UPGRADE ^etc/rc\.d/wlan$ NO
22
23 UPGRADE ^etc/udev/rules.d/.*$ YES
24 UPGRADE ^etc/udev/rules.d/1.*$ NO
25 UPGRADE ^etc/udev/hwdb.d/.*$ YES
26 UPGRADE ^etc/udev/hwdb.bin$ YES
27
28 UPGRADE ^etc/ssl/cert.pem$ YES
29 # End of file
|