diff options
author | Austin English <wizardedit@gentoo.org> | 2016-05-18 01:34:48 -0500 |
---|---|---|
committer | Austin English <wizardedit@gentoo.org> | 2016-05-18 01:38:34 -0500 |
commit | 92eb3b2dbb0444af742c5c3313f2e5897bfdaf73 (patch) | |
tree | 81cddf99c0af0d4890a87600a1bb14b4f4390341 /sys-power | |
parent | sys-libs/openhpi: use #!/sbin/openrc-run instead of #!/sbin/runscript (diff) | |
download | gentoo-92eb3b2dbb0444af742c5c3313f2e5897bfdaf73.tar.gz gentoo-92eb3b2dbb0444af742c5c3313f2e5897bfdaf73.tar.bz2 gentoo-92eb3b2dbb0444af742c5c3313f2e5897bfdaf73.zip |
sys-power/acpid: use #!/sbin/openrc-run instead of #!/sbin/runscript
Diffstat (limited to 'sys-power')
-rw-r--r-- | sys-power/acpid/files/acpid-2.0.16-init.d | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-power/acpid/files/acpid-2.0.16-init.d b/sys-power/acpid/files/acpid-2.0.16-init.d index aa8ff75f18e3..cd57da85fbb3 100644 --- a/sys-power/acpid/files/acpid-2.0.16-init.d +++ b/sys-power/acpid/files/acpid-2.0.16-init.d @@ -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$ |