CRUX-ARM : Home

Home :: Documentation :: Download :: Development :: Community :: Ports :: Packages :: Bugs :: Links :: About :: Donors
- Added pkginfo to .gitignore
[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 UPGRADE ^etc/udev/hwdb.d/.*$ YES
25 UPGRADE ^etc/udev/hwdb.bin$ YES
26
27 UPGRADE ^etc/ssl/cert.pem$ YES
28
29 # required to avoid installation of .la files into CLFS
30 INSTALL /lib/.*\.la$ NO
31
32 # End of file