diff options
Diffstat (limited to 'sys-apps/openrc')
-rw-r--r-- | sys-apps/openrc/openrc-0.34.11-r8.ebuild (renamed from sys-apps/openrc/openrc-0.34.11-r7.ebuild) | 19 |
1 files changed, 2 insertions, 17 deletions
diff --git a/sys-apps/openrc/openrc-0.34.11-r7.ebuild b/sys-apps/openrc/openrc-0.34.11-r8.ebuild index 48cec60a..859c6d96 100644 --- a/sys-apps/openrc/openrc-0.34.11-r7.ebuild +++ b/sys-apps/openrc/openrc-0.34.11-r8.ebuild @@ -73,11 +73,11 @@ src_prepare() { local ver="git-${EGIT_VERSION:0:6}" sed -i "/^GITVER[[:space:]]*=/s:=.*:=${ver}:" mk/gitver.mk || die fi - + if use dkms ; then epatch "${FILESDIR}"/${PN}-dkms.patch fi - + epatch "${FILESDIR}"/${PN}-enable-rclogger.patch epatch "${FILESDIR}"/${PN}-disable-cgroupsv2.patch } @@ -298,21 +298,6 @@ pkg_postinst() { fi fi - if use hppa; then - elog "Setting the console font does not work on all HPPA consoles." - elog "You can still enable it by running:" - elog "# rc-update add consolefont boot" - fi - - # Handle the conf.d/local.{start,stop} -> local.d transition - if path_exists -o "${EROOT}"etc/conf.d/local.{start,stop} ; then - elog "Moving your ${EROOT}etc/conf.d/local.{start,stop}" - elog "files to ${EROOT}etc/local.d" - mv "${EROOT}"etc/conf.d/local.start "${EROOT}"etc/local.d/baselayout1.start - mv "${EROOT}"etc/conf.d/local.stop "${EROOT}"etc/local.d/baselayout1.stop - chmod +x "${EROOT}"etc/local.d/*{start,stop} - fi - if use kernel_linux && [[ "${EROOT}" = "/" ]]; then if ! /$(get_libdir)/rc/sh/migrate-to-run.sh; then ewarn "The dependency data could not be migrated to /run/openrc." |