CRUX-ARM : Home

Home :: Documentation :: Download :: Development :: Community :: Ports :: Packages :: Bugs :: Links :: About :: Donors
Merge remote-tracking branch 'upstream/master' into 3.0
[pkgutils-cross.git] / src / pkgadd.conf
CommitLineData
a0a63413
JB
1#
2# /etc/pkgadd.conf: pkgadd(8) configuration
3#
4
8b010ae5
JB
5# Crosscompiling rules to avoid libtool issues
6# with the hardcoded libdir variable
7INSTALL .*\.la NO
8UPGRADE .*\.la NO
9
a0a63413
JB
10# Default rule (implicit)
11#UPGRADE ^.*$ YES
12
13UPGRADE ^etc/.*$ NO
14UPGRADE ^var/log/.*$ NO
15UPGRADE ^var/spool/\w*cron/.*$ NO
16UPGRADE ^var/run/utmp$ NO
17
18UPGRADE ^etc/ports/drivers/.*$ YES
19UPGRADE ^etc/X11/.*$ YES
20
21UPGRADE ^etc/rc.*$ YES
22UPGRADE ^etc/rc\.local$ NO
23UPGRADE ^etc/rc\.modules$ NO
24UPGRADE ^etc/rc\.conf$ NO
25UPGRADE ^etc/rc\.d/net$ NO
26
27UPGRADE ^etc/udev/rules.d/.*$ YES
28UPGRADE ^etc/udev/rules.d/1.*$ NO
29
30# End of file