From: Austin English Date: Wed, 18 May 2016 06:35:23 +0000 (-0500) Subject: www-servers/spawn-fcgi: use #!/sbin/openrc-run instead of #!/sbin/runscript X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=0abe87b9c382f5effa3f0074215b996568cd9d91;p=gentoo.git www-servers/spawn-fcgi: use #!/sbin/openrc-run instead of #!/sbin/runscript --- diff --git a/www-servers/spawn-fcgi/files/spawn-fcgi.initd-r1 b/www-servers/spawn-fcgi/files/spawn-fcgi.initd-r1 index ae24e4327c03..1bf818326010 100644 --- a/www-servers/spawn-fcgi/files/spawn-fcgi.initd-r1 +++ b/www-servers/spawn-fcgi/files/spawn-fcgi.initd-r1 @@ -1,4 +1,4 @@ -#!/sbin/runscript +#!/sbin/openrc-run # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ diff --git a/www-servers/spawn-fcgi/files/spawn-fcgi.initd-r2 b/www-servers/spawn-fcgi/files/spawn-fcgi.initd-r2 index 46216508db77..4d4323212770 100644 --- a/www-servers/spawn-fcgi/files/spawn-fcgi.initd-r2 +++ b/www-servers/spawn-fcgi/files/spawn-fcgi.initd-r2 @@ -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$