diff options
author | V3n3RiX <venerix@redcorelinux.org> | 2019-11-24 17:00:01 +0000 |
---|---|---|
committer | V3n3RiX <venerix@redcorelinux.org> | 2019-11-24 17:00:01 +0000 |
commit | 50cd8379fe66a201911c5bee90be7ae830af10a1 (patch) | |
tree | b5a0cf53d695df4b4a1940cd387b5b34633a0753 | |
parent | 000d1ae69de8e1fcf836f660dcf4f3220117d35a (diff) |
sys-apps/openrc : it seems we don't need our tweak after all
-rw-r--r-- | sys-apps/openrc/openrc-0.42.1-r2.ebuild | 8 |
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 } |