diff options
author | Austin English <wizardedit@gentoo.org> | 2016-05-18 01:33:38 -0500 |
---|---|---|
committer | Austin English <wizardedit@gentoo.org> | 2016-05-18 01:38:34 -0500 |
commit | aa91090fb244d3be1202ca37c09eb97571a2dba4 (patch) | |
tree | 9d4a4461fe67447e61148a2155f3d3cd8cbcb7e7 /sys-apps/microcode-ctl | |
parent | sys-apps/lm_sensors: use #!/sbin/openrc-run instead of #!/sbin/runscript (diff) | |
download | gentoo-aa91090fb244d3be1202ca37c09eb97571a2dba4.tar.gz gentoo-aa91090fb244d3be1202ca37c09eb97571a2dba4.tar.bz2 gentoo-aa91090fb244d3be1202ca37c09eb97571a2dba4.zip |
sys-apps/microcode-ctl: use #!/sbin/openrc-run instead of #!/sbin/runscript
Diffstat (limited to 'sys-apps/microcode-ctl')
-rw-r--r-- | sys-apps/microcode-ctl/files/microcode_ctl.rc | 2 | ||||
-rw-r--r-- | sys-apps/microcode-ctl/files/microcode_ctl.rc-r1 | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/sys-apps/microcode-ctl/files/microcode_ctl.rc b/sys-apps/microcode-ctl/files/microcode_ctl.rc index da6be097e577..7bef5e2673eb 100644 --- a/sys-apps/microcode-ctl/files/microcode_ctl.rc +++ b/sys-apps/microcode-ctl/files/microcode_ctl.rc @@ -1,4 +1,4 @@ -#!/sbin/runscript +#!/sbin/openrc-run # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License, v2 or later # $Id$ diff --git a/sys-apps/microcode-ctl/files/microcode_ctl.rc-r1 b/sys-apps/microcode-ctl/files/microcode_ctl.rc-r1 index e23347fb1df8..ea00d2ae8409 100644 --- a/sys-apps/microcode-ctl/files/microcode_ctl.rc-r1 +++ b/sys-apps/microcode-ctl/files/microcode_ctl.rc-r1 @@ -1,4 +1,4 @@ -#!/sbin/runscript +#!/sbin/openrc-run # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License, v2 or later # $Id$ |