CRUX-ARM : Home

Home :: Documentation :: Download :: Development :: Community :: Ports :: Packages :: Bugs :: Links :: About :: Donors
Merge remote-tracking branch 'upstream/master' into 3.1
[pkgutils-cross.git] / pkgadd.conf
CommitLineData
9ac667e6
SR
1#
2# /etc/pkgadd.conf: pkgadd(8) configuration
3#
4
5# Default rule (implicit)
6#UPGRADE ^.*$ YES
7
8UPGRADE ^etc/.*$ NO
9UPGRADE ^var/log/.*$ NO
4943d621 10UPGRADE ^var/spool/\w*cron/.*$ NO
e727dae9 11UPGRADE ^var/run/utmp$ NO
9ac667e6 12
9ac667e6
SR
13UPGRADE ^etc/ports/drivers/.*$ YES
14UPGRADE ^etc/X11/.*$ YES
15
16UPGRADE ^etc/rc.*$ YES
17UPGRADE ^etc/rc\.local$ NO
18UPGRADE ^etc/rc\.modules$ NO
19UPGRADE ^etc/rc\.conf$ NO
20UPGRADE ^etc/rc\.d/net$ NO
21
bfb5480b
TS
22UPGRADE ^etc/udev/rules.d/.*$ YES
23UPGRADE ^etc/udev/rules.d/1.*$ NO
215882c2
JD
24UPGRADE ^etc/udev/hwdb.d/.*$ YES
25UPGRADE ^etc/udev/hwdb.bin$ YES
598f7b4a
JD
26
27UPGRADE ^etc/ssl/cert.pem$ YES
9ac667e6 28# End of file