From patchwork Sun Mar 19 14:59:38 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Stefan Schantl X-Patchwork-Id: 6711 Return-Path: Received: from mail01.ipfire.org (mail01.haj.ipfire.org [172.28.1.202]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-384) client-signature ECDSA (P-384)) (Client CN "mail01.haj.ipfire.org", Issuer "R3" (verified OK)) by web04.haj.ipfire.org (Postfix) with ESMTPS id 4PfgyF0x94z3xD5 for ; Sun, 19 Mar 2023 14:59:49 +0000 (UTC) Received: from mail02.haj.ipfire.org (mail02.haj.ipfire.org [172.28.1.201]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-384) client-signature ECDSA (P-384)) (Client CN "mail02.haj.ipfire.org", Issuer "R3" (verified OK)) by mail01.ipfire.org (Postfix) with ESMTPS id 4PfgyC6DQVz3kY; Sun, 19 Mar 2023 14:59:47 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [127.0.0.1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4PfgyC47Xcz2ysv; Sun, 19 Mar 2023 14:59:47 +0000 (UTC) Received: from mail01.ipfire.org (mail01.haj.ipfire.org [172.28.1.202]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-384) client-signature ECDSA (P-384)) (Client CN "mail01.haj.ipfire.org", Issuer "R3" (verified OK)) by mail02.haj.ipfire.org (Postfix) with ESMTPS id 4PfgyB21tBz2xWt; Sun, 19 Mar 2023 14:59:46 +0000 (UTC) Received: from [127.0.0.1] (localhost [127.0.0.1]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-384) server-digest SHA384) (No client certificate requested) by mail01.ipfire.org (Postfix) with ESMTPSA id 4Pfgy91JZvz36; Sun, 19 Mar 2023 14:59:45 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1679237985; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding; bh=DGUz6fwayaDoCgJm6QumPxjIQRu/4C4Cy0GxuEdB594=; b=9+OekWpMJrMZTr3xFF1ek7w+KpLar3G2tL/E6eaKtmDogVn8BhU8AehrczQhN3q1XAEpZ/ ejdFhTIBCppKaVAA== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1679237985; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding; bh=DGUz6fwayaDoCgJm6QumPxjIQRu/4C4Cy0GxuEdB594=; b=OavO+efVa5cu2yuH/rBba7ip5v6GKGKZSHPsjnUnGV35U8eQ8yiy1QPAlEfpDtWCzm688f am1R0lmicopNGakYO9vulhlBu2FfqxNkFMqDAsmYcNj4WOZcPvWwVNcDnO23+vrvACboRr 73pOGS6eCGDUsBQYmIP3fpelOFpk1BYiak/ouaOxUtwp19U+Uca5Q4wrYR6Qj3oN416Iqf pRtzXoSty59zSkbcwUMFMBYFgfbUF4RqQILULGFGs65Vj8cZsdjjMGiT8qUKzOY2o8+Kvi exS9xVhTLEzEiNSVN962zlgXOmhCs3NrcvEUE5LOww5wEQB/IK2r6Ai9tjbWiA== From: Stefan Schantl To: development@lists.ipfire.org Subject: [PATCH] Makefile.am: Fix typo defining the logdir Date: Sun, 19 Mar 2023 15:59:38 +0100 Message-Id: <20230319145938.738388-1-stefan.schantl@ipfire.org> MIME-Version: 1.0 X-BeenThere: development@lists.ipfire.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: IPFire development talk List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: network@lists.ipfire.org Errors-To: development-bounces@lists.ipfire.org Sender: "Development" The correct value name should be "localstatedir" Signed-off-by: Stefan Schantl --- Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.am b/Makefile.am index 893f1b8..5dc4629 100644 --- a/Makefile.am +++ b/Makefile.am @@ -51,7 +51,7 @@ hooks_zonesdir = $(hooksdir)/zones triggersdir = $(networkdir)/triggers -logdir = $(localestatedir)/log/network +logdir = $(localstatedir)/log/network utildir = $(networkdir) CLEANFILES =