Merge remote-tracking branch 'origin/master' into next

This commit is contained in:
Arne Fitzenreiter
2019-01-19 19:58:48 +01:00
7 changed files with 22 additions and 12 deletions

View File

@@ -1,9 +0,0 @@
boot/boot.cmd
boot/boot.scr
etc/system-release
etc/issue
srv/web/ipfire/cgi-bin/credits.cgi
var/ipfire/langs
etc/rc.d/init.d/aws
etc/rc.d/init.d/unbound
srv/web/ipfire/cgi-bin/dnsforward.cgi

View File

@@ -0,0 +1,2 @@
boot/boot.cmd
boot/boot.scr

View File

@@ -0,0 +1 @@
../../../common/bind

View File

@@ -16,5 +16,7 @@ srv/web/ipfire/cgi-bin/ovpnmain.cgi
srv/web/ipfire/cgi-bin/proxy.cgi
srv/web/ipfire/cgi-bin/vpnmain.cgi
usr/lib/firewall/firewall-lib.pl
usr/local/bin/xt_geoip_update
var/ipfire/backup/include
var/ipfire/general-functions.pl
var/ipfire/geoip-functions.pl

View File

@@ -17,7 +17,7 @@
# along with IPFire; if not, write to the Free Software #
# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA #
# #
# Copyright (C) 2018 IPFire-Team <info@ipfire.org>. #
# Copyright (C) 2019 IPFire-Team <info@ipfire.org>. #
# #
############################################################################
#
@@ -48,6 +48,14 @@ ldconfig
# Regenerate squid configuration file
sudo -u nobody /srv/web/ipfire/cgi-bin/proxy.cgi
# If not exist create ovpn ca index.txt(.attr) and fix rights
touch /var/ipfire/ovpn/ca/index.txt.attr
chmod 644 /var/ipfire/ovpn/ca/index.txt.attr
chown nobody:nobody /var/ipfire/ovpn/ca/index.txt.attr
touch /var/ipfire/ovpn/ca/index.txt
chmod 644 /var/ipfire/ovpn/ca/index.txt
chown nobody:nobody /var/ipfire/ovpn/ca/index.txt
# Start services
/etc/init.d/unbound restart
/etc/init.d/squid start
@@ -58,6 +66,12 @@ sysctl -p
# Re-run depmod
depmod -a
# Update xt_geoip
/usr/local/bin/xt_geoip_update
# This update needs a reboot...
touch /var/run/need_reboot
# Finish
/etc/init.d/fireinfo start
sendprofile