From 50cd8379fe66a201911c5bee90be7ae830af10a1 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Sun, 24 Nov 2019 17:00:01 +0000 Subject: sys-apps/openrc : it seems we don't need our tweak after all --- sys-apps/openrc/openrc-0.42.1-r2.ebuild | 8 -------- 1 file changed, 8 deletions(-) diff --git a/sys-apps/openrc/openrc-0.42.1-r2.ebuild b/sys-apps/openrc/openrc-0.42.1-r2.ebuild index c44be165..cf078f96 100644 --- a/sys-apps/openrc/openrc-0.42.1-r2.ebuild +++ b/sys-apps/openrc/openrc-0.42.1-r2.ebuild @@ -241,12 +241,4 @@ pkg_postinst() { "${ROOT}"/sbin/rc-update add haveged default fi fi - - if use sysv-utils; then - export local xtty - for xtty in `seq 1 6`; do - ln -s "${ROOT}"/etc/init.d/agetty "${ROOT}"/etc/init.d/agetty.tty"${xtty}" - "${ROOT}"/sbin/rc-update add agetty.tty"${xtty}" default - done - fi } -- cgit v1.2.3