diff options
author | Austin English <wizardedit@gentoo.org> | 2016-05-18 01:33:37 -0500 |
---|---|---|
committer | Austin English <wizardedit@gentoo.org> | 2016-05-18 01:38:34 -0500 |
commit | caa47b183e423b590247ef938cfc1ba57cd55ba3 (patch) | |
tree | 4062be4b0f36af9e4bed0ba2b574d49b68af6597 /sys-apps | |
parent | sys-apps/linux-misc-apps: use #!/sbin/openrc-run instead of #!/sbin/runscript (diff) | |
download | gentoo-caa47b183e423b590247ef938cfc1ba57cd55ba3.tar.gz gentoo-caa47b183e423b590247ef938cfc1ba57cd55ba3.tar.bz2 gentoo-caa47b183e423b590247ef938cfc1ba57cd55ba3.zip |
sys-apps/lm_sensors: use #!/sbin/openrc-run instead of #!/sbin/runscript
Diffstat (limited to 'sys-apps')
-rw-r--r-- | sys-apps/lm_sensors/files/fancontrol-init.d-2 | 2 | ||||
-rw-r--r-- | sys-apps/lm_sensors/files/lm_sensors-3-init.d | 2 | ||||
-rw-r--r-- | sys-apps/lm_sensors/files/sensord-4-init.d | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/sys-apps/lm_sensors/files/fancontrol-init.d-2 b/sys-apps/lm_sensors/files/fancontrol-init.d-2 index 0474d12b3208..22d191b0f083 100644 --- a/sys-apps/lm_sensors/files/fancontrol-init.d-2 +++ b/sys-apps/lm_sensors/files/fancontrol-init.d-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 # $Id$ diff --git a/sys-apps/lm_sensors/files/lm_sensors-3-init.d b/sys-apps/lm_sensors/files/lm_sensors-3-init.d index b33814f62665..2aa5f6472942 100644 --- a/sys-apps/lm_sensors/files/lm_sensors-3-init.d +++ b/sys-apps/lm_sensors/files/lm_sensors-3-init.d @@ -1,4 +1,4 @@ -#!/sbin/runscript +#!/sbin/openrc-run # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ diff --git a/sys-apps/lm_sensors/files/sensord-4-init.d b/sys-apps/lm_sensors/files/sensord-4-init.d index 3734dfede1d9..9a8723fe4ea4 100644 --- a/sys-apps/lm_sensors/files/sensord-4-init.d +++ b/sys-apps/lm_sensors/files/sensord-4-init.d @@ -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$ |