diff options
author | Wes Peters <wes@FreeBSD.org> | 2001-03-21 05:44:50 +0000 |
---|---|---|
committer | Wes Peters <wes@FreeBSD.org> | 2001-03-21 05:44:50 +0000 |
commit | 33711984a3395b8e30cab1b14a7caab22157132d (patch) | |
tree | 324582d05ca358c9c90d80111be8cf4c128e3189 /security | |
parent | 82f08c2992f06385ef375333f233878c7857983a (diff) | |
download | ports-33711984a3395b8e30cab1b14a7caab22157132d.tar.gz ports-33711984a3395b8e30cab1b14a7caab22157132d.zip |
Notes
Diffstat (limited to 'security')
-rw-r--r-- | security/Makefile | 1 | ||||
-rw-r--r-- | security/liedentd/Makefile | 15 | ||||
-rw-r--r-- | security/liedentd/distinfo | 1 | ||||
-rw-r--r-- | security/liedentd/pkg-comment | 1 | ||||
-rw-r--r-- | security/liedentd/pkg-descr | 7 | ||||
-rw-r--r-- | security/liedentd/pkg-plist | 2 |
6 files changed, 27 insertions, 0 deletions
diff --git a/security/Makefile b/security/Makefile index 751e072f02e3..954027af25fc 100644 --- a/security/Makefile +++ b/security/Makefile @@ -57,6 +57,7 @@ SUBDIR += libident SUBDIR += libmcrypt SUBDIR += libparanoia + SUBDIR += liedentd SUBDIR += logcheck SUBDIR += lsh SUBDIR += lxnb diff --git a/security/liedentd/Makefile b/security/liedentd/Makefile new file mode 100644 index 000000000000..c95573cd4f00 --- /dev/null +++ b/security/liedentd/Makefile @@ -0,0 +1,15 @@ +# New ports collection makefile for: liedentd +# Date created: 20 Mar 2001 +# Whom: wes@freebsd.org +# +# $FreeBSD$ +# + +PORTNAME= liedentd +PORTVERSION= 1.0 +CATEGORIES= security net +MASTER_SITES= ftp://softweyr.com/pub/softweyr/ + +MAINTAINER= wes@freebsd.org + +.include <bsd.port.mk> diff --git a/security/liedentd/distinfo b/security/liedentd/distinfo new file mode 100644 index 000000000000..0c31d527c369 --- /dev/null +++ b/security/liedentd/distinfo @@ -0,0 +1 @@ +MD5 (liedentd-1.0.tar.gz) = d4808e384fc911287a7aee452dc6fecb diff --git a/security/liedentd/pkg-comment b/security/liedentd/pkg-comment new file mode 100644 index 000000000000..944221bd3848 --- /dev/null +++ b/security/liedentd/pkg-comment @@ -0,0 +1 @@ +An ident server which refuses to divulge security information diff --git a/security/liedentd/pkg-descr b/security/liedentd/pkg-descr new file mode 100644 index 000000000000..ddb216864d6d --- /dev/null +++ b/security/liedentd/pkg-descr @@ -0,0 +1,7 @@ +This ident daemon runs as a standalong daemon and lies about users. By +default, a random string is returned for each ident request, in order to +preserve the security of your system. The name returned and the OS name +may be specified on the command line. + +When run on a NAT router, this server simplifies the problem of using IRC +through a NAT network. diff --git a/security/liedentd/pkg-plist b/security/liedentd/pkg-plist new file mode 100644 index 000000000000..b0be88e0f527 --- /dev/null +++ b/security/liedentd/pkg-plist @@ -0,0 +1,2 @@ +sbin/liedentd +etc/rc.d/liedentd.sh |