diff options
Diffstat (limited to 'net/passlogd')
-rw-r--r-- | net/passlogd/Makefile | 21 | ||||
-rw-r--r-- | net/passlogd/distinfo | 1 | ||||
-rw-r--r-- | net/passlogd/pkg-comment | 1 | ||||
-rw-r--r-- | net/passlogd/pkg-descr | 8 | ||||
-rw-r--r-- | net/passlogd/pkg-plist | 1 |
5 files changed, 32 insertions, 0 deletions
diff --git a/net/passlogd/Makefile b/net/passlogd/Makefile new file mode 100644 index 000000000000..458e0cc7d903 --- /dev/null +++ b/net/passlogd/Makefile @@ -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> diff --git a/net/passlogd/distinfo b/net/passlogd/distinfo new file mode 100644 index 000000000000..c5f24bfc6ad8 --- /dev/null +++ b/net/passlogd/distinfo @@ -0,0 +1 @@ +MD5 (passlogd-0.1d.tar.gz) = 859385e7cbfa3b9e193fc298e2f7a0f5 diff --git a/net/passlogd/pkg-comment b/net/passlogd/pkg-comment new file mode 100644 index 000000000000..c49a0bc1a1e2 --- /dev/null +++ b/net/passlogd/pkg-comment @@ -0,0 +1 @@ +Intercept and dump syslog remote log packets diff --git a/net/passlogd/pkg-descr b/net/passlogd/pkg-descr new file mode 100644 index 000000000000..3e2619c2e9ce --- /dev/null +++ b/net/passlogd/pkg-descr @@ -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 diff --git a/net/passlogd/pkg-plist b/net/passlogd/pkg-plist new file mode 100644 index 000000000000..b41e0970bb6f --- /dev/null +++ b/net/passlogd/pkg-plist @@ -0,0 +1 @@ +sbin/passlogd |