From 5237fd7778dabf402e64b50dca6dc9f2480d399d Mon Sep 17 00:00:00 2001 From: itojun Date: Sat, 30 Jun 2001 00:56:28 +0000 Subject: [PATCH] have sshd listed in use_libwrap[]. From: Frederick Bruckman To: Date: Fri, 29 Jun 2001 11:57:14 -0500 (CDT) --- usr.sbin/tcpdchk/inetcf.c | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/usr.sbin/tcpdchk/inetcf.c b/usr.sbin/tcpdchk/inetcf.c index 5943b8fd189f..52753d8c5f43 100644 --- a/usr.sbin/tcpdchk/inetcf.c +++ b/usr.sbin/tcpdchk/inetcf.c @@ -1,4 +1,4 @@ -/* $NetBSD: inetcf.c,v 1.5 1999/08/27 16:07:23 itojun Exp $ */ +/* $NetBSD: inetcf.c,v 1.6 2001/06/30 00:56:28 itojun Exp $ */ /* * Routines to parse an inetd.conf or tlid.conf file. This would be a great @@ -12,7 +12,7 @@ #if 0 static char sccsid[] = "@(#) inetcf.c 1.7 97/02/12 02:13:23"; #else -__RCSID("$NetBSD: inetcf.c,v 1.5 1999/08/27 16:07:23 itojun Exp $"); +__RCSID("$NetBSD: inetcf.c,v 1.6 2001/06/30 00:56:28 itojun Exp $"); #endif #endif @@ -40,7 +40,8 @@ static char *base_name __P((char *)); * The last entry should be a NULL. */ char *uses_libwrap[] = { - "tcp", "/usr/sbin/sendmail", "sendmail", + "tcp", "/usr/sbin/sendmail", "sendmail", + "tcp", "/usr/sbin/sshd", "sshd", (char *) NULL };