From d608267a48fcfe68ac5824beae1c502e55b48033 Mon Sep 17 00:00:00 2001 From: Pierre Labastie Date: Sun, 27 Mar 2022 14:28:37 +0200 Subject: Fix a stupid typo in bootscripts/Makefile copy/paste error rc0.d -> rc6.d. Brown paperbag commit... --- bootscripts/Makefile | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'bootscripts/Makefile') diff --git a/bootscripts/Makefile b/bootscripts/Makefile index 2e8476d13..16d26b317 100644 --- a/bootscripts/Makefile +++ b/bootscripts/Makefile @@ -117,10 +117,10 @@ rc5: files rc6: files ln -sf ../init.d/network ${ETCDIR}/rc.d/rc6.d/K80network ln -sf ../init.d/sysklogd ${ETCDIR}/rc.d/rc6.d/K90sysklogd - ln -sf ../init.d/sendsignals ${ETCDIR}/rc.d/rc0.d/K92sendsignals - ln -sf ../init.d/swap ${ETCDIR}/rc.d/rc0.d/K94swap - ln -sf ../init.d/mountfs ${ETCDIR}/rc.d/rc0.d/K96mountfs - ln -sf ../init.d/localnet ${ETCDIR}/rc.d/rc0.d/K98localnet + ln -sf ../init.d/sendsignals ${ETCDIR}/rc.d/rc6.d/K92sendsignals + ln -sf ../init.d/swap ${ETCDIR}/rc.d/rc6.d/K94swap + ln -sf ../init.d/mountfs ${ETCDIR}/rc.d/rc6.d/K96mountfs + ln -sf ../init.d/localnet ${ETCDIR}/rc.d/rc6.d/K98localnet ln -sf ../init.d/reboot ${ETCDIR}/rc.d/rc6.d/S99reboot uninstall: -- cgit v1.2.3-54-g00ecf