public inbox for development@lists.ipfire.org
 help / color / mirror / Atom feed
* [PATCH] init.d/rc: Just a typo (word repetition)
@ 2026-02-17  9:08 Matthias Fischer
  2026-02-17 20:56 ` Adolf Belka
  0 siblings, 1 reply; 2+ messages in thread
From: Matthias Fischer @ 2026-02-17  9:08 UTC (permalink / raw)
  To: development; +Cc: Matthias Fischer

Signed-off-by: Matthias Fischer <matthias.fischer@ipfire.org>
---
 src/initscripts/system/rc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/initscripts/system/rc b/src/initscripts/system/rc
index b91862463..9c09ae487 100644
--- a/src/initscripts/system/rc
+++ b/src/initscripts/system/rc
@@ -58,7 +58,7 @@ if [ "${previous}" != "N" ]; then
 		if [ "${runlevel}" != "0" ] && [ "${runlevel}" != "6" ]; then
 			if [ ! -f ${prev_start} ] && [ ! -f ${sysinit_start} ]; then
 				boot_mesg -n "WARNING:\n\n${i} can't be" ${WARNING}
-				boot_mesg -n " executed because it was not"
+				boot_mesg -n " executed because it was"
 				boot_mesg -n " not started in the previous"
 				boot_mesg -n " runlevel (${previous})."
 				boot_mesg "" ${NORMAL}
-- 
2.51.0



^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2026-02-17 20:56 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-02-17  9:08 [PATCH] init.d/rc: Just a typo (word repetition) Matthias Fischer
2026-02-17 20:56 ` Adolf Belka

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox