summaryrefslogtreecommitdiff
path: root/sys-apps/openrc
diff options
context:
space:
mode:
Diffstat (limited to 'sys-apps/openrc')
-rw-r--r--sys-apps/openrc/openrc-0.42.1-r2.ebuild8
1 files changed, 0 insertions, 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
}