add syslogd and rpcbind, which links to libwrap by itself

VS: ----------------------------------------------------------------------
This commit is contained in:
itojun 2002-06-06 21:27:49 +00:00
parent 616df6150d
commit 8dbe673a81
1 changed files with 4 additions and 2 deletions

View File

@ -1,4 +1,4 @@
/* $NetBSD: inetcf.c,v 1.6 2001/06/30 00:56:28 itojun Exp $ */
/* $NetBSD: inetcf.c,v 1.7 2002/06/06 21:27:49 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.6 2001/06/30 00:56:28 itojun Exp $");
__RCSID("$NetBSD: inetcf.c,v 1.7 2002/06/06 21:27:49 itojun Exp $");
#endif
#endif
@ -42,6 +42,8 @@ static char *base_name __P((char *));
char *uses_libwrap[] = {
"tcp", "/usr/sbin/sendmail", "sendmail",
"tcp", "/usr/sbin/sshd", "sshd",
"udp", "/usr/sbin/syslogd", "syslogd",
"udp", "/usr/sbin/rpcbind", "rpcbind",
(char *) NULL
};