diff options
author | V3n3RiX <venerix@redcorelinux.org> | 2018-12-26 01:39:33 +0000 |
---|---|---|
committer | V3n3RiX <venerix@redcorelinux.org> | 2018-12-26 01:39:33 +0000 |
commit | 32c67d6b46f53e439374584f5377eff77ec60deb (patch) | |
tree | 0684980b7a0d5689e4b69a02465a9bb2d9433db2 | |
parent | 754d3ee606e60417cb438e981cf61da2b99dc816 (diff) |
sys-apps/openrc : revision bump, drop banned path_exists
-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." |