From: Austin English Date: Wed, 18 May 2016 06:35:10 +0000 (-0500) Subject: www-apps/tt-rss: use #!/sbin/openrc-run instead of #!/sbin/runscript X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=8edc3cb0fd012dfb2b05c861f60d84d0b33f058a;p=gentoo.git www-apps/tt-rss: use #!/sbin/openrc-run instead of #!/sbin/runscript --- diff --git a/www-apps/tt-rss/files/ttrssd.initd-r1 b/www-apps/tt-rss/files/ttrssd.initd-r1 index 28d430612550..bceb9ffce2dd 100644 --- a/www-apps/tt-rss/files/ttrssd.initd-r1 +++ b/www-apps/tt-rss/files/ttrssd.initd-r1 @@ -1,4 +1,4 @@ -#!/sbin/runscript +#!/sbin/openrc-run # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ diff --git a/www-apps/tt-rss/files/ttrssd.initd-r2 b/www-apps/tt-rss/files/ttrssd.initd-r2 index 3ebadb45b4c8..d46d5890a1f2 100644 --- a/www-apps/tt-rss/files/ttrssd.initd-r2 +++ b/www-apps/tt-rss/files/ttrssd.initd-r2 @@ -1,4 +1,4 @@ -#!/sbin/runscript +#!/sbin/openrc-run # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2