From owner-p4-projects Tue Dec 3 6: 2:39 2002 Delivered-To: p4-projects@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 32767) id E98D737B404; Tue, 3 Dec 2002 06:02:37 -0800 (PST) Delivered-To: perforce@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 74D1C37B401 for ; Tue, 3 Dec 2002 06:02:37 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 26AB443E4A for ; Tue, 3 Dec 2002 06:02:37 -0800 (PST) (envelope-from bb+lists.freebsd.perforce@cyrus.watson.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id gB3DwRmV036996 for ; Tue, 3 Dec 2002 05:58:27 -0800 (PST) (envelope-from bb+lists.freebsd.perforce@cyrus.watson.org) Received: (from perforce@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id gB3DwRnN036993 for perforce@freebsd.org; Tue, 3 Dec 2002 05:58:27 -0800 (PST) Date: Tue, 3 Dec 2002 05:58:27 -0800 (PST) Message-Id: <200212031358.gB3DwRnN036993@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: perforce set sender to bb+lists.freebsd.perforce@cyrus.watson.org using -f From: Robert Watson Subject: PERFORCE change 21847 for review To: Perforce Change Reviews Sender: owner-p4-projects@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG http://perforce.freebsd.org/chv.cgi?CH=21847 Change 21847 by rwatson@rwatson_tislabs on 2002/12/03 05:57:41 Man page updates for current local revisions to inetd. Affected files ... .. //depot/projects/trustedbsd/mac/usr.sbin/inetd/inetd.8#9 edit .. //depot/projects/trustedbsd/mac/usr.sbin/inetd/inetd.c#9 edit Differences ... ==== //depot/projects/trustedbsd/mac/usr.sbin/inetd/inetd.8#9 (text+ko) ==== @@ -43,13 +43,14 @@ .Nm .Op Fl d .Op Fl l -.Op Fl L Ar class +.Op Fl L Ar defaultuserclass .Op Fl w .Op Fl W .Op Fl c Ar maximum .Op Fl C Ar rate .Op Fl a Ar address | hostname .Op Fl p Ar filename +.Op Fl r Ar defaultresourceclass .Op Fl R Ar rate .Op Fl s Ar maximum .Op Ar configuration file @@ -81,7 +82,7 @@ Turn on debugging. .It Fl l Turn on logging of successful connections. -.It Fl L Ar class +.It Fl L Ar defaultuserclass Specify an alternative class to use as the default login class for a daemon; by default, inetd will use the user class specified in the .Xr master.passwd 5 @@ -105,6 +106,8 @@ from a single IP address in one minute; the default is unlimited. May be overridden on a per-service basis with the "max-connections-per-ip-per-minute" parameter. +.It Fl r Ar defaultresourceclass +If specified, this login class .It Fl R Ar rate Specify the maximum number of times a service can be invoked in one minute; the default is 256. ==== //depot/projects/trustedbsd/mac/usr.sbin/inetd/inetd.c#9 (text+ko) ==== To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe p4-projects" in the body of the message