init.d/rc: Just a typo (word repetition)

Message ID 20260217090825.12116-1-matthias.fischer@ipfire.org
State Staged
Commit 5eb45703aa08d67e32460b1d416490267738e8f4
Headers
Series init.d/rc: Just a typo (word repetition) |

Commit Message

Matthias Fischer 17 Feb 2026, 9:08 a.m. UTC
Signed-off-by: Matthias Fischer <matthias.fischer@ipfire.org>
---
 src/initscripts/system/rc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
  

Patch

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}