core115: Include captive portal in updater

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
This commit is contained in:
Michael Tremer
2017-10-06 11:48:49 +01:00
parent 112a09508e
commit 1294c52ca5
4 changed files with 25 additions and 0 deletions

View File

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

View File

@@ -1,3 +1,22 @@
etc/system-release
etc/issue
etc/httpd/conf/vhosts.d/captive.conf
etc/rc.d/init.d/firewall
srv/web/ipfire/cgi-bin/captive/index.cgi
srv/web/ipfire/cgi-bin/captive/logo.cgi
srv/web/ipfire/cgi-bin/captive/redirect.cgi
srv/web/ipfire/cgi-bin/captive.cgi
srv/web/ipfire/cgi-bin/proxy.cgi
srv/web/ipfire/html/captive
usr/bin/captive-cleanup
usr/local/bin/captivectrl
usr/local/bin/wirelessctrl
var/ipfire/backup/include
var/ipfire/captive
var/ipfire/general-functions.pl
var/ipfire/lang.pl
var/ipfire/langs
var/ipfire/menu.d/30-network.menu
var/ipfire/modem-lib.pl
var/ipfire/network-functions.pl
var/log/httpd/captive

View File

@@ -0,0 +1 @@
../../../common/ubuntu-font-family

View File

@@ -57,6 +57,10 @@ grep -q "captivectrl" /var/spool/cron/root.orig || cat <<EOF >> /var/spool/cron/
EOF
fcrontab -z
# Load captive portal configuration
/etc/rc.d/init.d/apache2 reload
/etc/rc.d/init.d/firewall restart
# This update need a reboot...
#touch /var/run/need_reboot