Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/usr.sbin/tcpdchk have sshd listed in use_libwrap[].



details:   https://anonhg.NetBSD.org/src/rev/6c0ce385bc34
branches:  trunk
changeset: 511914:6c0ce385bc34
user:      itojun <itojun%NetBSD.org@localhost>
date:      Sat Jun 30 00:56:28 2001 +0000

description:
have sshd listed in use_libwrap[].

From: Frederick Bruckman <fredb%immanent.net@localhost>
To: <tech-userlevel%netbsd.org@localhost>
Date: Fri, 29 Jun 2001 11:57:14 -0500 (CDT)

diffstat:

 usr.sbin/tcpdchk/inetcf.c |  7 ++++---
 1 files changed, 4 insertions(+), 3 deletions(-)

diffs (28 lines):

diff -r 70a73b8a5949 -r 6c0ce385bc34 usr.sbin/tcpdchk/inetcf.c
--- a/usr.sbin/tcpdchk/inetcf.c Sat Jun 30 00:19:25 2001 +0000
+++ b/usr.sbin/tcpdchk/inetcf.c Sat Jun 30 00:56:28 2001 +0000
@@ -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 @@
   * 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
 };
 



Home | Main Index | Thread Index | Old Index