aboutsummaryrefslogtreecommitdiffstats
path: root/security
diff options
context:
space:
mode:
authorrene <rene@FreeBSD.org>2014-08-12 00:15:11 +0800
committerrene <rene@FreeBSD.org>2014-08-12 00:15:11 +0800
commit11f99c17b0fc4ab671471e778aeaf9b0355a7292 (patch)
tree6fa5a9e6f82ab966b1d9210208ad7cbbcf7ee414 /security
parent54d63cf4949fb2e740ef5f538fcb4b87eb73e796 (diff)
downloadfreebsd-ports-gnome-11f99c17b0fc4ab671471e778aeaf9b0355a7292.tar.gz
freebsd-ports-gnome-11f99c17b0fc4ab671471e778aeaf9b0355a7292.tar.zst
freebsd-ports-gnome-11f99c17b0fc4ab671471e778aeaf9b0355a7292.zip
Remove expired port:
2014-07-23 security/termlog: Fails to build with new utmpx, unstaged, maintainer timeout
Diffstat (limited to 'security')
-rw-r--r--security/Makefile1
-rw-r--r--security/termlog/Makefile34
-rw-r--r--security/termlog/distinfo2
-rw-r--r--security/termlog/files/termlog.in31
-rw-r--r--security/termlog/pkg-descr7
5 files changed, 0 insertions, 75 deletions
diff --git a/security/Makefile b/security/Makefile
index 2fd3dbc54084..3c76325bc6ce 100644
--- a/security/Makefile
+++ b/security/Makefile
@@ -978,7 +978,6 @@
SUBDIR += switzerland
SUBDIR += symbion-sslproxy
SUBDIR += tclsasl
- SUBDIR += termlog
SUBDIR += tinc
SUBDIR += tinyca
SUBDIR += tinysu
diff --git a/security/termlog/Makefile b/security/termlog/Makefile
deleted file mode 100644
index 22fb363ee1d1..000000000000
--- a/security/termlog/Makefile
+++ /dev/null
@@ -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>
diff --git a/security/termlog/distinfo b/security/termlog/distinfo
deleted file mode 100644
index 466e20a3d5c5..000000000000
--- a/security/termlog/distinfo
+++ /dev/null
@@ -1,2 +0,0 @@
-SHA256 (termlog-2.5.tar.gz) = dd2ccf9d29392e9a5ffbdeea65c0831a62b67cb73daf77bc975c661654ba2eb5
-SIZE (termlog-2.5.tar.gz) = 9818
diff --git a/security/termlog/files/termlog.in b/security/termlog/files/termlog.in
deleted file mode 100644
index 8f7946bdf8ac..000000000000
--- a/security/termlog/files/termlog.in
+++ /dev/null
@@ -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"
diff --git a/security/termlog/pkg-descr b/security/termlog/pkg-descr
deleted file mode 100644
index 6aa7103582b2..000000000000
--- a/security/termlog/pkg-descr
+++ /dev/null
@@ -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