From f12170a53ff9c4ba02cab1a3329b2e84b06688ae Mon Sep 17 00:00:00 2001 From: margarida Date: Tue, 29 Apr 2003 02:14:59 +0000 Subject: [PATCH] Update to version 2.0.6 -- - Adds support for running from inetd. - Improves PRNG seeding. From MAINTAINER: Jolan Luff --- net/oidentd/Makefile | 4 ++-- net/oidentd/distinfo | 6 +++--- net/oidentd/pkg/MESSAGE | 9 +++++++-- net/oidentd/pkg/PLIST | 4 ++-- 4 files changed, 14 insertions(+), 9 deletions(-) diff --git a/net/oidentd/Makefile b/net/oidentd/Makefile index 8c480d4f4f6..3c569420724 100644 --- a/net/oidentd/Makefile +++ b/net/oidentd/Makefile @@ -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/} diff --git a/net/oidentd/distinfo b/net/oidentd/distinfo index 496877235f1..bc6e5671d6c 100644 --- a/net/oidentd/distinfo +++ b/net/oidentd/distinfo @@ -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 diff --git a/net/oidentd/pkg/MESSAGE b/net/oidentd/pkg/MESSAGE index 844fc538b34..229a4275042 100644 --- a/net/oidentd/pkg/MESSAGE +++ b/net/oidentd/pkg/MESSAGE @@ -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 + diff --git a/net/oidentd/pkg/PLIST b/net/oidentd/pkg/PLIST index 3c4708d6e0f..63b92352dbc 100644 --- a/net/oidentd/pkg/PLIST +++ b/net/oidentd/pkg/PLIST @@ -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