1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-18 03:46:03 +00:00
freebsd-ports/security/termlog/Makefile
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

22 lines
486 B
Makefile

# New ports collection makefile for: termlog
# Date created: 20 August 2002
# Whom: C.S. Peron <bugs@sqrt.ca>
#
# $FreeBSD$
#
PORTNAME= termlog
PORTVERSION= 2.2
CATEGORIES= security sysutils
MASTER_SITES= http://www.seccuris.com/documents/downloads/
MASTER_SITE_SUBDIR= termlog
MAINTAINER= csjp@FreeBSD.org
COMMENT= Monitor or log multiple system terminals synchronously
MAN1= termlog.1
MANCOMPRESSED= yes
PLIST_FILES= bin/termlog
.include <bsd.port.mk>