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 97481138265 for ; Wed, 18 May 2016 06:42:26 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2538A142F0; Wed, 18 May 2016 06:42:23 +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 72E3B142EE for ; Wed, 18 May 2016 06:42:22 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 046CC340C59 for ; Wed, 18 May 2016 06:42:21 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 88B85972 for ; Wed, 18 May 2016 06:42:18 +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.b86a1316899a4723231f5385c747e7c6484f497c.wizardedit@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: www-servers/lighttpd/files/ X-VCS-Repository: repo/gentoo X-VCS-Files: www-servers/lighttpd/files/lighttpd.initd X-VCS-Directories: www-servers/lighttpd/files/ X-VCS-Committer: wizardedit X-VCS-Committer-Name: Austin English X-VCS-Revision: b86a1316899a4723231f5385c747e7c6484f497c X-VCS-Branch: master Date: Wed, 18 May 2016 06:42:18 +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: 0fc449bb-f0f1-44a0-8ce2-007145a4203e X-Archives-Hash: 85df695378821781a11d903f2d446e5d commit: b86a1316899a4723231f5385c747e7c6484f497c Author: Austin English gentoo org> AuthorDate: Wed May 18 06:35:19 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=b86a1316 www-servers/lighttpd: use #!/sbin/openrc-run instead of #!/sbin/runscript www-servers/lighttpd/files/lighttpd.initd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/www-servers/lighttpd/files/lighttpd.initd b/www-servers/lighttpd/files/lighttpd.initd index 8abe3ba..04dd8cc 100644 --- a/www-servers/lighttpd/files/lighttpd.initd +++ b/www-servers/lighttpd/files/lighttpd.initd @@ -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$