Date: Fri, 09 Jul 1999 13:29:01 +0200 From: Sheldon Hearn <sheldonh@uunet.co.za> To: current@freebsd.org Subject: HEADS UP: Inetd wrapping option syntax changed Message-ID: <93420.931519741@axl.noc.iafrica.com>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?93420.931519741>