mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-24 09:52:58 +02:00
core113: Add latest packages
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
This commit is contained in:
1
config/rootfiles/core/113/filelists/gnutls
Symbolic link
1
config/rootfiles/core/113/filelists/gnutls
Symbolic link
@@ -0,0 +1 @@
|
||||
../../../common/gnutls
|
||||
1
config/rootfiles/core/113/filelists/libgcrypt
Symbolic link
1
config/rootfiles/core/113/filelists/libgcrypt
Symbolic link
@@ -0,0 +1 @@
|
||||
../../../common/libgcrypt
|
||||
1
config/rootfiles/core/113/filelists/logrotate
Symbolic link
1
config/rootfiles/core/113/filelists/logrotate
Symbolic link
@@ -0,0 +1 @@
|
||||
../../../common/logrotate
|
||||
1
config/rootfiles/core/113/filelists/pcre
Symbolic link
1
config/rootfiles/core/113/filelists/pcre
Symbolic link
@@ -0,0 +1 @@
|
||||
../../../common/pcre
|
||||
1
config/rootfiles/core/113/filelists/squid
Symbolic link
1
config/rootfiles/core/113/filelists/squid
Symbolic link
@@ -0,0 +1 @@
|
||||
../../../common/squid
|
||||
1
config/rootfiles/core/113/filelists/unbound
Symbolic link
1
config/rootfiles/core/113/filelists/unbound
Symbolic link
@@ -0,0 +1 @@
|
||||
../../../common/unbound
|
||||
@@ -32,6 +32,8 @@ for (( i=1; i<=$core; i++ )); do
|
||||
done
|
||||
|
||||
# Stop services
|
||||
/etc/init.d/squid stop
|
||||
/etc/init.d/unbound stop
|
||||
|
||||
# Extract files
|
||||
extract_files
|
||||
@@ -43,6 +45,8 @@ ldconfig
|
||||
/usr/local/bin/update-lang-cache
|
||||
|
||||
# Start services
|
||||
/etc/init.d/unbound start
|
||||
/etc/init.d/squid start
|
||||
|
||||
# This update need a reboot...
|
||||
touch /var/run/need_reboot
|
||||
|
||||
Reference in New Issue
Block a user