Add passlogd 0.1d, intercept and dump syslog remote log packets.
PR: 28019 Submitted by: Pete Fritchman <petef@databits.net> Reviewed by: will
This commit is contained in:
parent
9e902c5178
commit
226529974d
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=43808
6 changed files with 33 additions and 0 deletions
|
@ -271,6 +271,7 @@
|
|||
SUBDIR += p5-URI
|
||||
SUBDIR += p5-XPC
|
||||
SUBDIR += p5-perl-ldap
|
||||
SUBDIR += passlogd
|
||||
SUBDIR += pathchar
|
||||
SUBDIR += pchar
|
||||
SUBDIR += pcnfsd
|
||||
|
|
21
net/passlogd/Makefile
Normal file
21
net/passlogd/Makefile
Normal file
|
@ -0,0 +1,21 @@
|
|||
# New ports collection makefile for: passlogd
|
||||
# Date Created: 10 June 2001
|
||||
# Whom: Pete Fritchman <petef@databits.net>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= passlogd
|
||||
PORTVERSION= 0.1d
|
||||
CATEGORIES= net
|
||||
MASTER_SITES= http://www.morphine.com/src/
|
||||
|
||||
MAINTAINER= petef@databits.net
|
||||
|
||||
post-patch:
|
||||
${PERL} -pi -e "s/.\(CXX\)/${CC} ${CFLAGS}/g" ${WRKSRC}/Makefile
|
||||
|
||||
do-install:
|
||||
${INSTALL_PROGRAM} ${WRKSRC}/passlogd ${PREFIX}/sbin
|
||||
|
||||
.include <bsd.port.mk>
|
1
net/passlogd/distinfo
Normal file
1
net/passlogd/distinfo
Normal file
|
@ -0,0 +1 @@
|
|||
MD5 (passlogd-0.1d.tar.gz) = 859385e7cbfa3b9e193fc298e2f7a0f5
|
1
net/passlogd/pkg-comment
Normal file
1
net/passlogd/pkg-comment
Normal file
|
@ -0,0 +1 @@
|
|||
Intercept and dump syslog remote log packets
|
8
net/passlogd/pkg-descr
Normal file
8
net/passlogd/pkg-descr
Normal file
|
@ -0,0 +1,8 @@
|
|||
passlogd is a purpose-built sniffer for capturing syslog messages
|
||||
in transit. This allows for backup logging to be performed on a
|
||||
machine with no open ports.
|
||||
|
||||
WWW: http://www.morphine.com/src/passlogd.html
|
||||
|
||||
- Pete
|
||||
petef@databits.net
|
1
net/passlogd/pkg-plist
Normal file
1
net/passlogd/pkg-plist
Normal file
|
@ -0,0 +1 @@
|
|||
sbin/passlogd
|
Loading…
Reference in a new issue