aboutsummaryrefslogtreecommitdiffstats
path: root/chapter01
diff options
context:
space:
mode:
authorBruce Dubbs <bdubbs@linuxfromscratch.org>2021-06-08 12:31:17 -0500
committerBruce Dubbs <bdubbs@linuxfromscratch.org>2021-06-08 12:31:17 -0500
commit25596ffb1df269be0dd123f274e3ff00f477ea80 (patch)
tree86c5cc4ede7e8404a97530e9b3c019107314b3ee /chapter01
parent06cdaed873b0a951bdf97b70d65428df87bf4670 (diff)
Make stopping the network interfaces more robust.
SysV only. When stopping or rebooting the system, the network boot script is run and looks at all the /etc/sysconfig/ifconfig.* files. Some of the devices these files refer to may not be active or even refer to interfaces that are not defined on the current system. This change ignores non-existant interfaces and any interfaces that are not UP. This change also avoids bogus warning or error error messages when the system is shutting down.
Diffstat (limited to 'chapter01')
-rw-r--r--chapter01/changelog.xml9
1 files changed, 9 insertions, 0 deletions
diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml
index 6f534292b..5cbc2f5fa 100644
--- a/chapter01/changelog.xml
+++ b/chapter01/changelog.xml
@@ -43,6 +43,15 @@
appropriate for the entry or if needed the entire day's listitem.
-->
<listitem revision="sysv">
+ <para>2021-06-08</para>
+ <itemizedlist>
+ <listitem>
+ <para>[bdubbs] - Make shutting down the netwrok more robust.</para>
+ </listitem>
+ </itemizedlist>
+ </listitem>
+
+ <listitem revision="sysv">
<para>2021-06-02</para>
<itemizedlist>
<listitem>