diff options
author | Austin English <wizardedit@gentoo.org> | 2016-05-18 01:34:49 -0500 |
---|---|---|
committer | Austin English <wizardedit@gentoo.org> | 2016-05-18 01:38:34 -0500 |
commit | b8e078e646765d72dfe6c87848a156fbb6a67459 (patch) | |
tree | 085fe5843f4e0cbf0b7456eab41f3a0b075188f7 /sys-power/athcool | |
parent | sys-power/apcupsd: use #!/sbin/openrc-run instead of #!/sbin/runscript (diff) | |
download | gentoo-b8e078e646765d72dfe6c87848a156fbb6a67459.tar.gz gentoo-b8e078e646765d72dfe6c87848a156fbb6a67459.tar.bz2 gentoo-b8e078e646765d72dfe6c87848a156fbb6a67459.zip |
sys-power/athcool: use #!/sbin/openrc-run instead of #!/sbin/runscript
Diffstat (limited to 'sys-power/athcool')
-rw-r--r-- | sys-power/athcool/files/athcool | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-power/athcool/files/athcool b/sys-power/athcool/files/athcool index c6eddd95bf72..65f5b6c9cbe7 100644 --- a/sys-power/athcool/files/athcool +++ b/sys-power/athcool/files/athcool @@ -1,4 +1,4 @@ -#!/sbin/runscript +#!/sbin/openrc-run # $Id$ start() { |