Changeset c9b2a30 for bootscripts


Ignore:
Timestamp:
03/30/2022 01:35:14 PM (2 years ago)
Author:
William Harrington <kb0iic@…>
Branches:
arm
Children:
884fd47
Parents:
6c5fc67
git-author:
Pierre Labastie <pierre.labastie@…> (03/27/2022 12:28:37 PM)
git-committer:
William Harrington <kb0iic@…> (03/30/2022 01:35:14 PM)
Message:

Fix a stupid typo in bootscripts/Makefile

copy/paste error rc0.d -> rc6.d. Brown paperbag commit...

File:
1 edited

Legend:

Unmodified
Added
Removed
  • bootscripts/Makefile

    r6c5fc67 rc9b2a30  
    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/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
     120        ln -sf ../init.d/sendsignals ${ETCDIR}/rc.d/rc6.d/K92sendsignals
     121        ln -sf ../init.d/swap        ${ETCDIR}/rc.d/rc6.d/K94swap
     122        ln -sf ../init.d/mountfs     ${ETCDIR}/rc.d/rc6.d/K96mountfs
     123        ln -sf ../init.d/localnet    ${ETCDIR}/rc.d/rc6.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.