]> git.ipfire.org Git - ipfire-2.x.git/commitdiff
update.sh: Delete .rnd files
authorErik Kapfer <ummeegge@ipfire.org>
Sat, 2 Feb 2019 07:46:12 +0000 (08:46 +0100)
committerMichael Tremer <michael.tremer@ipfire.org>
Sun, 3 Feb 2019 21:43:23 +0000 (21:43 +0000)
Since RANDFILE has been disabled in OpenSSL configurations, .rnd files are not needed anymore.

Signed-off-by: Erik Kapfer <ummeegge@ipfire.org>
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
config/rootfiles/core/128/update.sh

index 8eacdd9ebea482011af22edf7b613bb0be5b7a07..71824266bbd775b3134c3d70b86df36b2cbccb22 100644 (file)
@@ -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