diff options
author | Austin English <wizardedit@gentoo.org> | 2016-05-18 01:35:23 -0500 |
---|---|---|
committer | Austin English <wizardedit@gentoo.org> | 2016-05-18 01:38:34 -0500 |
commit | 0abe87b9c382f5effa3f0074215b996568cd9d91 (patch) | |
tree | 28f425ded91634eded5f925413e01b24cebe6202 /www-servers | |
parent | www-servers/resin: use #!/sbin/openrc-run instead of #!/sbin/runscript (diff) | |
download | gentoo-0abe87b9c382f5effa3f0074215b996568cd9d91.tar.gz gentoo-0abe87b9c382f5effa3f0074215b996568cd9d91.tar.bz2 gentoo-0abe87b9c382f5effa3f0074215b996568cd9d91.zip |
www-servers/spawn-fcgi: use #!/sbin/openrc-run instead of #!/sbin/runscript
Diffstat (limited to 'www-servers')
-rw-r--r-- | www-servers/spawn-fcgi/files/spawn-fcgi.initd-r1 | 2 | ||||
-rw-r--r-- | www-servers/spawn-fcgi/files/spawn-fcgi.initd-r2 | 2 |
2 files changed, 2 insertions, 2 deletions
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$ |