From 340891bca1566134f575302328591e615df54e48 Mon Sep 17 00:00:00 2001 From: Bruce Dubbs Date: Tue, 16 Apr 2024 10:59:48 -0500 Subject: [PATCH] Make minor change to ifup script output text. Remove blank output line generated in ifup script when bringing up wireless interface. --- bootscripts/ChangeLog | 4 ++++ bootscripts/lfs/sbin/ifup | 2 +- chapter01/changelog.xml | 9 +++++++++ packages.ent | 2 +- 4 files changed, 15 insertions(+), 2 deletions(-) diff --git a/bootscripts/ChangeLog b/bootscripts/ChangeLog index 3853ff83a..37680aff5 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 4c70810cd..070d25cdc 100755 --- 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 63b81485c..d9ea4043e 100644 --- a/chapter01/changelog.xml +++ b/chapter01/changelog.xml @@ -40,6 +40,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 169832760..fb7a51939 100644 --- a/packages.ent +++ b/packages.ent @@ -381,7 +381,7 @@ - +