Codebase list openrc / c7000ae
optimize loops for installing gettys William Hubbs 4 years ago
1 changed file(s) with 0 addition(s) and 2 deletion(s). Raw diff Collapse all Expand all
9292 if test "${MKSYSVINIT}" = yes && test "${OS}" = Linux; then \
9393 for x in tty1 tty2 tty3 tty4 tty5 tty6; do \
9494 ln -snf ${INITDIR}/agetty ${DESTDIR}/${INITDIR}/"agetty.$$x" || exit $$?; \
95 done; \
96 for x in tty1 tty2 tty3 tty4 tty5 tty6; do \
9795 ln -snf ${INITDIR}/agetty.$$x ${DEFAULTDIR}/"agetty.$$x" || exit $$?; \
9896 done; \
9997 fi