CRUX-ARM : Home

Home :: Documentation :: Download :: Development :: Community :: Ports :: Packages :: Bugs :: Links :: About :: Donors
Initial import
[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
10
11UPGRADE ^etc/mail/cf/.*$ YES
12UPGRADE ^etc/ports/drivers/.*$ YES
13UPGRADE ^etc/X11/.*$ YES
14
15UPGRADE ^etc/rc.*$ YES
16UPGRADE ^etc/rc\.local$ NO
17UPGRADE ^etc/rc\.modules$ NO
18UPGRADE ^etc/rc\.conf$ NO
19UPGRADE ^etc/rc\.d/net$ NO
20
21# End of file