Changeset 8a6d8fe for bootscripts


Ignore:
Timestamp:
03/26/2022 10:05:24 PM (3 years ago)
Author:
William Harrington <kb0iic@…>
Branches:
arm
Children:
2cd6a71
Parents:
fe72aca
git-author:
Pierre Labastie <pierre.labastie@…> (03/22/2022 09:47:08 AM)
git-committer:
William Harrington <kb0iic@…> (03/26/2022 10:05:24 PM)
Message:

Make runlevel 2 equivalent to 3 by default: Makefile

File:
1 edited

Legend:

Unmodified
Added
Removed
  • bootscripts/Makefile

    rfe72aca r8a6d8fe  
    100100
    101101rc2: files
    102         ln -sf ../init.d/network     ${ETCDIR}/rc.d/rc2.d/K80network
    103         ln -sf ../init.d/sysklogd    ${ETCDIR}/rc.d/rc2.d/K90sysklogd
     102        ln -sf ../init.d/network     ${ETCDIR}/rc.d/rc2.d/S10network
     103        ln -sf ../init.d/sysklogd    ${ETCDIR}/rc.d/rc2.d/S20sysklogd
    104104
    105105rc3: files
Note: See TracChangeset for help on using the changeset viewer.