Changeset c91cb03 in bootscripts-embedded


Ignore:
Timestamp:
Oct 18, 2013, 8:49:40 AM (11 years ago)
Author:
Andrew Bradford <andrew@…>
Branches:
master
Children:
47a846f
Parents:
929589c
Message:

Delete network script

We'll use a daemon like ifplugd or netplug to bring the network up or
down on cable detecte/removal. This saves the possible long wait at
power up if dhcp is used and the dhcp server isn't available.

Files:
1 deleted
1 edited

Legend:

Unmodified
Added
Removed
  • Makefile

    r929589c rc91cb03  
    1616        install -m ${MODE} clfs/rc.d/startup         ${EXTDIR}/rc.d/
    1717        install -m ${MODE} clfs/rc.d/shutdown        ${EXTDIR}/rc.d/
    18         install -m ${MODE} clfs/rc.d/init.d/network  ${EXTDIR}/rc.d/init.d/
    1918        install -m ${MODE} clfs/rc.d/init.d/syslog   ${EXTDIR}/rc.d/init.d/
    2019        ln -sf ../init.d/syslog ${EXTDIR}/rc.d/start/S05syslog
    2120        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
    2421
    2522install-dropbear: create-dirs
Note: See TracChangeset for help on using the changeset viewer.