From c72c1cf5f95cbe537b005028f1743cddb16ef203 Mon Sep 17 00:00:00 2001 From: zuntum Date: Thu, 1 Nov 2001 00:57:41 +0000 Subject: Move pkg/ files into package's toplevel directory --- security/egd/DESCR | 8 ++++++++ security/egd/PLIST | 1 + security/egd/pkg/DESCR | 8 -------- security/egd/pkg/PLIST | 1 - 4 files changed, 9 insertions(+), 9 deletions(-) create mode 100644 security/egd/DESCR create mode 100644 security/egd/PLIST delete mode 100644 security/egd/pkg/DESCR delete mode 100644 security/egd/pkg/PLIST (limited to 'security/egd') diff --git a/security/egd/DESCR b/security/egd/DESCR new file mode 100644 index 00000000000..11f664c12bd --- /dev/null +++ b/security/egd/DESCR @@ -0,0 +1,8 @@ +This is a perl program to collect entropy from a running Unix-like system, +mostly through various stats calls (vmstat and friends). The output is +hashed into a pool, stirred with an SHA1 hash, and used to provide +(theoretically) high-quality random data to callers over a UNIX- or TCP- +socket interface. This aims to provide functionality similar to the Linux +/dev/random device, but implemented in a fairly-portable user-space daemon +so that it can run on many unix-like systems. See the README for common +usage details. diff --git a/security/egd/PLIST b/security/egd/PLIST new file mode 100644 index 00000000000..d1dceb06e78 --- /dev/null +++ b/security/egd/PLIST @@ -0,0 +1 @@ +@comment $NetBSD: PLIST,v 1.1 2001/11/01 01:16:38 zuntum Exp $ diff --git a/security/egd/pkg/DESCR b/security/egd/pkg/DESCR deleted file mode 100644 index 11f664c12bd..00000000000 --- a/security/egd/pkg/DESCR +++ /dev/null @@ -1,8 +0,0 @@ -This is a perl program to collect entropy from a running Unix-like system, -mostly through various stats calls (vmstat and friends). The output is -hashed into a pool, stirred with an SHA1 hash, and used to provide -(theoretically) high-quality random data to callers over a UNIX- or TCP- -socket interface. This aims to provide functionality similar to the Linux -/dev/random device, but implemented in a fairly-portable user-space daemon -so that it can run on many unix-like systems. See the README for common -usage details. diff --git a/security/egd/pkg/PLIST b/security/egd/pkg/PLIST deleted file mode 100644 index 23b1a328dc4..00000000000 --- a/security/egd/pkg/PLIST +++ /dev/null @@ -1 +0,0 @@ -@comment $NetBSD: PLIST,v 1.1.1.1 2000/10/15 17:26:24 itojun Exp $ -- cgit v1.2.3