Add ident2, a way for people running behind a natd server to use ident.
PR: 15192 Submitted by: Rod Taylor <rod@zort.on.ca>
This commit is contained in:
@@ -23,6 +23,7 @@
|
||||
SUBDIR += gpasman
|
||||
SUBDIR += gtkportscan
|
||||
SUBDIR += heimdal
|
||||
SUBDIR += ident2
|
||||
SUBDIR += identify
|
||||
SUBDIR += its4
|
||||
SUBDIR += john
|
||||
|
||||
20
security/ident2/Makefile
Normal file
20
security/ident2/Makefile
Normal file
@@ -0,0 +1,20 @@
|
||||
# New ports collection makefile for: ident2
|
||||
# Version required: 1.0
|
||||
# Date created: 30 Nov 1999
|
||||
# Whom: rod@zort.on.ca
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
DISTNAME= ident2-v1.0_FINAL
|
||||
PKGNAME= ident2-1.0
|
||||
CATEGORIES= security net
|
||||
MASTER_SITES= http://www.nyct.net/~defile/programs/ident2/ \
|
||||
http://www.oscentral.org/files/software/
|
||||
|
||||
MAINTAINER= rod@zort.on.ca
|
||||
|
||||
GNU_CONFIGURE= yes
|
||||
MAN8= ident2.8
|
||||
|
||||
.include <bsd.port.mk>
|
||||
1
security/ident2/distinfo
Normal file
1
security/ident2/distinfo
Normal file
@@ -0,0 +1 @@
|
||||
MD5 (ident2-v1.0_FINAL.tar.gz) = 6d6f5b90d9af84c42ffb37e70c81f3d8
|
||||
1
security/ident2/pkg-comment
Normal file
1
security/ident2/pkg-comment
Normal file
@@ -0,0 +1 @@
|
||||
An RFC1413 identification server which also supports random replies.
|
||||
7
security/ident2/pkg-descr
Normal file
7
security/ident2/pkg-descr
Normal file
@@ -0,0 +1,7 @@
|
||||
This ident daemon runs as either a standalong daemon or as a child of inetd.
|
||||
Replies of your choice can be generated through a .ident file in the users
|
||||
home directory. A .noident will make it do an ident will not be conducted
|
||||
if the file is found in the users home directory.
|
||||
|
||||
The server can also send random replies to all requests. This simplifies
|
||||
the problem of using IRC through a NATD network.
|
||||
1
security/ident2/pkg-plist
Normal file
1
security/ident2/pkg-plist
Normal file
@@ -0,0 +1 @@
|
||||
sbin/ident2
|
||||
Reference in New Issue
Block a user