diff options
author | recht <recht@pkgsrc.org> | 2004-01-23 18:11:29 +0000 |
---|---|---|
committer | recht <recht@pkgsrc.org> | 2004-01-23 18:11:29 +0000 |
commit | b1d1e20c4fa9998fd3924a206ccd92309b2d987c (patch) | |
tree | 03a97aac2114b0d038e38ac71b1e1962db48fd8d /security | |
parent | 50372c561f21461f3f941450523a530b0bbabd83 (diff) | |
download | pkgsrc-b1d1e20c4fa9998fd3924a206ccd92309b2d987c.tar.gz |
initial import of destroy-20030307
sent to me by the author Shane Kinney
A system utility that destroys files on the hard drive
by writing null and random bytes to the file over and over.
Diffstat (limited to 'security')
-rw-r--r-- | security/destroy/DESCR | 2 | ||||
-rw-r--r-- | security/destroy/Makefile | 15 | ||||
-rw-r--r-- | security/destroy/PLIST | 2 | ||||
-rw-r--r-- | security/destroy/distinfo | 4 |
4 files changed, 23 insertions, 0 deletions
diff --git a/security/destroy/DESCR b/security/destroy/DESCR new file mode 100644 index 00000000000..c0ca0a7c112 --- /dev/null +++ b/security/destroy/DESCR @@ -0,0 +1,2 @@ +A system utility that destroys files on the hard drive +by writing null and random bytes to the file over and over. diff --git a/security/destroy/Makefile b/security/destroy/Makefile new file mode 100644 index 00000000000..56a0420471b --- /dev/null +++ b/security/destroy/Makefile @@ -0,0 +1,15 @@ +# $NetBSD: Makefile,v 1.1.1.1 2004/01/23 18:11:29 recht Exp $ +# + +DISTNAME= destroy-20030307 +CATEGORIES= security +MASTER_SITES= http://www.freebsdhackers.net/destroy/ \ + http://www.killtech.org/destroy/ + +MAINTAINER= shane@freebsdhackers.net +HOMEPAGE= http://www.freebsdhackers.net/destroy/ +COMMENT= Program to destroy files on the hard disk and unlink them + +USE_BUILDLINK2= yes + +.include "../../mk/bsd.pkg.mk" diff --git a/security/destroy/PLIST b/security/destroy/PLIST new file mode 100644 index 00000000000..1c6270ac112 --- /dev/null +++ b/security/destroy/PLIST @@ -0,0 +1,2 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2004/01/23 18:11:29 recht Exp $ +bin/destroy diff --git a/security/destroy/distinfo b/security/destroy/distinfo new file mode 100644 index 00000000000..2d0b8a3dc93 --- /dev/null +++ b/security/destroy/distinfo @@ -0,0 +1,4 @@ +$NetBSD: distinfo,v 1.1.1.1 2004/01/23 18:11:29 recht Exp $ + +SHA1 (destroy-20030307.tar.gz) = a3a4e07f58b207cfc8d1b6110a40ad72762aaab4 +Size (destroy-20030307.tar.gz) = 2590 bytes |