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 BD9D9158030 for ; Wed, 1 Mar 2023 20:15:54 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 115F1E076B; Wed, 1 Mar 2023 20:15:54 +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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id E1A15E076B for ; Wed, 1 Mar 2023 20:15:53 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id DABE633BF05 for ; Wed, 1 Mar 2023 20:15:52 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id EB1718B6 for ; Wed, 1 Mar 2023 20:15:50 +0000 (UTC) From: "Mike Pagano" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mike Pagano" Message-ID: <1677701730.a9ba7503d272e065c35f7ea702cd0157791d729a.mpagano@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: www-servers/nginx-unit/files/ X-VCS-Repository: repo/gentoo X-VCS-Files: www-servers/nginx-unit/files/nginx-unit.initd-r1 X-VCS-Directories: www-servers/nginx-unit/files/ X-VCS-Committer: mpagano X-VCS-Committer-Name: Mike Pagano X-VCS-Revision: a9ba7503d272e065c35f7ea702cd0157791d729a X-VCS-Branch: master Date: Wed, 1 Mar 2023 20:15:50 +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: a43090a3-9eae-4ba7-bf71-762dd76500aa X-Archives-Hash: df27c8e97acd065019000ca3f5ccdbba commit: a9ba7503d272e065c35f7ea702cd0157791d729a Author: Mike Pagano gentoo org> AuthorDate: Wed Mar 1 20:15:30 2023 +0000 Commit: Mike Pagano gentoo org> CommitDate: Wed Mar 1 20:15:30 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a9ba7503 www-servers/nginx-unit: Fix typo in init.d file Signed-off-by: Mike Pagano gentoo.org> www-servers/nginx-unit/files/nginx-unit.initd-r1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/www-servers/nginx-unit/files/nginx-unit.initd-r1 b/www-servers/nginx-unit/files/nginx-unit.initd-r1 index e4ea45cdbe35..32ef624d2103 100644 --- a/www-servers/nginx-unit/files/nginx-unit.initd-r1 +++ b/www-servers/nginx-unit/files/nginx-unit.initd-r1 @@ -9,7 +9,7 @@ NXT_GROUP=${NXT_GROUP:-nginx-unit} NXT_CONTROL=${NXT_CONTROL:-unix:/run/nginx-unit.sock} NXT_PID=${NXT_PID:-/run/nginx-unit.pid} NXT_LOG=${NXT_LOG:-/var/log/nginx-unit} -NXT_MODULES=${NXT_LOG:-/usr/lib64/nginx-unit} +NXT_MODULES=${NXT_MODULES:-/usr/lib64/nginx-unit} NXT_STATE=${NXT_STATE:-/var/lib/nginx-unit} NXT_TMP=${NXT_TMP:-/usr/tmp}