Age | Commit message (Collapse) | Author | Files | Lines |
|
example MAKE_ENV+=FOO=${BAR} is changed to MAKE_ENV+=FOO=${BAR:Q}. Some
other changes are outlined in
http://mail-index.netbsd.org/tech-pkg/2005/12/02/0034.html
|
|
|
|
|
|
|
|
|
|
|
|
The changes to the code include:
* A '-f' flag to destry with force any type of file that isn't a Regular
File or a Directory.
* Bug fixes.
* Code Clean-up.
|
|
changes:
- Added support for removing files recursivly
- Incudes checking for file type and size.
- Displays the file being destroyed and its size.
- Added command line flags:
- Added Security Level Flag (Destroy Severity)
- Added Output suppression flag for non-verbose output.
- Added Help flag.
- Added a Manual page for the program in section 1.
|
|
to compile on NetBSD 1.6.
|
|
Noted by Krister Walfridsson.
|
|
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.
|