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/networkd.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/networkd.xml')
-rw-r--r-- | chapter07/networkd.xml | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/chapter07/networkd.xml b/chapter07/networkd.xml index 206f35f7a..b95d9b390 100644 --- a/chapter07/networkd.xml +++ b/chapter07/networkd.xml @@ -5,12 +5,12 @@ %general-entities; ]> -<sect1 id="ch-scripts-network" revision="systemd"> +<sect1 id="ch-config-network" revision="systemd"> <?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> @@ -221,10 +221,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> @@ -244,19 +244,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> |