Bug 1420569

Summary: Fedora 25 networking-guide section 9.2 has wrong package name for the dhcp-server package.
Product: [Fedora] Fedora Documentation Reporter: stolidmollusc
Component: networking-guideAssignee: Stephen Wadeley <swadeley>
Status: CLOSED NEXTRELEASE QA Contact: Fedora Docs QA <docs-qa>
Severity: low Docs Contact:
Priority: unspecified    
Version: develCC: swadeley
Target Milestone: ---   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: If docs needed, set a value
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2017-07-11 20:01:25 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description stolidmollusc 2017-02-09 00:41:59 UTC
Description of problem: Wrong package name given in Section 9.2. Configuring a DHCP Server.  The document instructs users to install package 'dhcp'; the correct package name is 'dhcp-server'.


Version-Release number of selected component (if applicable): 25

How reproducible: Read section 9.2 at https://docs.fedoraproject.org/en-US/Fedora/25/html/Networking_Guide/sec-dhcp-configuring-server.html

Steps to Reproduce:
1. See the first few lines about how to install a dhcp server.

Actual results:  The document states:
"The dhcp package contains an Internet Systems Consortium (ISC) DHCP server. Install the package as root:

~]# dnf install dhcp

Installing the dhcp package creates a file, /etc/dhcp/dhcpd.conf, ..."


Expected results:  All mentions of the 'dhcp' package should be changed to the 'dhcp-server' package.  I found just the 3 instances quoted above.


Additional info:  At least since Fedora 24, 'dhcp-server' is the package that provides the documented component.

Comment 1 Stephen Wadeley 2017-07-11 20:01:25 UTC
Thank you for raising this bug


commit f9904fa17799ddf0141693d4a4b737c3ba6f5877
Author: Stephen Wadeley <swadeley>
Date:   Tue Jul 11 21:59:54 2017 +0200

    dhcp > dhcp-server (package)
    
    thank you stolidmollusc for reporting this issue.
    
    Bug 1420569 - Fedora 25 networking-guide section 9.2 has wrong package
    name for the dhcp-server package.