From owner-freebsd-current Fri Jul 9 4:29:10 1999 Delivered-To: freebsd-current@freebsd.org Received: from axl.noc.iafrica.com (axl.noc.iafrica.com [196.31.1.175]) by hub.freebsd.org (Postfix) with ESMTP id 609DC14CC7 for ; Fri, 9 Jul 1999 04:29:02 -0700 (PDT) (envelope-from sheldonh@axl.noc.iafrica.com) Received: from sheldonh (helo=axl.noc.iafrica.com) by axl.noc.iafrica.com with local-esmtp (Exim 3.02 #1) id 112Ypx-000OIn-00 for current@freebsd.org; Fri, 09 Jul 1999 13:29:01 +0200 From: Sheldon Hearn To: current@freebsd.org Subject: HEADS UP: Inetd wrapping option syntax changed Date: Fri, 09 Jul 1999 13:29:01 +0200 Message-ID: <93420.931519741@axl.noc.iafrica.com> Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hi folks, About a week ago, we made inetd's TCP Wrapper support a command-line option instead of a compile-time option. While this was met with unanimous approval, a number of people objected to the limited -w option. I've just committed a change that allows wrapping for each of internal and external services to be enabled independantly of the other. If you have inetd_flags="-w -w" in /etc/rc.conf, you'll need to change it to: inetd_flags="-w -W" or remove the option altogether, since this is the defaults/rc.conf behaviour anyway. As with the previous change, folks who don't mergemaster after a make world are going to experience problems with subsequent reboots. :-) Thanks to everyone who put effort into persuading me against the original command-line syntax. Ciao, Sheldon. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message