From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 1881A138262 for ; Wed, 18 May 2016 06:42:42 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6607D1430A; Wed, 18 May 2016 06:42:26 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id B8D8714306 for ; Wed, 18 May 2016 06:42:23 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id C0E4F340CD9 for ; Wed, 18 May 2016 06:42:22 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 32926981 for ; Wed, 18 May 2016 06:42:19 +0000 (UTC) From: "Austin English" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Austin English" Message-ID: <1463553514.e7df50fd22158ce37ecca9a315bea43def5c747f.wizardedit@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: www-servers/varnish/files/ X-VCS-Repository: repo/gentoo X-VCS-Files: www-servers/varnish/files/varnishd.initd-r2 www-servers/varnish/files/varnishd.initd-r3 www-servers/varnish/files/varnishd.initd-r4 www-servers/varnish/files/varnishlog.initd www-servers/varnish/files/varnishncsa.initd www-servers/varnish/files/varnishncsa.initd-r1 X-VCS-Directories: www-servers/varnish/files/ X-VCS-Committer: wizardedit X-VCS-Committer-Name: Austin English X-VCS-Revision: e7df50fd22158ce37ecca9a315bea43def5c747f X-VCS-Branch: master Date: Wed, 18 May 2016 06:42:19 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 0031587b-6573-49b6-8e54-d26919251b7e X-Archives-Hash: 973b36c4cb3ece6021178760586274a2 commit: e7df50fd22158ce37ecca9a315bea43def5c747f Author: Austin English gentoo org> AuthorDate: Wed May 18 06:35:26 2016 +0000 Commit: Austin English gentoo org> CommitDate: Wed May 18 06:38:34 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e7df50fd www-servers/varnish: use #!/sbin/openrc-run instead of #!/sbin/runscript www-servers/varnish/files/varnishd.initd-r2 | 2 +- www-servers/varnish/files/varnishd.initd-r3 | 2 +- www-servers/varnish/files/varnishd.initd-r4 | 2 +- www-servers/varnish/files/varnishlog.initd | 2 +- www-servers/varnish/files/varnishncsa.initd | 2 +- 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 055a9ec..7edd50d 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 4a7dcb9..d1a2454 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 b0ec918..c60f8be 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 fae8297..f98442a 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 7b38397..f17bf3e 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 e06a594..c21d528 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$