Changeset 79f7100 in clfs-embedded


Ignore:
Timestamp:
Nov 27, 2006, 10:10:33 PM (17 years ago)
Author:
Jim Gifford <clfs@…>
Branches:
master
Children:
3aa2e2f
Parents:
89cc05c
Message:

Added: network and syslog to bootup

File:
1 edited

Legend:

Unmodified
Added
Removed
  • bootscripts/Makefile

    r89cc05c r79f7100  
    1818        install -m ${MODE} clfs/rc.d/init.d/network  ${EXTDIR}/rc.d/init.d/
    1919        install -m ${MODE} clfs/rc.d/init.d/syslog   ${EXTDIR}/rc.d/init.d/
     20        ln -sf ../init.d/syslog ${EXTDIR}/rc.d/start/S05syslog
     21        ln -sf ../init.d/syslog ${EXTDIR}/rc.d/stop/K99syslog
     22        ln -sf ../init.d/network ${EXTDIR}/rc.d/start/S10network
     23        ln -sf ../init.d/network ${EXTDIR}/rc.d/stop/K80network
    2024
    2125install-dropbear: create-dirs
    2226        install -m ${MODE} clfs/rc.d/init.d/sshd   ${EXTDIR}/rc.d/init.d/
    23         ln -sf ../init.d/sshd ${EXTDIR}/rc.d/start/S10sshd
    24         ln -sf ../init.d/sshd ${EXTDIR}/rc.d/stop/K10sshd
     27        ln -sf ../init.d/sshd ${EXTDIR}/rc.d/start/S30sshd
     28        ln -sf ../init.d/sshd ${EXTDIR}/rc.d/stop/K30sshd
    2529
    2630.PHONY: all create-dirs install install-dropbear
Note: See TracChangeset for help on using the changeset viewer.