Update to version 2.0.6
-- - Adds support for running from inetd. - Improves PRNG seeding. From MAINTAINER: Jolan Luff <jolan@lithely.net>
This commit is contained in:
parent
7d3158b20d
commit
f12170a53f
@ -1,7 +1,7 @@
|
||||
# $OpenBSD: Makefile,v 1.7 2003/02/15 17:10:26 sturm Exp $
|
||||
# $OpenBSD: Makefile,v 1.8 2003/04/29 02:14:59 margarida Exp $
|
||||
|
||||
COMMENT= "ident daemon with custom responses and NAT support"
|
||||
DISTNAME= oidentd-2.0.5
|
||||
DISTNAME= oidentd-2.0.6
|
||||
CATEGORIES= net
|
||||
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=ojnk/}
|
||||
|
||||
|
@ -1,3 +1,3 @@
|
||||
MD5 (oidentd-2.0.5.tar.gz) = f8b8fb743155790742118941c01ff9d6
|
||||
RMD160 (oidentd-2.0.5.tar.gz) = e7ac57537780d1cc17f3351d0171a13c019e3cff
|
||||
SHA1 (oidentd-2.0.5.tar.gz) = 91cbcd4f79edd535cb1930329fcbe9f465c68d50
|
||||
MD5 (oidentd-2.0.6.tar.gz) = d60cc57459fb89c19854ff974c383456
|
||||
RMD160 (oidentd-2.0.6.tar.gz) = 3af50dcd83bdf7258b3c4dc08fcbe77c10c772c6
|
||||
SHA1 (oidentd-2.0.6.tar.gz) = ced1edb0cc5a9994adabf153447e86454825801f
|
||||
|
@ -5,10 +5,15 @@ Installing Ojnk's Identd on OpenBSD
|
||||
See oidentd(8), oidentd.conf(5), and oidentd_masq.conf(5) for
|
||||
information on configuring oidentd.
|
||||
|
||||
Additionally, you may wish to start oidentd at system start-up
|
||||
via the /etc/rc.local script:
|
||||
oidentd can run either as a standalone daemon or via inetd.
|
||||
|
||||
For standalone mode, add the following to the /etc/rc.local script:
|
||||
|
||||
if [ -x ${PREFIX}/sbin/oidentd ]; then
|
||||
echo -n ' oidentd'; ${PREFIX}/sbin/oidentd -m
|
||||
fi
|
||||
|
||||
For inetd, modify /etc/inetd.conf to use oidentd for ident:
|
||||
|
||||
ident stream tcp nowait root ${PREFIX}/sbin/oidentd oidentd -Im
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
@comment $OpenBSD: PLIST,v 1.1.1.1 2002/04/20 01:25:03 jcs Exp $
|
||||
man/man5/oidentd_masq.conf.5
|
||||
@comment $OpenBSD: PLIST,v 1.2 2003/04/29 02:14:59 margarida Exp $
|
||||
man/man5/oidentd.conf.5
|
||||
man/man5/oidentd_masq.conf.5
|
||||
man/man8/oidentd.8
|
||||
sbin/oidentd
|
||||
|
Loading…
Reference in New Issue
Block a user