commit: 1af99a18a37389f260e581365b933f2fe68a1f45
parent: ab8d601f9d65f201c5946942384eadc99c51e84b
Author: Haelwenn (lanodan) Monnier <contact@hacktivis.me>
Date: Tue, 7 May 2019 08:46:53 +0200
sys-apps/openrc: agetty.[2-6] → agetty.tty[2-6]
Diffstat:
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/sys-apps/openrc/openrc-0.41.2.ebuild b/sys-apps/openrc/openrc-0.41.2.ebuild
@@ -159,8 +159,8 @@ src_install() {
# start all the tty at boot except tty1 to not conflict with OpenRC output
if use init; then
for n in 2 3 4 5 6; do
- dosym "/etc/init.d/agetty" "/etc/init.d/agetty.${n}"
- dosym "/etc/init.d/agetty.${n}" "/etc/runlevel/boot/agetty.${n}"
+ dosym "/etc/init.d/agetty" "/etc/init.d/agetty.tty${n}"
+ dosym "/etc/init.d/agetty.tty${n}" "/etc/runlevel/boot/agetty.tty${n}"
done
# I like to keep a tty for OpenRC
#dosym "/etc/init.d/agetty" "${ED}/etc/init.d/agetty.1"