mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2025-06-19 03:39:20 +01:00
Make minor change to ifup script output text.
Remove blank output line generated in ifup script when bringing up wireless interface.
This commit is contained in:
parent
491de3316a
commit
340891bca1
@ -1,3 +1,7 @@
|
|||||||
|
2024-04-16 Bruce Dubbs <bdubbs@linuxfromscratch.org>
|
||||||
|
* Remove blank output line generated in ifup script when bringing
|
||||||
|
up wireless interface.
|
||||||
|
|
||||||
2023-10-04 Pierre Labastie <pierre.labastie@neuf.fr>
|
2023-10-04 Pierre Labastie <pierre.labastie@neuf.fr>
|
||||||
* After the changes done on 2022-03-24, several "halt stop" should
|
* After the changes done on 2022-03-24, several "halt stop" should
|
||||||
have been changed to "halt start". Done now. Fortunately, those
|
have been changed to "halt start". Done now. Fortunately, those
|
||||||
|
@ -110,7 +110,7 @@ for S in ${SERVICE}; do
|
|||||||
fi
|
fi
|
||||||
done
|
done
|
||||||
|
|
||||||
if [ "${SERVICE}" = "wpa" ]; then log_success_msg; fi
|
#if [ "${SERVICE}" = "wpa" ]; then log_success_msg; fi
|
||||||
|
|
||||||
# Create/configure the interface
|
# Create/configure the interface
|
||||||
for S in ${SERVICE}; do
|
for S in ${SERVICE}; do
|
||||||
|
@ -40,6 +40,15 @@
|
|||||||
appropriate for the entry or if needed the entire day's listitem.
|
appropriate for the entry or if needed the entire day's listitem.
|
||||||
-->
|
-->
|
||||||
|
|
||||||
|
<listitem>
|
||||||
|
<para>2024-04-16</para>
|
||||||
|
<itemizedlist>
|
||||||
|
<listitem>
|
||||||
|
<para>[bdubbs] - Make minor change to ifup script output text.</para>
|
||||||
|
</listitem>
|
||||||
|
</itemizedlist>
|
||||||
|
</listitem>
|
||||||
|
|
||||||
<listitem>
|
<listitem>
|
||||||
<para>2024-04-15</para>
|
<para>2024-04-15</para>
|
||||||
<itemizedlist>
|
<itemizedlist>
|
||||||
|
@ -381,7 +381,7 @@
|
|||||||
<!ENTITY less-fin-du "12 MB">
|
<!ENTITY less-fin-du "12 MB">
|
||||||
<!ENTITY less-fin-sbu "less than 0.1 SBU">
|
<!ENTITY less-fin-sbu "less than 0.1 SBU">
|
||||||
|
|
||||||
<!ENTITY lfs-bootscripts-version "20230728"> <!-- Scripts depend on this format -->
|
<!ENTITY lfs-bootscripts-version "20240416"> <!-- Scripts depend on this format -->
|
||||||
<!ENTITY lfs-bootscripts-size "BOOTSCRIPTS-SIZE KB">
|
<!ENTITY lfs-bootscripts-size "BOOTSCRIPTS-SIZE KB">
|
||||||
<!ENTITY lfs-bootscripts-url "&downloads-root;lfs-bootscripts-&lfs-bootscripts-version;.tar.xz">
|
<!ENTITY lfs-bootscripts-url "&downloads-root;lfs-bootscripts-&lfs-bootscripts-version;.tar.xz">
|
||||||
<!ENTITY lfs-bootscripts-md5 "BOOTSCRIPTS-MD5SUM">
|
<!ENTITY lfs-bootscripts-md5 "BOOTSCRIPTS-MD5SUM">
|
||||||
|
Loading…
Reference in New Issue
Block a user