Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 30 Nov 1999 12:58:36 -0800 (PST)
From:      rod@zort.on.ca
To:        freebsd-gnats-submit@freebsd.org
Subject:   ports/15192: Ident2 Daemon
Message-ID:  <19991130205836.950F715A2B@hub.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         15192
>Category:       ports
>Synopsis:       Ident2 Daemon
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Tue Nov 30 13:00:01 PST 1999
>Closed-Date:
>Last-Modified:
>Originator:     Rod Taylor
>Release:        
>Organization:
Zort
>Environment:
>Description:
This port easily enables those of us with Natd to generate random replies to ident requests.

>How-To-Repeat:

>Fix:
# This is a shell archive.  Save it in a file, remove anything before
# this line, and then unpack it by entering "sh file".  Note, it may
# create directories; files and directories will be owned by you and
# have default permissions.
#
# This archive contains:
#
#       ident2
#       ident2/files
#       ident2/files/md5
#       ident2/pkg
#       ident2/pkg/COMMENT
#       ident2/pkg/DESCR
#       ident2/pkg/PLIST
#       ident2/Makefile
#
echo c - ident2
mkdir -p ident2 > /dev/null 2>&1
echo c - ident2/files
mkdir -p ident2/files > /dev/null 2>&1
echo x - ident2/files/md5
sed 's/^X//' >ident2/files/md5 << 'END-of-ident2/files/md5'
XMD5 (ident2-v1.0_FINAL.tar.gz) = 6d6f5b90d9af84c42ffb37e70c81f3d8
END-of-ident2/files/md5
echo c - ident2/pkg
mkdir -p ident2/pkg > /dev/null 2>&1
echo x - ident2/pkg/COMMENT
sed 's/^X//' >ident2/pkg/COMMENT << 'END-of-ident2/pkg/COMMENT'
XAn RFC1413 identification server which also supports random replies.
END-of-ident2/pkg/COMMENT
echo x - ident2/pkg/DESCR
sed 's/^X//' >ident2/pkg/DESCR << 'END-of-ident2/pkg/DESCR'
XThis ident daemon runs as either a standalong daemon or as a child of inetd.
XReplies of your choice can be generated through a .ident file in the users
Xhome directory.   A .noident will make it do an ident will not be conducted
Xif the file is found in the users home directory.
X
XThe server can also send random replies to all requests.  This simplifies
Xthe problem of using IRC through a NATD network.  
END-of-ident2/pkg/DESCR
echo x - ident2/pkg/PLIST
sed 's/^X//' >ident2/pkg/PLIST << 'END-of-ident2/pkg/PLIST'
Xsbin/identd2
END-of-ident2/pkg/PLIST
echo x - ident2/Makefile
sed 's/^X//' >ident2/Makefile << 'END-of-ident2/Makefile'
X# New ports collection makefile for:   ident2
X# Version required:     1.0
X# Date created:                30 Nov 1999
X# Whom:                        rod@zort.on.ca
X#
X# $FreeBSD: ports/security/pidentd/Makefile,v 1.28 1999/09/23 04:27:10 billf Exp $
X#
X
XDISTNAME=       ident2-v1.0_FINAL
XPKGNAME=       ident2-1.0
XCATEGORIES=    security net
XMASTER_SITES=  http://www.nyct.net/~defile/programs/ident2/ \
X               http://www.oscentral.org/files/software/
X
XMAINTAINER=    rod@zort.on.ca
X
XGNU_CONFIGURE= yes
XMAN8=          ident2.8
X
X.include <bsd.port.mk>
END-of-ident2/Makefile
exit




>Release-Note:
>Audit-Trail:
>Unformatted:


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?19991130205836.950F715A2B>