In the section: 5.Securing Services Using xinetd Under: Code Listing 39 it says: # emerge xinetd tcpd tcpd package changed name to tcp-wrappers. It should be emerge xinetd tcp-wrappers. (Note: Contacted author and said to enter bug) Reproducible: Always Steps to Reproduce: Actual Results: # emerge xinetd tcpd Expected Results: # emerge xinetd tcp-wrappers
I'll take the security guide bugs
Proposed patch, part of bug #26705: @@ -1436,7 +1444,7 @@ </p> <pre caption="Install xinetd"> -# <i>emerge xinetd tcpd</i> +# <i>emerge xinetd tcp-wrappers</i> </pre> <p>
Committed