[system-administrators-guide] fix links to Networking Guide

stephenw stephenw at fedoraproject.org
Wed Mar 4 22:12:35 UTC 2015


commit d208ec0b51285ab658e322f1715ca00f9253d53a
Author: Stephen Wadeley <swadeley at redhat.com>
Date:   Wed Mar 4 23:07:32 2015 +0100

    fix links to Networking Guide

 en-US/FTP.xml |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/en-US/FTP.xml b/en-US/FTP.xml
index 569dc0b..0d4f2b7 100644
--- a/en-US/FTP.xml
+++ b/en-US/FTP.xml
@@ -285,8 +285,8 @@
         <secondary>multihome configuration</secondary>
       </indexterm>
       <para>Sometimes one computer is used to serve multiple <systemitem class="protocol">FTP</systemitem> domains. This is a technique called <firstterm>multihoming</firstterm>. One way to multihome using <command>vsftpd</command> is by running multiple copies of the daemon, each with its own configuration file.</para>
-      <para>To do this, first assign all relevant <systemitem class="protocol">IP</systemitem> addresses to network devices or alias network devices on the system. For more information about configuring network devices, device aliases, and additional information about network configuration scripts, refer to the <citetitle pubwork="book">Red Hat Enterprise Linux 7 Networking Guide</citetitle>.</para>
-      <para>Next, the DNS server for the <systemitem class="protocol">FTP</systemitem> domains must be configured to reference the correct machine. For information about BIND and its configuration files, refer to the <citetitle pubwork="book">Red Hat Enterprise Linux 7 Networking Guide</citetitle>.</para>
+      <para>To do this, first assign all relevant <systemitem class="protocol">IP</systemitem> addresses to network devices or alias network devices on the system. For more information about configuring network devices, device aliases, and additional information about network configuration scripts, refer to the <ulink url="http://docs.fedoraproject.org/en-US/Fedora/21/html/Networking_Guide/index.html"><citetitle pubwork="book">&MAJOROS; Networking Guide</citetitle></ulink>.</para>
+      <para>Next, the DNS server for the <systemitem class="protocol">FTP</systemitem> domains must be configured to reference the correct machine. For information about BIND and its configuration files, refer to the <ulink url="http://docs.fedoraproject.org/en-US/Fedora/21/html/Networking_Guide/index.html"><citetitle pubwork="book">&MAJOROS; Networking Guide</citetitle></ulink>.</para>
       <para>
       If there is more configuration files present in the <filename>/etc/vsftpd</filename> directory, calling <command>systemctl start vsftpd.service</command> results in the <filename>/etc/rc.d/init.d/vsftpd</filename> initscript starting the same number of processes as the number of configuration files. Each configuration file must have a unique name in the <filename>/etc/vsftpd/</filename> directory and must be readable and writable only by <systemitem class="username">root</systemitem>.
       </para>


More information about the docs-commits mailing list