diff options
author | miwi <miwi@FreeBSD.org> | 2006-09-24 21:19:48 +0000 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2006-09-24 21:19:48 +0000 |
commit | 9592916e86504bc41e60fe6a76e0ffba441bd96c (patch) | |
tree | 7d91e7926af514ac576b8409660c1ddccf516ac6 /security/Makefile | |
parent | 529dedda6144c4fc43d686a67453a6cc453cff03 (diff) | |
download | FreeBSD-ports-9592916e86504bc41e60fe6a76e0ffba441bd96c.zip FreeBSD-ports-9592916e86504bc41e60fe6a76e0ffba441bd96c.tar.gz |
Fwipe is a secure file erasing program. fwipe0, which actually erases
your files, is immune to filenames containing spaces, carriage returns,
dashes, or any other special characters. You can use it in place of rm
in cron jobs, together with "find ... -print0". The output of fwipe0 is
specially designed to be parsed easily by machine, so it can be embedded
in other applications which need secure file erasure.
WWW: http://jeenyus.net/~budney/linux/software/fwipe.html
PR: ports/103488
Submitted by: David Thiel <lx(at)redundancy.redundancy.org>
Diffstat (limited to 'security/Makefile')
-rw-r--r-- | security/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/security/Makefile b/security/Makefile index 1621b0d..83e2769 100644 --- a/security/Makefile +++ b/security/Makefile @@ -131,6 +131,7 @@ SUBDIR += fuzz SUBDIR += fwanalog SUBDIR += fwbuilder + SUBDIR += fwipe SUBDIR += fwlogwatch SUBDIR += fwtk SUBDIR += gag |