diff options
author | Pierre Labastie <pieere@linuxfromscratch.org> | 2020-02-09 20:50:38 +0000 |
---|---|---|
committer | Pierre Labastie <pieere@linuxfromscratch.org> | 2020-02-09 20:50:38 +0000 |
commit | afcfd745aec2ed1976187b2ea2c21a26ad2ca850 (patch) | |
tree | 4d495bf66d7bf8014253b1b3288a1d928f87cb59 /chapter07/network.xml | |
parent | 6b041a031d9b5fc57a225e46cb88799a3cca7fd2 (diff) |
Remove unused files and make
idref's more regular
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@11746 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter07/network.xml')
-rw-r--r-- | chapter07/network.xml | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/chapter07/network.xml b/chapter07/network.xml index e523ce35d..2a86df669 100644 --- a/chapter07/network.xml +++ b/chapter07/network.xml @@ -5,12 +5,12 @@ %general-entities; ]> -<sect1 id="ch-scripts-network" revision="sysv"> +<sect1 id="ch-config-network" revision="sysv"> <?dbhtml filename="network.html"?> <title>General Network Configuration</title> - <indexterm zone="ch-scripts-network"> + <indexterm zone="ch-config-network"> <primary sortas="d-network">network</primary> <secondary>configuring</secondary></indexterm> <!-- @@ -22,7 +22,7 @@ will need to remove the <filename class="symlink">network</filename> symlinks from all run-level directories (<filename class="directory">/etc/rc.d/rc*.d</filename>) after the bootscripts are - installed in <xref linkend="ch-scripts-bootscripts"/>.</para> + installed in <xref linkend="ch-config-bootscripts"/>.</para> --> <sect2> <title>Creating Network Interface Configuration Files</title> @@ -138,10 +138,10 @@ EOF</userinput></screen> </sect2> - <sect2 id="ch-scripts-hostname"> + <sect2 id="ch-config-hostname"> <title>Configuring the system hostname</title> - <indexterm zone="ch-scripts-hostname"> + <indexterm zone="ch-config-hostname"> <primary sortas="d-hostname">hostname</primary> <secondary>configuring</secondary> </indexterm> @@ -161,19 +161,19 @@ EOF</userinput></screen> </sect2> - <sect2 id="ch-scripts-hosts"> + <sect2 id="ch-config-hosts"> <title>Customizing the /etc/hosts File</title> - <indexterm zone="ch-scripts-hosts"> + <indexterm zone="ch-config-hosts"> <primary sortas="e-/etc/hosts">/etc/hosts</primary> </indexterm> - <indexterm zone="ch-scripts-hosts"> + <indexterm zone="ch-config-hosts"> <primary sortas="d-localnet">localnet</primary> <secondary>/etc/hosts</secondary> </indexterm> - <indexterm zone="ch-scripts-hosts"> + <indexterm zone="ch-config-hosts"> <primary sortas="d-network">network</primary> <secondary>/etc/hosts</secondary> </indexterm> |