From c7000aeaabf34262375a2a96b5d5b8f7fcd8a793 Mon Sep 17 00:00:00 2001 From: William Hubbs Date: Thu, 15 Aug 2019 18:40:05 -0500 Subject: [PATCH] optimize loops for installing gettys --- runlevels/Makefile | 2 -- 1 file changed, 2 deletions(-) diff --git a/runlevels/Makefile b/runlevels/Makefile index ebd89203..73843d8b 100644 --- a/runlevels/Makefile +++ b/runlevels/Makefile @@ -93,8 +93,6 @@ install: if test "${MKSYSVINIT}" = yes && test "${OS}" = Linux; then \ for x in tty1 tty2 tty3 tty4 tty5 tty6; do \ ln -snf ${INITDIR}/agetty ${DESTDIR}/${INITDIR}/"agetty.$$x" || exit $$?; \ - done; \ - for x in tty1 tty2 tty3 tty4 tty5 tty6; do \ ln -snf ${INITDIR}/agetty.$$x ${DEFAULTDIR}/"agetty.$$x" || exit $$?; \ done; \ fi