Commit graph

12 commits

Author SHA1 Message Date
rillig
2829e658f2 Mechanically replaced man/* with ${PKGMANDIR}/* in the definition of
INSTALLATION_DIRS, as well as all occurrences of ${PREFIX}/man with
${PREFIX}/${PKGMANDIR}.

Fixes PR 35265, although I did not use the patch provided therein.
2007-01-07 09:13:46 +00:00
rillig
b71a1d488b Fixed pkglint warnings. The warnings are mostly quoting issues, for
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
2005-12-05 20:49:47 +00:00
tv
7732ef56d6 Fix build on Interix, which doesn't have S_IFWHT. 2005-11-01 18:52:45 +00:00
jlam
e46a9dd380 Create directories before installing files into them. 2005-06-17 03:50:19 +00:00
tv
f816d81489 Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. 2005-04-11 21:44:48 +00:00
agc
d81d19f8e0 Add RMD160 digests. 2005-02-24 12:51:41 +00:00
minskim
93708b5d5b regen to remove unused entries. 2004-04-17 12:15:04 +00:00
recht
424dc51284 Update to destroy-20040415
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.
2004-04-15 22:07:20 +00:00
recht
5f7392fd02 update to 20040310 version
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.
2004-03-12 18:01:57 +00:00
kristerw
96eb31c77a Correct a minor mistake in previous commit, to actually get it
to compile on NetBSD 1.6.
2004-01-23 23:45:55 +00:00
recht
09b598ed06 Fix build on NetBSD 1.6 where O_NOFOLLOW isn't available.
Noted by Krister Walfridsson.
2004-01-23 23:30:10 +00:00
recht
b1d1e20c4f 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.
2004-01-23 18:11:29 +00:00