mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-20 07:53:01 +02:00
core115: Include captive portal in updater
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
This commit is contained in:
1
config/rootfiles/core/115/filelists/bootstrap
Symbolic link
1
config/rootfiles/core/115/filelists/bootstrap
Symbolic link
@@ -0,0 +1 @@
|
||||
../../../common/bootstrap
|
||||
@@ -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
|
||||
|
||||
1
config/rootfiles/core/115/filelists/ubuntu-font-family
Symbolic link
1
config/rootfiles/core/115/filelists/ubuntu-font-family
Symbolic link
@@ -0,0 +1 @@
|
||||
../../../common/ubuntu-font-family
|
||||
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user