From db7c8be8ae1982e17da3db180c577ab5877e4391 Mon Sep 17 00:00:00 2001 From: Pierre Labastie Date: Tue, 22 Mar 2022 10:47:08 +0100 Subject: [PATCH] Make runlevel 2 equivalent to 3 by default: Makefile --- bootscripts/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bootscripts/Makefile b/bootscripts/Makefile index 50b63ad3b..4a962ed56 100644 --- a/bootscripts/Makefile +++ b/bootscripts/Makefile @@ -99,8 +99,8 @@ rc1: files ln -sf ../init.d/sysklogd ${ETCDIR}/rc.d/rc1.d/K90sysklogd rc2: files - ln -sf ../init.d/network ${ETCDIR}/rc.d/rc2.d/K80network - ln -sf ../init.d/sysklogd ${ETCDIR}/rc.d/rc2.d/K90sysklogd + ln -sf ../init.d/network ${ETCDIR}/rc.d/rc2.d/S10network + ln -sf ../init.d/sysklogd ${ETCDIR}/rc.d/rc2.d/S20sysklogd rc3: files ln -sf ../init.d/sysklogd ${ETCDIR}/rc.d/rc3.d/S10sysklogd