]> git.ipfire.org Git - people/mlorenz/ipfire-2.x.git/commitdiff
core113: Add latest packages
authorMichael Tremer <michael.tremer@ipfire.org>
Tue, 15 Aug 2017 10:58:38 +0000 (11:58 +0100)
committerMichael Tremer <michael.tremer@ipfire.org>
Tue, 15 Aug 2017 10:58:38 +0000 (11:58 +0100)
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
config/rootfiles/core/113/filelists/gnutls [new symlink]
config/rootfiles/core/113/filelists/libgcrypt [new symlink]
config/rootfiles/core/113/filelists/logrotate [new symlink]
config/rootfiles/core/113/filelists/pcre [new symlink]
config/rootfiles/core/113/filelists/squid [new symlink]
config/rootfiles/core/113/filelists/unbound [new symlink]
config/rootfiles/core/113/update.sh

diff --git a/config/rootfiles/core/113/filelists/gnutls b/config/rootfiles/core/113/filelists/gnutls
new file mode 120000 (symlink)
index 0000000..8dbe60b
--- /dev/null
@@ -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 (symlink)
index 0000000..2df12a2
--- /dev/null
@@ -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 (symlink)
index 0000000..bc192c0
--- /dev/null
@@ -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 (symlink)
index 0000000..b390d9a
--- /dev/null
@@ -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 (symlink)
index 0000000..2dc8372
--- /dev/null
@@ -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 (symlink)
index 0000000..66adf09
--- /dev/null
@@ -0,0 +1 @@
+../../../common/unbound
\ No newline at end of file
index f3e0942e23115667d236e8cb987ab05115652bb9..0b993a4781c4fbda928dac521d2998b5f59fa308 100644 (file)
@@ -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