diff options
author | Austin English <wizardedit@gentoo.org> | 2016-05-18 01:33:27 -0500 |
---|---|---|
committer | Austin English <wizardedit@gentoo.org> | 2016-05-18 01:38:34 -0500 |
commit | 52b2701489303e651a0b5c824e5bc8c3aed7118d (patch) | |
tree | b0d21ed259c4e0a1686c74ad4b96560e2be13445 /sys-apps/collectl | |
parent | sys-apps/clrngd: use #!/sbin/openrc-run instead of #!/sbin/runscript (diff) | |
download | gentoo-52b2701489303e651a0b5c824e5bc8c3aed7118d.tar.gz gentoo-52b2701489303e651a0b5c824e5bc8c3aed7118d.tar.bz2 gentoo-52b2701489303e651a0b5c824e5bc8c3aed7118d.zip |
sys-apps/collectl: use #!/sbin/openrc-run instead of #!/sbin/runscript
Diffstat (limited to 'sys-apps/collectl')
-rw-r--r-- | sys-apps/collectl/files/collectl.initd-2 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-apps/collectl/files/collectl.initd-2 b/sys-apps/collectl/files/collectl.initd-2 index 4abcf43cee0c..61c727cfc273 100644 --- a/sys-apps/collectl/files/collectl.initd-2 +++ b/sys-apps/collectl/files/collectl.initd-2 @@ -1,4 +1,4 @@ -#!/sbin/runscript +#!/sbin/openrc-run # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ |