Date: Thu, 3 Aug 2000 08:45:39 -0700 (PDT) From: David Malone <dwmalone@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.sbin/inetd inetd.8 inetd.c Message-ID: <200008031545.IAA93966@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
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 <alex@big.endian.de> 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200008031545.IAA93966>