CRUX-ARM : Home

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