diff options
author | Austin English <wizardedit@gentoo.org> | 2016-05-18 01:34:54 -0500 |
---|---|---|
committer | Austin English <wizardedit@gentoo.org> | 2016-05-18 01:38:34 -0500 |
commit | 63bc02ec09dbe832432bf0f18ec1ca24791fdbe2 (patch) | |
tree | 51b819eae89445233c8be7b66a2ca5da0241c183 /sys-power | |
parent | sys-power/powernowd: use #!/sbin/openrc-run instead of #!/sbin/runscript (diff) | |
download | gentoo-63bc02ec09dbe832432bf0f18ec1ca24791fdbe2.tar.gz gentoo-63bc02ec09dbe832432bf0f18ec1ca24791fdbe2.tar.bz2 gentoo-63bc02ec09dbe832432bf0f18ec1ca24791fdbe2.zip |
sys-power/thermald: use #!/sbin/openrc-run instead of #!/sbin/runscript
Diffstat (limited to 'sys-power')
-rw-r--r-- | sys-power/thermald/files/thermald | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-power/thermald/files/thermald b/sys-power/thermald/files/thermald index 73643a27a686..6d59f77d0bb4 100644 --- a/sys-power/thermald/files/thermald +++ b/sys-power/thermald/files/thermald @@ -1,4 +1,4 @@ -#!/sbin/runscript +#!/sbin/openrc-run depend() { need dbus |