From: Michael Tremer Date: Tue, 15 Aug 2017 10:58:38 +0000 (+0100) Subject: core113: Add latest packages X-Git-Url: http://git.ipfire.org/?p=people%2Fmlorenz%2Fipfire-2.x.git;a=commitdiff_plain;h=5564841b1055082190e544d0a2e3c611139648f4 core113: Add latest packages Signed-off-by: Michael Tremer --- diff --git a/config/rootfiles/core/113/filelists/gnutls b/config/rootfiles/core/113/filelists/gnutls new file mode 120000 index 0000000000..8dbe60bc32 --- /dev/null +++ b/config/rootfiles/core/113/filelists/gnutls @@ -0,0 +1 @@ +../../../common/gnutls \ No newline at end of file diff --git a/config/rootfiles/core/113/filelists/libgcrypt b/config/rootfiles/core/113/filelists/libgcrypt new file mode 120000 index 0000000000..2df12a20ec --- /dev/null +++ b/config/rootfiles/core/113/filelists/libgcrypt @@ -0,0 +1 @@ +../../../common/libgcrypt \ No newline at end of file diff --git a/config/rootfiles/core/113/filelists/logrotate b/config/rootfiles/core/113/filelists/logrotate new file mode 120000 index 0000000000..bc192c05db --- /dev/null +++ b/config/rootfiles/core/113/filelists/logrotate @@ -0,0 +1 @@ +../../../common/logrotate \ No newline at end of file diff --git a/config/rootfiles/core/113/filelists/pcre b/config/rootfiles/core/113/filelists/pcre new file mode 120000 index 0000000000..b390d9a367 --- /dev/null +++ b/config/rootfiles/core/113/filelists/pcre @@ -0,0 +1 @@ +../../../common/pcre \ No newline at end of file diff --git a/config/rootfiles/core/113/filelists/squid b/config/rootfiles/core/113/filelists/squid new file mode 120000 index 0000000000..2dc8372a0e --- /dev/null +++ b/config/rootfiles/core/113/filelists/squid @@ -0,0 +1 @@ +../../../common/squid \ No newline at end of file diff --git a/config/rootfiles/core/113/filelists/unbound b/config/rootfiles/core/113/filelists/unbound new file mode 120000 index 0000000000..66adf09242 --- /dev/null +++ b/config/rootfiles/core/113/filelists/unbound @@ -0,0 +1 @@ +../../../common/unbound \ No newline at end of file diff --git a/config/rootfiles/core/113/update.sh b/config/rootfiles/core/113/update.sh index f3e0942e23..0b993a4781 100644 --- a/config/rootfiles/core/113/update.sh +++ b/config/rootfiles/core/113/update.sh @@ -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