summaryrefslogtreecommitdiff
path: root/sys-apps
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2019-11-24 17:00:01 +0000
committerV3n3RiX <venerix@redcorelinux.org>2019-11-24 17:00:01 +0000
commit50cd8379fe66a201911c5bee90be7ae830af10a1 (patch)
treeb5a0cf53d695df4b4a1940cd387b5b34633a0753 /sys-apps
parent000d1ae69de8e1fcf836f660dcf4f3220117d35a (diff)
sys-apps/openrc : it seems we don't need our tweak after all
Diffstat (limited to 'sys-apps')
-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
}