diff options
author | Austin English <wizardedit@gentoo.org> | 2016-05-18 01:35:26 -0500 |
---|---|---|
committer | Austin English <wizardedit@gentoo.org> | 2016-05-18 01:38:34 -0500 |
commit | e7df50fd22158ce37ecca9a315bea43def5c747f (patch) | |
tree | 37b147b295db03236110d4ed426e3d73ad82426e /www-servers | |
parent | www-servers/uwsgi: use #!/sbin/openrc-run instead of #!/sbin/runscript (diff) | |
download | gentoo-e7df50fd22158ce37ecca9a315bea43def5c747f.tar.gz gentoo-e7df50fd22158ce37ecca9a315bea43def5c747f.tar.bz2 gentoo-e7df50fd22158ce37ecca9a315bea43def5c747f.zip |
www-servers/varnish: use #!/sbin/openrc-run instead of #!/sbin/runscript
Diffstat (limited to 'www-servers')
-rw-r--r-- | www-servers/varnish/files/varnishd.initd-r2 | 2 | ||||
-rw-r--r-- | www-servers/varnish/files/varnishd.initd-r3 | 2 | ||||
-rw-r--r-- | www-servers/varnish/files/varnishd.initd-r4 | 2 | ||||
-rw-r--r-- | www-servers/varnish/files/varnishlog.initd | 2 | ||||
-rw-r--r-- | www-servers/varnish/files/varnishncsa.initd | 2 | ||||
-rw-r--r-- | www-servers/varnish/files/varnishncsa.initd-r1 | 2 |
6 files changed, 6 insertions, 6 deletions
diff --git a/www-servers/varnish/files/varnishd.initd-r2 b/www-servers/varnish/files/varnishd.initd-r2 index 055a9ec0405a..7edd50d76a51 100644 --- a/www-servers/varnish/files/varnishd.initd-r2 +++ b/www-servers/varnish/files/varnishd.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$ diff --git a/www-servers/varnish/files/varnishd.initd-r3 b/www-servers/varnish/files/varnishd.initd-r3 index 4a7dcb9d0ad8..d1a2454c51bf 100644 --- a/www-servers/varnish/files/varnishd.initd-r3 +++ b/www-servers/varnish/files/varnishd.initd-r3 @@ -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$ diff --git a/www-servers/varnish/files/varnishd.initd-r4 b/www-servers/varnish/files/varnishd.initd-r4 index b0ec918bb7ad..c60f8be04bfe 100644 --- a/www-servers/varnish/files/varnishd.initd-r4 +++ b/www-servers/varnish/files/varnishd.initd-r4 @@ -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$ diff --git a/www-servers/varnish/files/varnishlog.initd b/www-servers/varnish/files/varnishlog.initd index fae8297743fe..f98442a07166 100644 --- a/www-servers/varnish/files/varnishlog.initd +++ b/www-servers/varnish/files/varnishlog.initd @@ -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$ diff --git a/www-servers/varnish/files/varnishncsa.initd b/www-servers/varnish/files/varnishncsa.initd index 7b38397670d0..f17bf3e9837a 100644 --- a/www-servers/varnish/files/varnishncsa.initd +++ b/www-servers/varnish/files/varnishncsa.initd @@ -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$ diff --git a/www-servers/varnish/files/varnishncsa.initd-r1 b/www-servers/varnish/files/varnishncsa.initd-r1 index e06a5945afb4..c21d528fbf44 100644 --- a/www-servers/varnish/files/varnishncsa.initd-r1 +++ b/www-servers/varnish/files/varnishncsa.initd-r1 @@ -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$ |