CRUX-ARM : Home

Home :: Documentation :: Download :: Development :: Community :: Ports :: Packages :: Bugs :: Links :: About :: Donors
pkgmk.conf: added commented MAKEFLAGS option
[pkgutils-cross.git] / pkgadd.conf
... / ...
CommitLineData
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
10UPGRADE ^var/spool/\w*cron/.*$ NO
11UPGRADE ^var/run/utmp$ NO
12
13UPGRADE ^etc/ports/drivers/.*$ YES
14UPGRADE ^etc/X11/.*$ YES
15
16UPGRADE ^etc/rc.*$ YES
17UPGRADE ^etc/rc\.local$ NO
18UPGRADE ^etc/rc\.modules$ NO
19UPGRADE ^etc/rc\.conf$ NO
20UPGRADE ^etc/rc\.d/net$ NO
21
22UPGRADE ^etc/udev/rules.d/.*$ YES
23UPGRADE ^etc/udev/rules.d/1.*$ NO
24
25# End of file