mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-26 02:42:58 +02:00
Rootfile update
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
This commit is contained in:
@@ -43,9 +43,9 @@ etc/httpd/conf/server-tuning.conf
|
||||
etc/httpd/conf/ssl-global.conf
|
||||
etc/httpd/conf/uid.conf
|
||||
#etc/httpd/conf/vhosts.d
|
||||
etc/httpd/conf/vhosts.d/captive.conf
|
||||
etc/httpd/conf/vhosts.d/ipfire-interface-ssl.conf
|
||||
etc/httpd/conf/vhosts.d/ipfire-interface.conf
|
||||
etc/httpd/conf/vhosts.d/captive.conf
|
||||
#etc/httpd/conf/vhosts.d/nagios.conf
|
||||
#etc/httpd/conf/vhosts.d/openmailadmin.conf
|
||||
#srv/web
|
||||
@@ -92,6 +92,9 @@ etc/httpd/conf/vhosts.d/captive.conf
|
||||
#srv/web/ipfire/error/include/top.html
|
||||
#srv/web/ipfire/htdocs
|
||||
#srv/web/ipfire/htdocs/index.html
|
||||
#srv/web/ipfire/html
|
||||
srv/web/ipfire/html/captive
|
||||
#srv/web/ipfire/html/captive/logo
|
||||
#srv/web/ipfire/icons
|
||||
#srv/web/ipfire/icons/README
|
||||
#srv/web/ipfire/icons/README.html
|
||||
|
||||
@@ -10,11 +10,12 @@ var/ipfire/auth
|
||||
#var/ipfire/backup
|
||||
var/ipfire/backup/exclude.user
|
||||
var/ipfire/backup/include.user
|
||||
var/ipfire/captive
|
||||
var/ipfire/captive/settings
|
||||
var/ipfire/captive/clients
|
||||
var/ipfire/captive/voucher_out
|
||||
var/ipfire/ca
|
||||
var/ipfire/captive
|
||||
var/ipfire/captive/agb.txt
|
||||
var/ipfire/captive/clients
|
||||
var/ipfire/captive/settings
|
||||
var/ipfire/captive/voucher_out
|
||||
var/ipfire/certs
|
||||
#var/ipfire/certs/index.txt
|
||||
#var/ipfire/certs/serial
|
||||
@@ -55,16 +56,14 @@ var/ipfire/extrahd
|
||||
#var/ipfire/extrahd/settings
|
||||
var/ipfire/firewall
|
||||
#var/ipfire/firewall/config
|
||||
#var/ipfire/firewall/dmz
|
||||
#var/ipfire/firewall/geoipblock
|
||||
#var/ipfire/firewall/input
|
||||
#var/ipfire/firewall/nat
|
||||
#var/ipfire/firewall/outgoing
|
||||
#var/ipfire/firewall/p2protocols
|
||||
#var/ipfire/firewall/settings
|
||||
var/ipfire/fwhosts
|
||||
#var/ipfire/fwhosts/customgroups
|
||||
#var/ipfire/fwhosts/customgeoipgrp
|
||||
#var/ipfire/fwhosts/customgroups
|
||||
#var/ipfire/fwhosts/customhosts
|
||||
#var/ipfire/fwhosts/customnetworks
|
||||
#var/ipfire/fwhosts/customservicegrp
|
||||
@@ -120,6 +119,7 @@ var/ipfire/menu.d/70-log.menu
|
||||
#var/ipfire/menu.d/EX-tor.menu
|
||||
#var/ipfire/menu.d/EX-wlanap.menu
|
||||
var/ipfire/modem
|
||||
var/ipfire/modem-lib.pl
|
||||
#var/ipfire/modem/defaults
|
||||
#var/ipfire/modem/settings
|
||||
var/ipfire/modem-lib.pl
|
||||
|
||||
@@ -69,10 +69,10 @@ run
|
||||
#sbin
|
||||
#srv
|
||||
#usr/bin
|
||||
usr/bin/captive-cleanup
|
||||
#usr/bin/perl
|
||||
#usr/include
|
||||
#usr/lib
|
||||
usr/bin/captive-cleanup
|
||||
usr/lib/firewall
|
||||
usr/lib/firewall/firewall-lib.pl
|
||||
usr/lib/firewall/ipsec-block
|
||||
|
||||
@@ -8,8 +8,9 @@ srv/web/ipfire/cgi-bin/aliases.cgi
|
||||
srv/web/ipfire/cgi-bin/atm-status.cgi
|
||||
srv/web/ipfire/cgi-bin/backup.cgi
|
||||
srv/web/ipfire/cgi-bin/bluetooth.cgi
|
||||
srv/web/ipfire/cgi-bin/captive/index.cgi
|
||||
#srv/web/ipfire/cgi-bin/captive
|
||||
srv/web/ipfire/cgi-bin/captive.cgi
|
||||
srv/web/ipfire/cgi-bin/captive/index.cgi
|
||||
srv/web/ipfire/cgi-bin/chpasswd.cgi
|
||||
srv/web/ipfire/cgi-bin/connections.cgi
|
||||
srv/web/ipfire/cgi-bin/connscheduler.cgi
|
||||
@@ -89,16 +90,15 @@ srv/web/ipfire/cgi-bin/webaccess.cgi
|
||||
srv/web/ipfire/cgi-bin/wireless.cgi
|
||||
srv/web/ipfire/cgi-bin/wirelessclient.cgi
|
||||
srv/web/ipfire/cgi-bin/wlanap.cgi
|
||||
#srv/web/ipfire/html
|
||||
srv/web/ipfire/html/blob.gif
|
||||
#srv/web/ipfire/html/captive/assets
|
||||
srv/web/ipfire/html/captive/assets/captive.css
|
||||
srv/web/ipfire/html/captive/assets/favicon.ico
|
||||
srv/web/ipfire/html/captive/assets/internet.png
|
||||
srv/web/ipfire/html/captive/index.cgi
|
||||
srv/web/ipfire/html/clwarn.cgi
|
||||
srv/web/ipfire/html/dial.cgi
|
||||
srv/web/ipfire/html/favicon.ico
|
||||
srv/web/ipfire/html/captive/assets/captive.css
|
||||
srv/web/ipfire/html/captive/assets/internet.png
|
||||
srv/web/ipfire/html/captive/assets/favicon.ico
|
||||
srv/web/ipfire/html/captive/index.cgi
|
||||
srv/web/ipfire/html/captive/logo
|
||||
#srv/web/ipfire/html/images
|
||||
srv/web/ipfire/html/images/IPFire.png
|
||||
srv/web/ipfire/html/images/add.gif
|
||||
|
||||
Reference in New Issue
Block a user