commit: c1915ceb7aeba51d4a7d16c3cabc229b370a1ba7 Author: Lars Wendler <polynomial-c <AT> gentoo <DOT> org> AuthorDate: Sat Jul 11 20:02:01 2020 +0000 Commit: Lars Wendler <polynomial-c <AT> gentoo <DOT> org> CommitDate: Sat Jul 11 20:04:06 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c1915ceb
sys-apps/irqbalance: Revbump to make sure /run/irqbalance exists Closes: https://bugs.gentoo.org/732158 Package-Manager: Portage-2.3.103, Repoman-2.3.23 Signed-off-by: Lars Wendler <polynomial-c <AT> gentoo.org> sys-apps/irqbalance/files/irqbalance.init.4 | 4 +++- .../{irqbalance-1.6.0.ebuild => irqbalance-1.6.0-r1.ebuild} | 0 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/sys-apps/irqbalance/files/irqbalance.init.4 b/sys-apps/irqbalance/files/irqbalance.init.4 index 1fb9eeb11f4..8b2d63143c3 100644 --- a/sys-apps/irqbalance/files/irqbalance.init.4 +++ b/sys-apps/irqbalance/files/irqbalance.init.4 @@ -1,5 +1,5 @@ #!/sbin/openrc-run -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License, v2 or later depend() { @@ -17,4 +17,6 @@ start_pre() { eerror "You need to update your kernel." return 1 fi + + checkpath -q -d /run/${SVCNAME} } diff --git a/sys-apps/irqbalance/irqbalance-1.6.0.ebuild b/sys-apps/irqbalance/irqbalance-1.6.0-r1.ebuild similarity index 100% rename from sys-apps/irqbalance/irqbalance-1.6.0.ebuild rename to sys-apps/irqbalance/irqbalance-1.6.0-r1.ebuild
