From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 6F1C8158087 for ; Sun, 23 Jan 2022 17:57:28 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 70BF72BC00B; Sun, 23 Jan 2022 17:57:27 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 541162BC00B for ; Sun, 23 Jan 2022 17:57:27 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 56D0B3430ED for ; Sun, 23 Jan 2022 17:57:26 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D86E12A3 for ; Sun, 23 Jan 2022 17:57:24 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1642960633.855a7edcadc8ee44e8bddebaf8b6b33b94d7190d.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: www-servers/lighttpd/ X-VCS-Repository: repo/gentoo X-VCS-Files: www-servers/lighttpd/lighttpd-1.4.64-r1.ebuild www-servers/lighttpd/lighttpd-1.4.64.ebuild X-VCS-Directories: www-servers/lighttpd/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 855a7edcadc8ee44e8bddebaf8b6b33b94d7190d X-VCS-Branch: master Date: Sun, 23 Jan 2022 17:57:24 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: abe7b929-9b52-437d-8ba5-3fd124881383 X-Archives-Hash: ce674c4d6a4c73279da280357e1374b4 commit: 855a7edcadc8ee44e8bddebaf8b6b33b94d7190d Author: Glenn Strauss gluelogic com> AuthorDate: Fri Jan 21 14:10:47 2022 +0000 Commit: Sam James gentoo org> CommitDate: Sun Jan 23 17:57:13 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=855a7edc www-servers/lighttpd: adjust lighttpd.initd Closes: https://bugs.gentoo.org/626688 Signed-off-by: Glenn Strauss gluelogic.com> Closes: https://github.com/gentoo/gentoo/pull/23900 Signed-off-by: Sam James gentoo.org> .../lighttpd/{lighttpd-1.4.64-r1.ebuild => lighttpd-1.4.64.ebuild} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/www-servers/lighttpd/lighttpd-1.4.64-r1.ebuild b/www-servers/lighttpd/lighttpd-1.4.64.ebuild similarity index 99% rename from www-servers/lighttpd/lighttpd-1.4.64-r1.ebuild rename to www-servers/lighttpd/lighttpd-1.4.64.ebuild index 0dadbae5b17a..196e483c87bf 100644 --- a/www-servers/lighttpd/lighttpd-1.4.64-r1.ebuild +++ b/www-servers/lighttpd/lighttpd-1.4.64.ebuild @@ -167,7 +167,7 @@ src_install() { find "${D}" -name '*.la' -delete || die # init script stuff - newinitd "${FILESDIR}"/lighttpd.initd lighttpd + newinitd "${FILESDIR}"/lighttpd.initd-r1 lighttpd newconfd "${FILESDIR}"/lighttpd.confd lighttpd # configs