mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-18 03:46:03 +00:00
1cf5e50e5a
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@
22 lines
486 B
Makefile
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>
|