CRUX-ARM : Home

Home :: Documentation :: Download :: Development :: Community :: Ports :: Packages :: Bugs :: Links :: About :: Donors
04424354328aa48a63bd36598561ecb139b53175
[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 UPGRADE ^var/spool/\w*cron/.*$ NO
11
12 UPGRADE ^etc/mail/cf/.*$ YES
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 # End of file