mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-05-02 00:02:55 +02:00
update.sh: Delete .rnd files
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>
This commit is contained in:
committed by
Michael Tremer
parent
06232b041a
commit
b4285088a1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user