diff options
author | Austin English <wizardedit@gentoo.org> | 2016-05-18 01:35:09 -0500 |
---|---|---|
committer | Austin English <wizardedit@gentoo.org> | 2016-05-18 01:38:34 -0500 |
commit | a9985f1d7df0a312a9763031fbd2c8eaad858d75 (patch) | |
tree | 1786c65b4c09b3f87d83455de6600abce207a32d /www-apps/rt | |
parent | www-apps/redmine: use #!/sbin/openrc-run instead of #!/sbin/runscript (diff) | |
download | gentoo-a9985f1d7df0a312a9763031fbd2c8eaad858d75.tar.gz gentoo-a9985f1d7df0a312a9763031fbd2c8eaad858d75.tar.bz2 gentoo-a9985f1d7df0a312a9763031fbd2c8eaad858d75.zip |
www-apps/rt: use #!/sbin/openrc-run instead of #!/sbin/runscript
Diffstat (limited to 'www-apps/rt')
-rw-r--r-- | www-apps/rt/files/rt.init.d.2 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www-apps/rt/files/rt.init.d.2 b/www-apps/rt/files/rt.init.d.2 index 9d45e40ef04c..22282c272886 100644 --- a/www-apps/rt/files/rt.init.d.2 +++ b/www-apps/rt/files/rt.init.d.2 @@ -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 # $Id$ |