From owner-cvs-all Thu Aug 3 8:45:45 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 1637637B523; Thu, 3 Aug 2000 08:45:40 -0700 (PDT) (envelope-from dwmalone@FreeBSD.org) Received: (from dwmalone@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id IAA93966; Thu, 3 Aug 2000 08:45:39 -0700 (PDT) (envelope-from dwmalone@FreeBSD.org) Message-Id: <200008031545.IAA93966@freefall.freebsd.org> From: David Malone Date: Thu, 3 Aug 2000 08:45:39 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.sbin/inetd inetd.8 inetd.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG dwmalone 2000/08/03 08:45:39 PDT Modified files: usr.sbin/inetd inetd.8 inetd.c Log: Explain "-c" option more exactly and state the default in the man page. Add ability to run "inetd -R 0" to disable the default connection per minute limit of 256 connections. Document this in man page. Don't use maxchild as a boolean - instead check if it is greater than zero. Reviewed by: sheldonh Based on a patch by: Alexander Langer Revision Changes Path 1.51 +5 -2 src/usr.sbin/inetd/inetd.8 1.83 +10 -8 src/usr.sbin/inetd/inetd.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message