Bug 1035500

Summary: F19 security guide - iptables intallation command is wrong
Product: [Fedora] Fedora Documentation Reporter: Maxime Carron <maxime.carron>
Component: security-guideAssignee: Eric Christensen <sparks>
Status: CLOSED NEXTRELEASE QA Contact: Fedora Docs QA <docs-qa>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: develCC: erivero.tupac, pkennedy, security-guide-list, sparks, zach
Target Milestone: ---   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2014-06-27 14:21:31 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:

Description Maxime Carron 2013-11-27 23:16:46 UTC
Description of problem:
The command to install iptables-services is wrong in fedora 19 documentation

Version-Release number of selected component (if applicable):
Current version (fedora 19), security guide, chapter "3.8.9.1. Using the iptables service"
link : http://docs.fedoraproject.org/en-US/Fedora/19/html/Security_Guide/sec-Disabling_firewalld.html

Actual results:
quote : 
Then install the iptables-service package by entering the following command as root:
~]# iptables-service 


Expected results:
The command should be :
yum install iptables-services

Comment 1 Edith Rivero 2013-11-28 08:07:55 UTC
I have commited a patch in git: "Fixed error in iptables instalation-Bug 1035500"

commit hash: 14ea5b71c290311e3f6df5088237d886eb7e1c38


 <para>
     Then install the <package>iptables-services</package> package by entering the following command as root:
     <screen>~]# <command>yum install iptables-services</command></screen>
 </para>