diff options
author | Austin English <wizardedit@gentoo.org> | 2016-05-18 01:35:10 -0500 |
---|---|---|
committer | Austin English <wizardedit@gentoo.org> | 2016-05-18 01:38:34 -0500 |
commit | 8edc3cb0fd012dfb2b05c861f60d84d0b33f058a (patch) | |
tree | 0f385b823aceefb7c783a152bcc67fc790a5c779 /www-apps | |
parent | www-apps/trac: use #!/sbin/openrc-run instead of #!/sbin/runscript (diff) | |
download | gentoo-8edc3cb0fd012dfb2b05c861f60d84d0b33f058a.tar.gz gentoo-8edc3cb0fd012dfb2b05c861f60d84d0b33f058a.tar.bz2 gentoo-8edc3cb0fd012dfb2b05c861f60d84d0b33f058a.zip |
www-apps/tt-rss: use #!/sbin/openrc-run instead of #!/sbin/runscript
Diffstat (limited to 'www-apps')
-rw-r--r-- | www-apps/tt-rss/files/ttrssd.initd-r1 | 2 | ||||
-rw-r--r-- | www-apps/tt-rss/files/ttrssd.initd-r2 | 2 |
2 files changed, 2 insertions, 2 deletions
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 |