From mboxrd@z Thu Jan 1 00:00:00 1970 From: Erik Kapfer To: development@lists.ipfire.org Subject: [PATCH] update.sh: Delete .rnd files Date: Sat, 02 Feb 2019 08:46:12 +0100 Message-ID: <20190202074612.13579-1-ummeegge@ipfire.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============7560197130165188664==" List-Id: --===============7560197130165188664== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Since RANDFILE has been disabled in OpenSSL configurations, .rnd files are no= t needed anymore. Signed-off-by: Erik Kapfer --- config/rootfiles/core/128/update.sh | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/config/rootfiles/core/128/update.sh b/config/rootfiles/core/128/= update.sh index 8eacdd9eb..71824266b 100644 --- a/config/rootfiles/core/128/update.sh +++ b/config/rootfiles/core/128/update.sh @@ -36,7 +36,13 @@ done # Remove files rm -vf \ /usr/lib{,/sse2}/libcrypto.so.10 \ - /usr/lib{,/sse2}/libssl.so.10 + /usr/lib{,/sse2}/libssl.so.10 \ + /home/nobody/.rnd \ + /var/ipfire/ovpn/ca/.rnd \ + /var/tmp/.rnd \ + /.rnd \ + /root/.rnd + =20 # Extract files extract_files --=20 2.12.2 --===============7560197130165188664==--