Changeset 3b20f59


Ignore:
Timestamp:
03/25/2022 09:24:45 AM (2 years ago)
Author:
Pierre Labastie <pierre.labastie@…>
Branches:
11.2, 11.2-rc1, 11.3, 11.3-rc1, 12.0, 12.0-rc1, 12.1, 12.1-rc1, bdubbs/gcc13, multilib, renodr/libudev-from-systemd, s6-init, trunk, xry111/arm64, xry111/arm64-12.0, xry111/clfs-ng, xry111/loongarch, xry111/loongarch-12.0, xry111/loongarch-12.1, xry111/mips64el, xry111/pip3, xry111/rust-wip-20221008, xry111/update-glibc
Children:
2539253
Parents:
887af77
git-author:
Pierre Labastie <pierre.labastie@…> (03/22/2022 10:33:31 AM)
git-committer:
Pierre Labastie <pierre.labastie@…> (03/25/2022 09:24:45 AM)
Message:

Fix Makefile for new semantics of S/K symlinks

In runlevel 0/6, services which must be stopped should be
with Kxx symlinks

File:
1 edited

Legend:

Unmodified
Added
Removed
  • bootscripts/Makefile

    r887af77 r3b20f59  
    8989        ln -sf ../init.d/network     ${ETCDIR}/rc.d/rc0.d/K80network
    9090        ln -sf ../init.d/sysklogd    ${ETCDIR}/rc.d/rc0.d/K90sysklogd
    91         ln -sf ../init.d/sendsignals ${ETCDIR}/rc.d/rc0.d/S60sendsignals
    92         ln -sf ../init.d/swap        ${ETCDIR}/rc.d/rc0.d/S65swap
    93         ln -sf ../init.d/mountfs     ${ETCDIR}/rc.d/rc0.d/S70mountfs
    94         ln -sf ../init.d/localnet    ${ETCDIR}/rc.d/rc0.d/S90localnet
     91        ln -sf ../init.d/sendsignals ${ETCDIR}/rc.d/rc0.d/K92sendsignals
     92        ln -sf ../init.d/swap        ${ETCDIR}/rc.d/rc0.d/K94swap
     93        ln -sf ../init.d/mountfs     ${ETCDIR}/rc.d/rc0.d/K96mountfs
     94        ln -sf ../init.d/localnet    ${ETCDIR}/rc.d/rc0.d/K98localnet
    9595        ln -sf ../init.d/halt        ${ETCDIR}/rc.d/rc0.d/S99halt
    9696
     
    118118        ln -sf ../init.d/network     ${ETCDIR}/rc.d/rc6.d/K80network
    119119        ln -sf ../init.d/sysklogd    ${ETCDIR}/rc.d/rc6.d/K90sysklogd
    120         ln -sf ../init.d/sendsignals ${ETCDIR}/rc.d/rc6.d/S60sendsignals
    121         ln -sf ../init.d/swap        ${ETCDIR}/rc.d/rc6.d/S65swap
    122         ln -sf ../init.d/mountfs     ${ETCDIR}/rc.d/rc6.d/S70mountfs
    123         ln -sf ../init.d/localnet    ${ETCDIR}/rc.d/rc6.d/S90localnet
     120        ln -sf ../init.d/sendsignals ${ETCDIR}/rc.d/rc0.d/K92sendsignals
     121        ln -sf ../init.d/swap        ${ETCDIR}/rc.d/rc0.d/K94swap
     122        ln -sf ../init.d/mountfs     ${ETCDIR}/rc.d/rc0.d/K96mountfs
     123        ln -sf ../init.d/localnet    ${ETCDIR}/rc.d/rc0.d/K98localnet
    124124        ln -sf ../init.d/reboot      ${ETCDIR}/rc.d/rc6.d/S99reboot
    125125
Note: See TracChangeset for help on using the changeset viewer.