diff options
author | Austin English <wizardedit@gentoo.org> | 2016-05-18 01:34:50 -0500 |
---|---|---|
committer | Austin English <wizardedit@gentoo.org> | 2016-05-18 01:38:34 -0500 |
commit | aa996963681becb24f427926867d74db121a22e8 (patch) | |
tree | 13c5da6657b1391f158d096e5144cf0d619e4ae8 /sys-power | |
parent | sys-power/athcool: use #!/sbin/openrc-run instead of #!/sbin/runscript (diff) | |
download | gentoo-aa996963681becb24f427926867d74db121a22e8.tar.gz gentoo-aa996963681becb24f427926867d74db121a22e8.tar.bz2 gentoo-aa996963681becb24f427926867d74db121a22e8.zip |
sys-power/cpupower: use #!/sbin/openrc-run instead of #!/sbin/runscript
Diffstat (limited to 'sys-power')
-rw-r--r-- | sys-power/cpupower/files/init.d-r4 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-power/cpupower/files/init.d-r4 b/sys-power/cpupower/files/init.d-r4 index e209c05e2bec..7e4584f5a7bf 100644 --- a/sys-power/cpupower/files/init.d-r4 +++ b/sys-power/cpupower/files/init.d-r4 @@ -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 # $Id$ |