public inbox for development@lists.ipfire.org
 help / color / mirror / Atom feed
From: Erik Kapfer <ummeegge@ipfire.org>
To: development@lists.ipfire.org
Subject: [PATCH] update.sh: Delete .rnd files
Date: Sat, 02 Feb 2019 08:46:12 +0100	[thread overview]
Message-ID: <20190202074612.13579-1-ummeegge@ipfire.org> (raw)

[-- Attachment #1: Type: text/plain, Size: 777 bytes --]

Since RANDFILE has been disabled in OpenSSL configurations, .rnd files are not needed anymore.

Signed-off-by: Erik Kapfer <ummeegge(a)ipfire.org>
---
 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
+
 
 # Extract files
 extract_files
-- 
2.12.2


                 reply	other threads:[~2019-02-02  7:46 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20190202074612.13579-1-ummeegge@ipfire.org \
    --to=ummeegge@ipfire.org \
    --cc=development@lists.ipfire.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox