From owner-cvs-all Tue Jul 18 9:47:20 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 630C537B5A3; Tue, 18 Jul 2000 09:47:18 -0700 (PDT) (envelope-from dwmalone@FreeBSD.org) Received: (from dwmalone@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id JAA82055; Tue, 18 Jul 2000 09:47:18 -0700 (PDT) (envelope-from dwmalone@FreeBSD.org) Message-Id: <200007181647.JAA82055@freefall.freebsd.org> From: David Malone Date: Tue, 18 Jul 2000 09:47:18 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.sbin/inetd builtins.c inetd.8 inetd.c X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG dwmalone 2000/07/18 09:47:17 PDT Modified files: (Branch: RELENG_4) usr.sbin/inetd builtins.c inetd.8 inetd.c Log: MFC: Bring RELENG_4 into sync with -current. builtins.c 1.20 Allow ident to take -d without -r builtins.c 1.21 Replace send(..., MSG_EOF) with write(...) builtins.c 1.22 ident types cleanup builtins.c 1.23 more ident types cleanup Remove switch for nonexistant -R flag builtins.c 1.24 ident multi-packet fixes inetd.8 1.49 clarify ident -d examples inetd.8 1.48 allow ident to take -d without -r inetd.8 1.47 typo fix inetd.c 1.81 use IPv4 mapped IPv6 address when requested Revision Changes Path 1.19.2.1 +73 -38 src/usr.sbin/inetd/builtins.c 1.46.2.1 +18 -6 src/usr.sbin/inetd/inetd.8 1.80.2.1 +7 -6 src/usr.sbin/inetd/inetd.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message