Commit graph

10 commits

Author SHA1 Message Date
Steve Price
0a9a4b5bd2 - Fix some of the compiler warnings (see patches/patch-warnings)
- Fix the Makefiles to obey the CC and CFLAGS settings
- Fix patches/patch-ab to be PREFIX/LOCALBASE safe
- Fix the post-install to not compress the gunzip and tripwire executables
  that go onto a floppy -- there is no support for the gzip-ed ELF binaries
  at all, and even for the older AOUT ones such support was optional
- Replaces the /kernel with `sysctl -n kern.bootfile` in the tw.conf as the
  tw.conf.freebsd2 is copied into the right place.
- Replace the use of mktemp(3) with tmpfile(3) (see patches/patch-mktemp).
  This also caused a removal of a few buffers (of size MAXPATHLEN+256) and
  quite a few strcpy and sprintf invocations.

PR:		18634
Submitted by:	Mikhail Teterin <mi@aldan.algebra.com>
2000-05-29 02:27:45 +00:00
Chris Piazza
57c727add4 Update MASTER_SITES
PR:		18624
Submitted by:	Mikhail Teterin <mi@aldan.algebra.com>
2000-05-19 06:06:43 +00:00
Michael Haro
4cf4ab0a2f Correct whitespace introduced during PORTNAME conversion and portlint 2000-04-21 08:19:33 +00:00
Chris Piazza
3df86a88a9 Update with the new PORTNAME/PORTVERSION variables 2000-04-09 18:34:06 +00:00
Peter Wemm
a53421230c $Id$ -> $FreeBSD$ 1999-08-31 01:53:22 +00:00
Michael Haro
5281212be3 chmod -> ${CHMOD}
chown -> ${CHOWN}
1999-08-22 19:01:07 +00:00
Satoshi Asami
4e161a02da work -> ${WRKDIR} 1998-12-01 08:33:29 +00:00
Joe Greco
860a3719d8 Minor correction-
The CERT FTP site no longer contains Tripwire.  A little digging and
sleuthing reveals that Spaf has the stuff over at coast.cs.purdue.edu
anyways.  It appears that it might move again in the future, see

ftp://coast.cs.purdue.edu/pub/COAST/Tripwire/README-1297
1998-04-07 17:42:21 +00:00
Joe Greco
e7c49bb4bb Minor correction-
Changed floppy generation code to chmod gunzip to executable by a
better strategic location for the chmod command.  The former code
failed to do this, meaning gunzip couldn't be run from the floppy.

"Ooops".  Yes, I actually do use this code!  Honest!  :-)
1997-04-03 23:09:49 +00:00
John Polstra
28d7af23c3 Initial import of Joe Greco's tripwire port.
Submitted by:	jgreco@ns.sol.net
1997-04-01 04:44:00 +00:00