mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-09-16 16:00:55 -04:00
18 lines
730 B
Plaintext
18 lines
730 B
Plaintext
$NetBSD: patch-ac,v 1.3 2005/08/17 15:31:52 tv Exp $
|
|
|
|
--- entropy_rsa.conf-dist.orig 2005-06-28 12:40:06.000000000 -0400
|
|
+++ entropy_rsa.conf-dist
|
|
@@ -74,10 +74,10 @@ crypto_default=lorenz
|
|
# If you list modules here, your node will reject connections trying to
|
|
# use the specified module. The modules crypt0, crypt1 and incr could
|
|
# be listed here, but they aren't (currently) used anyways.
|
|
-crypto_reject=crypt0,incr
|
|
+crypto_reject=crypt0,crypt1,crypt2,vmc1,incr
|
|
|
|
# Select a log filename. Default is entropy.log in the current directory.
|
|
-logfile=./entropy_rsa.log
|
|
+logfile=entropy.log
|
|
|
|
# Select a logging level from none, error, normal, minor or debug.
|
|
# none - no reporting at all. You won't see error messages either.
|