aboutsummaryrefslogtreecommitdiff
path: root/runlevels/Makefile
diff options
context:
space:
mode:
authorWilliam Hubbs <william.hubbs@sony.com>2019-08-15 18:35:30 -0500
committerWilliam Hubbs <william.hubbs@sony.com>2019-08-15 18:40:51 -0500
commit5c5129b534bd8a0ebd0e525c87241d6c6ef0ec8c (patch)
treedf98832873d5af01b3afb5853990879351900e2a /runlevels/Makefile
parent0dabda6f6ff3744c6f1b1d2afd57845554384977 (diff)
Remove "single" runlevel directory
Single user mode should be handled in the init process directly.
Diffstat (limited to 'runlevels/Makefile')
-rw-r--r--runlevels/Makefile5
1 files changed, 0 insertions, 5 deletions
diff --git a/runlevels/Makefile b/runlevels/Makefile
index 969070d0..ebd89203 100644
--- a/runlevels/Makefile
+++ b/runlevels/Makefile
@@ -13,7 +13,6 @@ BOOTDIR= ${LEVELDIR}/boot
DEFAULTDIR= ${LEVELDIR}/default
NONETWORKDIR= ${LEVELDIR}/nonetwork
SHUTDOWNDIR= ${LEVELDIR}/shutdown
-SINGLEDIR= ${LEVELDIR}/single
ifeq (${MKNET},yes)
BOOT+= network staticroute
@@ -91,9 +90,6 @@ install:
fi; \
ln -snf ${INITDIR}/"$$x" ${SHUTDOWNDIR}/"$$x" || exit $$?; done \
fi
- if ! test -d "${SINGLEDIR}"; then \
- ${INSTALL} -d ${SINGLEDIR} || exit $$?; \
- fi
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 $$?; \
@@ -101,7 +97,6 @@ install:
for x in tty1 tty2 tty3 tty4 tty5 tty6; do \
ln -snf ${INITDIR}/agetty.$$x ${DEFAULTDIR}/"agetty.$$x" || exit $$?; \
done; \
- ln -snf ${INITDIR}/agetty.tty1 ${SINGLEDIR}/agetty.tty1 || exit $$?; \
fi
check test::