Explicitly state that tcpd is not needed in /etc/inetd.conf.

This commit is contained in:
Jesus Rodriguez Cuesta 1999-08-03 17:22:42 +00:00
parent db7ab1909f
commit eab3d30256
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/www/; revision=5309

View file

@ -1,6 +1,6 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN" [
<!ENTITY base CDATA "../..">
<!ENTITY date "$Date: 1999-05-19 13:40:25 $">
<!ENTITY date "$Date: 1999-08-03 17:22:42 $">
<!ENTITY title "FreeBSD 3.2 Release Notes">
<!ENTITY % includes SYSTEM "../../includes.sgml"> %includes;
]>
@ -97,7 +97,9 @@ Tar now supports compressing via bzip2 with the new
TCP Wrappers is now part of the base system. inetd, the port mapper,
and sendmail are now linked agaist libwrap. The "PROCESS_OPTIONS"
syntax is the default. See `man 5 hosts_options' for more information.
syntax is the default. Note that you do not need to use tcpd in
/etc/inetd.conf. See `man 5 hosts_options' and `man 8 inetd` for
more information.
Gdb has been updated to version 4.18 and is now part of the standard
release for FreeBSD/alpha.