Changeset 7998c8d in bootscripts-embedded


Ignore:
Timestamp:
Oct 18, 2013, 6:33:17 AM (11 years ago)
Author:
Andrew Bradford <andrew@…>
Branches:
master
Children:
929589c
Parents:
06619cc
git-author:
Andrew Bradford <andrew@…> (10/18/13 06:24:30)
git-committer:
Andrew Bradford <andrew@…> (10/18/13 06:33:17)
Message:

Delete bridge script

Files:
1 deleted
1 edited

Legend:

Unmodified
Added
Removed
  • Makefile

    r06619cc r7998c8d  
    3030        install -m ${MODE} clfs/rc.d/init.d/network  ${EXTDIR}/rc.d/init.d/
    3131        install -m ${MODE} clfs/rc.d/init.d/syslog   ${EXTDIR}/rc.d/init.d/
    32         install -m ${MODE} clfs/rc.d/init.d/bridge   ${EXTDIR}/rc.d/init.d/
    3332        ln -sf ../init.d/syslog ${EXTDIR}/rc.d/start/S05syslog
    3433        ln -sf ../init.d/syslog ${EXTDIR}/rc.d/stop/K99syslog
    3534        ln -sf ../init.d/network ${EXTDIR}/rc.d/start/S10network
    3635        ln -sf ../init.d/network ${EXTDIR}/rc.d/stop/K80network
    37         ln -sf ../init.d/bridge ${EXTDIR}/rc.d/start/S09bridge
    38         ln -sf ../init.d/bridge ${EXTDIR}/rc.d/stop/K81bridge
    3936
    4037install-dropbear: create-dirs
Note: See TracChangeset for help on using the changeset viewer.