CRUX-ARM : Home

Home :: Documentation :: Download :: Development :: Community :: Ports :: Packages :: Bugs :: Links :: About :: Donors
Fixed link to pkgadd creation in pkgrm-cross and pkginfo-cross
[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 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
22 UPGRADE ^etc/udev/rules.d/.*$ YES
23 UPGRADE ^etc/udev/rules.d/1.*$ NO
24
25 # End of file