From b4285088a121f71048870061de2c388d747ae3a2 Mon Sep 17 00:00:00 2001 From: Erik Kapfer Date: Sat, 2 Feb 2019 08:46:12 +0100 Subject: [PATCH] update.sh: Delete .rnd files Since RANDFILE has been disabled in OpenSSL configurations, .rnd files are not needed anymore. Signed-off-by: Erik Kapfer Signed-off-by: Michael Tremer --- 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 8eacdd9ebe..71824266bb 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 + # Extract files extract_files -- 2.39.2