Remove expired port:
2014-07-23 security/termlog: Fails to build with new utmpx, unstaged, maintainer timeout
This commit is contained in:
parent
12000b3d1e
commit
01c0c30161
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=364623
6 changed files with 1 additions and 75 deletions
1
MOVED
1
MOVED
|
@ -6405,3 +6405,4 @@ www/hs-shakespeare-js||2014-08-10|Removed: Deprecated in favor of shakespeare
|
|||
www/hs-shakespeare-text||2014-08-10|Removed: Deprecated in favor of shakespeare
|
||||
www/hs-wai-test||2014-08-10|Removed: Deprecated in favor of wai-extra
|
||||
devel/rubygem-foreman_api||2014-08-11|Removed: Deprecated by upstream
|
||||
security/termlog||2014-08-11|Has expired: Fails to build with new utmpx, unstaged, maintainer timeout
|
||||
|
|
|
@ -978,7 +978,6 @@
|
|||
SUBDIR += switzerland
|
||||
SUBDIR += symbion-sslproxy
|
||||
SUBDIR += tclsasl
|
||||
SUBDIR += termlog
|
||||
SUBDIR += tinc
|
||||
SUBDIR += tinyca
|
||||
SUBDIR += tinysu
|
||||
|
|
|
@ -1,34 +0,0 @@
|
|||
# Created by: C.S. Peron <bugs@sqrt.ca>
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= termlog
|
||||
PORTVERSION= 2.5
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= security sysutils
|
||||
MASTER_SITES= http://www.seccuris.com/documents/downloads/
|
||||
MASTER_SITE_SUBDIR= termlog
|
||||
|
||||
MAINTAINER= ports@FreeBSD.org
|
||||
COMMENT= Monitor or log multiple system terminals synchronously
|
||||
|
||||
DEPRECATED= Fails to build with new utmpx
|
||||
EXPIRATION_DATE= 2014-07-23
|
||||
|
||||
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
|
||||
USE_RC_SUBR= ${PORTNAME}
|
||||
|
||||
MAN1= termlog.1
|
||||
PLIST_FILES= bin/termlog
|
||||
|
||||
NO_STAGE= yes
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${OSVERSION} > 900007
|
||||
BROKEN= fails to build with new utmpx
|
||||
.endif
|
||||
|
||||
do-install:
|
||||
${INSTALL_PROGRAM} ${WRKSRC}/termlog ${PREFIX}/bin/termlog
|
||||
${INSTALL_MAN} ${WRKSRC}/termlog.1 ${MANPREFIX}/man/man1/termlog.1
|
||||
|
||||
.include <bsd.port.post.mk>
|
|
@ -1,2 +0,0 @@
|
|||
SHA256 (termlog-2.5.tar.gz) = dd2ccf9d29392e9a5ffbdeea65c0831a62b67cb73daf77bc975c661654ba2eb5
|
||||
SIZE (termlog-2.5.tar.gz) = 9818
|
|
@ -1,31 +0,0 @@
|
|||
#!/bin/sh
|
||||
|
||||
# PROVIDE: termlog
|
||||
# REQUIRE: cron devfs syslogd
|
||||
|
||||
. /etc/rc.subr
|
||||
|
||||
load_rc_config termlog
|
||||
|
||||
name=termlog
|
||||
rcvar=termlog_enable
|
||||
|
||||
command="/usr/local/bin/termlog"
|
||||
|
||||
# default to disable
|
||||
termlog_enable=${termlog_enable:-"NO"}
|
||||
# logging path
|
||||
termlog_log_dir=${termlog_log_dir:-"/var/log/termlog/"}
|
||||
# maximum monitored consoles
|
||||
termlog_max_cons=${termlog_max_cons:-"30"}
|
||||
termlog_flags=${termlog_flags:-" -C $termlog_log_dir -f -n $termlog_max_cons &"}
|
||||
|
||||
start_precmd=start_precmd
|
||||
|
||||
start_precmd()
|
||||
{
|
||||
mkdir -p $termlog_log_dir
|
||||
chmod 0700 $termlog_log_dir
|
||||
}
|
||||
|
||||
run_rc_command "$1"
|
|
@ -1,7 +0,0 @@
|
|||
Termlog is a system terminal I/O and key logging program. Termlog is
|
||||
capable of performing synchronous monitoring and logging
|
||||
of multiple system ttys. It is designed to allow paranoid or
|
||||
otherwise curious system administrators to monitor I/O between
|
||||
themselves and connected clients.
|
||||
|
||||
WWW: http://www.seccuris.com
|
Loading…
Reference in a new issue