diff --git a/bootscripts/ChangeLog b/bootscripts/ChangeLog index 3853ff8..37680af 100644 --- a/bootscripts/ChangeLog +++ b/bootscripts/ChangeLog @@ -1,3 +1,7 @@ +2024-04-16 Bruce Dubbs + * Remove blank output line generated in ifup script when bringing + up wireless interface. + 2023-10-04 Pierre Labastie * After the changes done on 2022-03-24, several "halt stop" should have been changed to "halt start". Done now. Fortunately, those diff --git a/bootscripts/lfs/sbin/ifup b/bootscripts/lfs/sbin/ifup index 4c70810..070d25c 100644 --- a/bootscripts/lfs/sbin/ifup +++ b/bootscripts/lfs/sbin/ifup @@ -110,7 +110,7 @@ for S in ${SERVICE}; do fi done -if [ "${SERVICE}" = "wpa" ]; then log_success_msg; fi +#if [ "${SERVICE}" = "wpa" ]; then log_success_msg; fi # Create/configure the interface for S in ${SERVICE}; do diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml index 0fb9874..79c778c 100644 --- a/chapter01/changelog.xml +++ b/chapter01/changelog.xml @@ -39,6 +39,15 @@ appropriate for the entry or if needed the entire day's listitem. --> + + 2024-04-16 + + + [bdubbs] - Make minor change to ifup script output text. + + + + 2024-04-15 diff --git a/packages.ent b/packages.ent index a57a654..a83997b 100644 --- a/packages.ent +++ b/packages.ent @@ -381,7 +381,7 @@ - +