Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 24048 - Code Listing 39 should be emerge xinetd tcp-wrappers
Summary: Code Listing 39 should be emerge xinetd tcp-wrappers
Status: RESOLVED FIXED
Alias: None
Product: [OLD] Docs-user
Classification: Unclassified
Component: Gentoo Security Guide (show other bugs)
Hardware: All Linux
: High major (vote)
Assignee: Sven Vermeulen (RETIRED)
URL: http://www.gentoo.org/doc/en/gentoo-s...
Whiteboard:
Keywords:
Depends on:
Blocks: 26705
  Show dependency tree
 
Reported: 2003-07-07 07:36 UTC by Jeremy Heslop
Modified: 2003-08-17 01:41 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Jeremy Heslop 2003-07-07 07:36:11 UTC
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
Comment 1 Sven Vermeulen (RETIRED) gentoo-dev 2003-08-15 07:59:58 UTC
I'll take the security guide bugs
Comment 2 Sven Vermeulen (RETIRED) gentoo-dev 2003-08-16 05:47:39 UTC
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>
Comment 3 Sven Vermeulen (RETIRED) gentoo-dev 2003-08-17 01:41:31 UTC
Committed