Changeset 7998c8d in bootscripts-embedded
- Timestamp:
- Oct 18, 2013, 6:33:17 AM (11 years ago)
- 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)
- Files:
-
- 1 deleted
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
Makefile
r06619cc r7998c8d 30 30 install -m ${MODE} clfs/rc.d/init.d/network ${EXTDIR}/rc.d/init.d/ 31 31 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/33 32 ln -sf ../init.d/syslog ${EXTDIR}/rc.d/start/S05syslog 34 33 ln -sf ../init.d/syslog ${EXTDIR}/rc.d/stop/K99syslog 35 34 ln -sf ../init.d/network ${EXTDIR}/rc.d/start/S10network 36 35 ln -sf ../init.d/network ${EXTDIR}/rc.d/stop/K80network 37 ln -sf ../init.d/bridge ${EXTDIR}/rc.d/start/S09bridge38 ln -sf ../init.d/bridge ${EXTDIR}/rc.d/stop/K81bridge39 36 40 37 install-dropbear: create-dirs
Note:
See TracChangeset
for help on using the changeset viewer.