Changeset 79f7100 in clfs-embedded
- Timestamp:
 - Nov 27, 2006, 10:10:33 PM (19 years ago)
 - Branches:
 - master
 - Children:
 - 3aa2e2f
 - Parents:
 - 89cc05c
 - File:
 - 
      
- 1 edited
 
- 
          
  bootscripts/Makefile (modified) (1 diff)
 
 
Legend:
- Unmodified
 - Added
 - Removed
 
- 
      
bootscripts/Makefile
r89cc05c r79f7100 18 18 install -m ${MODE} clfs/rc.d/init.d/network ${EXTDIR}/rc.d/init.d/ 19 19 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 20 24 21 25 install-dropbear: create-dirs 22 26 install -m ${MODE} clfs/rc.d/init.d/sshd ${EXTDIR}/rc.d/init.d/ 23 ln -sf ../init.d/sshd ${EXTDIR}/rc.d/start/S 10sshd24 ln -sf ../init.d/sshd ${EXTDIR}/rc.d/stop/K 10sshd27 ln -sf ../init.d/sshd ${EXTDIR}/rc.d/start/S30sshd 28 ln -sf ../init.d/sshd ${EXTDIR}/rc.d/stop/K30sshd 25 29 26 30 .PHONY: all create-dirs install install-dropbear  
  Note:
 See   TracChangeset
 for help on using the changeset viewer.
  