mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-05-01 15:52:55 +02:00
Merge branch 'next' of ssh://git.ipfire.org/pub/git/ipfire-2.x into next
This commit is contained in:
@@ -1,18 +0,0 @@
|
||||
etc/system-release
|
||||
etc/issue
|
||||
etc/ssl/certs/ca-bundle.crt
|
||||
etc/ssl/certs/ca-bundle.trust.crt
|
||||
opt/pakfire/lib/functions.pl
|
||||
srv/web/ipfire/cgi-bin/country.cgi
|
||||
srv/web/ipfire/cgi-bin/logs.cgi/firewalllog.dat
|
||||
srv/web/ipfire/cgi-bin/logs.cgi/firewalllogcountry.dat
|
||||
srv/web/ipfire/cgi-bin/logs.cgi/firewalllogip.dat
|
||||
srv/web/ipfire/cgi-bin/logs.cgi/showrequestfromcountry.dat
|
||||
srv/web/ipfire/cgi-bin/routing.cgi
|
||||
srv/web/ipfire/html/themes/darkdos/include/functions.pl
|
||||
srv/web/ipfire/html/themes/ipfire-legacy/include/functions.pl
|
||||
srv/web/ipfire/html/themes/ipfire/include/functions.pl
|
||||
srv/web/ipfire/html/themes/maniac/include/functions.pl
|
||||
usr/local/bin/captivectrl
|
||||
var/ipfire/geoip-functions.pl
|
||||
var/ipfire/network-functions.pl
|
||||
@@ -1 +0,0 @@
|
||||
DEPS=""
|
||||
1
config/rootfiles/core/123/filelists/coreutils
Symbolic link
1
config/rootfiles/core/123/filelists/coreutils
Symbolic link
@@ -0,0 +1 @@
|
||||
../../../common/coreutils
|
||||
7
config/rootfiles/core/123/filelists/files
Normal file
7
config/rootfiles/core/123/filelists/files
Normal file
@@ -0,0 +1,7 @@
|
||||
etc/system-release
|
||||
etc/issue
|
||||
srv/web/ipfire/cgi-bin/ids.cgi
|
||||
srv/web/ipfire/cgi-bin/index.cgi
|
||||
srv/web/ipfire/cgi-bin/ovpnmain.cgi
|
||||
var/ipfire/backup/exclude
|
||||
var/ipfire/langs
|
||||
1
config/rootfiles/core/123/filelists/gnupg
Symbolic link
1
config/rootfiles/core/123/filelists/gnupg
Symbolic link
@@ -0,0 +1 @@
|
||||
../../../common/gnupg
|
||||
1
config/rootfiles/core/123/filelists/iana-etc
Symbolic link
1
config/rootfiles/core/123/filelists/iana-etc
Symbolic link
@@ -0,0 +1 @@
|
||||
../../../common/iana-etc
|
||||
1
config/rootfiles/core/123/filelists/ipset
Symbolic link
1
config/rootfiles/core/123/filelists/ipset
Symbolic link
@@ -0,0 +1 @@
|
||||
../../../common/ipset
|
||||
1
config/rootfiles/core/123/filelists/libgcrypt
Symbolic link
1
config/rootfiles/core/123/filelists/libgcrypt
Symbolic link
@@ -0,0 +1 @@
|
||||
../../../common/libgcrypt
|
||||
1
config/rootfiles/core/123/filelists/tzdata
Symbolic link
1
config/rootfiles/core/123/filelists/tzdata
Symbolic link
@@ -0,0 +1 @@
|
||||
../../../common/tzdata
|
||||
1
config/rootfiles/core/123/filelists/unbound
Symbolic link
1
config/rootfiles/core/123/filelists/unbound
Symbolic link
@@ -0,0 +1 @@
|
||||
../../../common/unbound
|
||||
@@ -24,7 +24,7 @@
|
||||
. /opt/pakfire/lib/functions.sh
|
||||
/usr/local/bin/backupctrl exclude >/dev/null 2>&1
|
||||
|
||||
core=117
|
||||
core=123
|
||||
|
||||
# Remove old core updates from pakfire cache to save space...
|
||||
for (( i=1; i<=$core; i++ )); do
|
||||
@@ -40,12 +40,13 @@ extract_files
|
||||
ldconfig
|
||||
|
||||
# Update Language cache
|
||||
#/usr/local/bin/update-lang-cache
|
||||
/usr/local/bin/update-lang-cache
|
||||
|
||||
# Start services
|
||||
/etc/init.d/unbound restart
|
||||
|
||||
# This update need a reboot...
|
||||
#touch /var/run/need_reboot
|
||||
# This update needs a reboot...
|
||||
touch /var/run/need_reboot
|
||||
|
||||
# Finish
|
||||
/etc/init.d/fireinfo start
|
||||
Reference in New Issue
Block a user