- Timestamp:
- Oct 18, 2013, 8:49:40 AM (11 years ago)
- Branches:
- master
- Children:
- 47a846f
- Parents:
- 929589c
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
Makefile
r929589c rc91cb03 16 16 install -m ${MODE} clfs/rc.d/startup ${EXTDIR}/rc.d/ 17 17 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/19 18 install -m ${MODE} clfs/rc.d/init.d/syslog ${EXTDIR}/rc.d/init.d/ 20 19 ln -sf ../init.d/syslog ${EXTDIR}/rc.d/start/S05syslog 21 20 ln -sf ../init.d/syslog ${EXTDIR}/rc.d/stop/K99syslog 22 ln -sf ../init.d/network ${EXTDIR}/rc.d/start/S10network23 ln -sf ../init.d/network ${EXTDIR}/rc.d/stop/K80network24 21 25 22 install-dropbear: create-dirs
Note:
See TracChangeset
for help on using the changeset viewer.