mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-05-08 22:16:09 +02:00
Merge branch 'next' of ssh://git.ipfire.org/pub/git/ipfire-2.x into next
This commit is contained in:
@@ -1,5 +1,8 @@
|
||||
etc/system-release
|
||||
etc/issue
|
||||
etc/unbound/unbound.conf
|
||||
etc/rc.d/init.d/unbound
|
||||
etc/rc.d/init.d/ntp
|
||||
srv/web/ipfire/cgi-bin/logs.cgi/log.dat
|
||||
srv/web/ipfire/cgi-bin/traffic.cgi
|
||||
var/ipfire/langs
|
||||
|
||||
@@ -138,6 +138,7 @@ esac
|
||||
tar xavf /opt/pakfire/tmp/files* --no-overwrite-dir -p --numeric-owner -C /
|
||||
|
||||
# Remove some old files
|
||||
rm -f /etc/unbound/interfaces.conf
|
||||
|
||||
# update linker config
|
||||
ldconfig
|
||||
@@ -177,6 +178,9 @@ if [ `grep "ENABLED=on" /var/ipfire/vpn/settings` ]; then
|
||||
/etc/init.d/ipsec start
|
||||
fi
|
||||
|
||||
# Restart unbound to activate configuration changes
|
||||
/etc/init.d/unbound restart
|
||||
|
||||
# Delete old QoS enabled indicator
|
||||
rm -f /var/ipfire/qos/enable
|
||||
|
||||
|
||||
Reference in New Issue
Block a user