From e4c71160ddea6e9042d72f421f01cae4980056e6 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Sun, 4 Jun 2017 12:49:02 +0100 Subject: sys-apps/openrc : enable rc_logger by default && bump sys-apps/baselayout for 1706 --- sys-apps/openrc/files/openrc-enable-rclogger.patch | 12 + sys-apps/openrc/openrc-0.26.3-r1704.ebuild | 341 -------------------- sys-apps/openrc/openrc-0.26.3-r1706.ebuild | 343 +++++++++++++++++++++ 3 files changed, 355 insertions(+), 341 deletions(-) create mode 100644 sys-apps/openrc/files/openrc-enable-rclogger.patch delete mode 100644 sys-apps/openrc/openrc-0.26.3-r1704.ebuild create mode 100644 sys-apps/openrc/openrc-0.26.3-r1706.ebuild (limited to 'sys-apps/openrc') diff --git a/sys-apps/openrc/files/openrc-enable-rclogger.patch b/sys-apps/openrc/files/openrc-enable-rclogger.patch new file mode 100644 index 00000000..14f4cafb --- /dev/null +++ b/sys-apps/openrc/files/openrc-enable-rclogger.patch @@ -0,0 +1,12 @@ +diff -Nur a/etc/rc.conf b/etc/rc.conf +--- a/etc/rc.conf 2017-05-30 18:46:49.000000000 +0100 ++++ b/etc/rc.conf 2017-06-04 12:45:58.300189719 +0100 +@@ -48,7 +48,7 @@ + # /var/log/rc.log + # NOTE: Linux systems require the devfs service to be started before + # logging can take place and as such cannot log the sysinit runlevel. +-#rc_logger="NO" ++rc_logger="YES" + + # Through rc_log_path you can specify a custom log file. + # The default value is: /var/log/rc.log diff --git a/sys-apps/openrc/openrc-0.26.3-r1704.ebuild b/sys-apps/openrc/openrc-0.26.3-r1704.ebuild deleted file mode 100644 index 21b8160a..00000000 --- a/sys-apps/openrc/openrc-0.26.3-r1704.ebuild +++ /dev/null @@ -1,341 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -inherit flag-o-matic pam toolchain-funcs - -DESCRIPTION="OpenRC manages the services, startup and shutdown of a host" -HOMEPAGE="https://github.com/openrc/openrc/" - -if [[ ${PV} == "9999" ]]; then - EGIT_REPO_URI="git://github.com/OpenRC/${PN}.git" - inherit git-r3 -else - SRC_URI="https://github.com/${PN}/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" - KEYWORDS="alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd" -fi - -LICENSE="BSD-2" -SLOT="0" -IUSE="audit debug +dkms ncurses pam newnet prefix +netifrc selinux static-libs - unicode kernel_linux kernel_FreeBSD" - -COMMON_DEPEND="kernel_FreeBSD? ( || ( >=sys-freebsd/freebsd-ubin-9.0_rc sys-process/fuser-bsd ) ) - ncurses? ( sys-libs/ncurses:0= ) - pam? ( - sys-auth/pambase - virtual/pam - ) - audit? ( sys-process/audit ) - kernel_linux? ( - sys-process/psmisc - !