From 116e819ebad5c5b240dc8fd58cfd9853dc4a1d60 Mon Sep 17 00:00:00 2001 From: recht Date: Thu, 15 Jul 2004 23:10:35 +0000 Subject: Initial import of prngd-0.9.29 from othyro at freeshell dot org via pkgsrc-wip PRNGD is a Pseudo Random Number Generator Daemon. It is intended to replace EGD, and provides an EGD compatible interface to obtain random data and as an entropy source. PRNGD is never drained and can never block. And it has a seed-save file, so that it is immediately usable after system start. --- security/prngd/MESSAGE | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 security/prngd/MESSAGE (limited to 'security/prngd/MESSAGE') diff --git a/security/prngd/MESSAGE b/security/prngd/MESSAGE new file mode 100644 index 00000000000..c1c84b6374b --- /dev/null +++ b/security/prngd/MESSAGE @@ -0,0 +1,28 @@ +=========================================================================== +$NetBSD: MESSAGE,v 1.1.1.1 2004/07/15 23:10:35 recht Exp $ + +- Edit the PRNGD configuration file ${PKG_SYSCONFDIR}/prngd.conf + (see ${PREFIX}/share/doc/prngd). An example conf file was installed in + ${PREFIX}/share/examples/prngd/prngd.conf.netbsd. + +-- Regarding entropy gathering commands in prngd.conf: + +The "rate" represents the number of bits of usuable entropy per byte of +command output. Adjust the rates as you see fit, but be conservative. + +Depending on the usage of your system, some commands may not produce +output that varies significantly over time. Keep in mind the usage of +such commands will not produce considerably random data. Use commands +whose output will gather decent entropy. + +- Add this example to /etc/rc.local for PRNGD to start on system boot: + +echo '' +echo 'Starting PRNGD.' +if [ -f /usr/pkg/bin/prngd ]; then + /usr/pkg/bin/prngd /var/run/egd-pool +fi + +- Browse the manual, docs, and the PRNGD home page for more information. + +=========================================================================== -- cgit v1.2.3