Commit graph

14 commits

Author SHA1 Message Date
Edwin Groothuis
32487a10ad SHA256ify
Approved by: krion@
2006-01-24 01:06:45 +00:00
Christian S.J. Peron
de9a1cf4dc Fix a couple of problems on 64 bit platforms by importing 2.5:
Summary:

o Call va_start/va_end for each call to va_arg(). I have no idea why this
  works on i386 but it shouldn't. This un-busts termlog on 64 bit
  platforms.

o When allocating snp descriptors, allocate the proper size. Currently we
  are allocating sizeof(struct utmp) when we really should be allocating
  sizeof(struct snp_d). I can only imagine how this happen, but I am going
  to guess it was a cut-and-paste-o. This helps un-busts termlog on 64 bit
  architectures.

Fixes Submitted by:	Eirik ?verby

While we are here:

o Open tty line with O_NONBLOCK
o Close the line fd after we attach to it as we dont need it. This closes
  an fd leak.
o Remove comment about fd leak

Approved by:	kris
2005-10-12 03:37:55 +00:00
Christian S.J. Peron
ba5e6bd4e1 -Remove MANCOMPRESSED macro as it's not required
-Introduce do-install target which will use INSTALL_MAN and INSTALL_PROGRAM
 macros to install the files.

This should fix packet build failures.

Approved by:	kris
2005-09-25 15:02:12 +00:00
Christian S.J. Peron
90800ae149 Upgrade termlog. This fixes termlog on -CURRENT and hopefully the snp
fixes in -CURRENT will be MFC'ed to RELENG_6 so it will work on all
releases again.

Approved by:	petef
2005-09-21 04:20:28 +00:00
Christian S.J. Peron
1cf5e50e5a Update termlog from 2.0 to 2.2
This version introduces the following:
-Bug fixes around locking
-Enhanced jail support
-Ability to create log files with SF_APPEND flag
-cryptographic hashing algorithm was changed from md5 to sha1

Approved by:	seanc@
2004-11-13 19:20:48 +00:00
Pete Fritchman
06c8b84d62 - update to 2.0
- update maintainer email
- update COMMENT & pkg-descr to match reality

Submitted by:	csjp
2004-08-06 14:59:10 +00:00
Kirill Ponomarev
611938d164 Mark BROKEN: Runtime breakage exists.
Submitted by:	csjp at IRC
2004-07-26 21:13:22 +00:00
Trevor Johnson
8232e82f85 SIZEify (maintainer timeout) 2004-03-31 03:12:58 +00:00
Trevor Johnson
a049dd78cc Use PLIST_FILES (bento-tested, marcus-reviewed). 2004-02-06 13:12:53 +00:00
Sean Chittenden
3ab5050101 Maintainer update to 1.0.3
PR:		ports/56018
Submitted by:	Chris S.J.Peron <maneo@bsdpro.com> (maintainer)
2003-08-27 03:23:44 +00:00
Akinori MUSHA
4c2e4f1862 De-pkg-comment. 2003-02-21 13:28:59 +00:00
Pete Fritchman
def9c68df2 Update to 1.0.1, -current build fixes
PR:		42424
Submitted by:	maintainer
2002-09-15 16:33:27 +00:00
Pete Fritchman
bf00b286a2 Fix a last minute show stopper bug, re-roll the tarball + bump
PORTREVISION.

Submitted by:	maintainer (author)
2002-08-22 04:29:22 +00:00
Oliver Braun
1bd8042db7 Add termlog 1.0, monitor or log multiple system terminals
synchronously (real-time).

Submitted by:	Chris S.J. Peron <maneo@bsdpro.com>
Approved by:	dwcjr (mentor)
2002-08-21 22:26:54 +00:00