diff options
author | Austin English <wizardedit@gentoo.org> | 2016-05-18 01:33:33 -0500 |
---|---|---|
committer | Austin English <wizardedit@gentoo.org> | 2016-05-18 01:38:34 -0500 |
commit | 1f4e790ef0fa0dc2ae57034a28b02d2610bd769f (patch) | |
tree | 35edf7791ea3354afcc5854e0011f62ab0c7df9a /sys-apps/irqbalance | |
parent | sys-apps/ipmitool: use #!/sbin/openrc-run instead of #!/sbin/runscript (diff) | |
download | gentoo-1f4e790ef0fa0dc2ae57034a28b02d2610bd769f.tar.gz gentoo-1f4e790ef0fa0dc2ae57034a28b02d2610bd769f.tar.bz2 gentoo-1f4e790ef0fa0dc2ae57034a28b02d2610bd769f.zip |
sys-apps/irqbalance: use #!/sbin/openrc-run instead of #!/sbin/runscript
Diffstat (limited to 'sys-apps/irqbalance')
-rw-r--r-- | sys-apps/irqbalance/files/irqbalance.init-0.55-r2 | 2 | ||||
-rw-r--r-- | sys-apps/irqbalance/files/irqbalance.init.2 | 2 | ||||
-rw-r--r-- | sys-apps/irqbalance/files/irqbalance.init.3 | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/sys-apps/irqbalance/files/irqbalance.init-0.55-r2 b/sys-apps/irqbalance/files/irqbalance.init-0.55-r2 index 476ba7c755ab..5759ea69dbd4 100644 --- a/sys-apps/irqbalance/files/irqbalance.init-0.55-r2 +++ b/sys-apps/irqbalance/files/irqbalance.init-0.55-r2 @@ -1,4 +1,4 @@ -#!/sbin/runscript +#!/sbin/openrc-run # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License, v2 or later # $Id$ diff --git a/sys-apps/irqbalance/files/irqbalance.init.2 b/sys-apps/irqbalance/files/irqbalance.init.2 index 909800a9b3d9..fc4b5b1d0b1f 100644 --- a/sys-apps/irqbalance/files/irqbalance.init.2 +++ b/sys-apps/irqbalance/files/irqbalance.init.2 @@ -1,4 +1,4 @@ -#!/sbin/runscript +#!/sbin/openrc-run # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License, v2 or later # $Id$ diff --git a/sys-apps/irqbalance/files/irqbalance.init.3 b/sys-apps/irqbalance/files/irqbalance.init.3 index 84cdb83af267..cc35fa9d4d82 100644 --- a/sys-apps/irqbalance/files/irqbalance.init.3 +++ b/sys-apps/irqbalance/files/irqbalance.init.3 @@ -1,4 +1,4 @@ -#!/sbin/runscript +#!/sbin/openrc-run # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License, v2 or later # $Id$ |