diff options
author | Austin English <wizardedit@gentoo.org> | 2016-05-18 01:33:42 -0500 |
---|---|---|
committer | Austin English <wizardedit@gentoo.org> | 2016-05-18 01:38:34 -0500 |
commit | 5377a7306e4c98ddae8188f39f06400a19ece3d5 (patch) | |
tree | e11555921750173b53d88e9602f6e65168493e63 /sys-apps/qcontrol | |
parent | sys-apps/preload: use #!/sbin/openrc-run instead of #!/sbin/runscript (diff) | |
download | gentoo-5377a7306e4c98ddae8188f39f06400a19ece3d5.tar.gz gentoo-5377a7306e4c98ddae8188f39f06400a19ece3d5.tar.bz2 gentoo-5377a7306e4c98ddae8188f39f06400a19ece3d5.zip |
sys-apps/qcontrol: use #!/sbin/openrc-run instead of #!/sbin/runscript
Diffstat (limited to 'sys-apps/qcontrol')
-rw-r--r-- | sys-apps/qcontrol/files/init.d | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-apps/qcontrol/files/init.d b/sys-apps/qcontrol/files/init.d index ce2a6493d03f..1a2ea38eb4d4 100644 --- a/sys-apps/qcontrol/files/init.d +++ b/sys-apps/qcontrol/files/init.d @@ -1,4 +1,4 @@ -#!/sbin/runscript +#!/sbin/openrc-run # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # Header: $ |