diff options
author | 2020-07-11 22:02:01 +0200 | |
---|---|---|
committer | 2020-07-11 22:04:06 +0200 | |
commit | c1915ceb7aeba51d4a7d16c3cabc229b370a1ba7 (patch) | |
tree | dd66eba30d65b7250f2d444ae23f6698a80af3d5 | |
parent | net-misc/pps-tools: arm stable (bug #724140) (diff) | |
download | gentoo-c1915ceb7aeba51d4a7d16c3cabc229b370a1ba7.tar.gz gentoo-c1915ceb7aeba51d4a7d16c3cabc229b370a1ba7.tar.bz2 gentoo-c1915ceb7aeba51d4a7d16c3cabc229b370a1ba7.zip |
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@gentoo.org>
-rw-r--r-- | sys-apps/irqbalance/files/irqbalance.init.4 | 4 | ||||
-rw-r--r-- | sys-apps/irqbalance/irqbalance-1.6.0-r1.ebuild (renamed from sys-apps/irqbalance/irqbalance-1.6.0.ebuild) | 0 |
2 files changed, 3 insertions, 1 deletions
diff --git a/sys-apps/irqbalance/files/irqbalance.init.4 b/sys-apps/irqbalance/files/irqbalance.init.4 index 1fb9eeb11f4a..8b2d63143c39 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 index 918aff3e877a..918aff3e877a 100644 --- a/sys-apps/irqbalance/irqbalance-1.6.0.ebuild +++ b/sys-apps/irqbalance/irqbalance-1.6.0-r1.ebuild |