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/destroy/Makefile | |
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/destroy/Makefile')
-rw-r--r-- | security/destroy/Makefile | 15 |
1 files changed, 15 insertions, 0 deletions
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" |