mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-28 03:33:25 +02:00
Added latest changes to core40.
This commit is contained in:
@@ -8,6 +8,7 @@ etc/rc.d/init.d/dnsmasq
|
||||
etc/rc.d/init.d/functions
|
||||
srv/web/ipfire/cgi-bin/dhcp.cgi
|
||||
srv/web/ipfire/cgi-bin/time.cgi
|
||||
srv/web/ipfire/cgi-bin/qos.cgi
|
||||
usr/lib/python2.7/ipaddr.pyc
|
||||
usr/lib/python2.7/site-packages/drv_libxml2.py
|
||||
usr/lib/python2.7/site-packages/libxml2.py
|
||||
|
||||
@@ -41,7 +41,12 @@ rm -rf /usr/lib/python2.4
|
||||
#Update Language cache
|
||||
perl -e "require '/var/ipfire/lang.pl'; &Lang::BuildCacheLang"
|
||||
|
||||
#
|
||||
# Change var lock size to 8MB
|
||||
grep -v "/var/lock" /etc/fstab > /tmp/fstab.tmp
|
||||
mv /tmp/fstab.tmp /etc/fstab
|
||||
echo non /var/lock tmpfs defaults,size=8M 0 0 >> /etc/fstab
|
||||
|
||||
|
||||
#Rebuild module dep's
|
||||
depmod 2.6.32.15-ipfire
|
||||
depmod 2.6.32.15-ipfire-xen
|
||||
|
||||
Reference in New Issue
Block a user