From unknown Sat Jun 21 05:17:06 2025 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 X-Mailer: MIME-tools 5.509 (Entity 5.509) Content-Type: text/plain; charset=utf-8 From: bug#74093 <74093@debbugs.gnu.org> To: bug#74093 <74093@debbugs.gnu.org> Subject: Status: [PATCH] doc: Explicitly mention --localstatedir and --sysconfdir configure flags. Reply-To: bug#74093 <74093@debbugs.gnu.org> Date: Sat, 21 Jun 2025 12:17:06 +0000 retitle 74093 [PATCH] doc: Explicitly mention --localstatedir and --sysconf= dir configure flags. reassign 74093 guix-patches submitter 74093 Arun Isaac severity 74093 normal tag 74093 patch thanks From debbugs-submit-bounces@debbugs.gnu.org Tue Oct 29 14:51:31 2024 Received: (at submit) by debbugs.gnu.org; 29 Oct 2024 18:51:31 +0000 Received: from localhost ([127.0.0.1]:58091 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1t5rJT-0006Uz-3R for submit@debbugs.gnu.org; Tue, 29 Oct 2024 14:51:31 -0400 Received: from lists.gnu.org ([209.51.188.17]:52296) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1t5rJP-0006Ur-PK for submit@debbugs.gnu.org; Tue, 29 Oct 2024 14:51:30 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1t5rJP-000756-DF for guix-patches@gnu.org; Tue, 29 Oct 2024 14:51:27 -0400 Received: from mugam.systemreboot.net ([139.59.75.54]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1t5rJL-0000NO-NZ for guix-patches@gnu.org; Tue, 29 Oct 2024 14:51:27 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=systemreboot.net; s=default; h=Content-Transfer-Encoding:MIME-Version: Message-ID:Date:Subject:Cc:To:From:Sender:Reply-To:Content-Type:Content-ID: Content-Description:Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc :Resent-Message-ID:In-Reply-To:References:List-Id:List-Help:List-Unsubscribe: List-Subscribe:List-Post:List-Owner:List-Archive; bh=cNC+nUv3Kx1EWXQpDoUXRWLOob38UAQnzwrpuHaRS9w=; b=fst/YZCc7BMRKH4NbQPjRQTpmS +CfEeYVa26Bd16YHUF7+3nHJlwag3thQjDPZc5kveUu3niUlZvN7YbPJM4xV0t51CNHuwL7GdStil Y9XNGU7oZV8X5gznYk8z3mRQRPtWs3L3VWJpvvVpWj/bfqdfYCVHm4c5lyu6QD6VsMU5dl004wzP7 JGIV/3JzUMdM6rgZlIlI8o1Bf47YJeMFuPos7JiBQM3hJsOg3glea/Y1sLuWxX15+SX3gvEsci+AI Jkk7qEU3R+IYcA925JsPm6XQSeeVApKkyX2XAZocyS2NdnCxbgYZsmQWJphKKbr/QjmfcZYs2Dz4N eG/+fRkw==; Received: from [192.168.2.1] (port=40246 helo=localhost.localdomain) by systemreboot.net with esmtpsa (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.98) (envelope-from ) id 1t5rCm-000000002NN-1etx; Tue, 29 Oct 2024 18:44:37 +0000 From: Arun Isaac To: guix-patches@gnu.org Subject: [PATCH] doc: Explicitly mention --localstatedir and --sysconfdir configure flags. Date: Tue, 29 Oct 2024 18:50:57 +0000 Message-ID: <358ccb11770c4450cc21ddb9d20e10cbc3aee796.1730227831.git.arunisaac@systemreboot.net> X-Mailer: git-send-email 2.45.2 MIME-Version: 1.0 X-Debbugs-Cc: Maxim Cournoyer X-Debbugs-Cc: Ludovic Courtès , Maxim Cournoyer Content-Transfer-Encoding: 8bit Received-SPF: pass client-ip=139.59.75.54; envelope-from=arunisaac@systemreboot.net; helo=mugam.systemreboot.net X-Spam_score_int: -20 X-Spam_score: -2.1 X-Spam_bar: -- X-Spam_report: (-2.1 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, RCVD_IN_VALIDITY_CERTIFIED_BLOCKED=0.001, RCVD_IN_VALIDITY_RPBL_BLOCKED=0.001, SPF_HELO_NONE=0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-Spam-Score: -1.4 (-) X-Debbugs-Envelope-To: submit Cc: Arun Isaac X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -2.4 (--) Prior to this commit, the terms localstatedir and sysconfdir were used without being defined earlier. This commit clarifies that they are configure flags. * doc/contributing.texi (Building from Git): Explicitly mention --localstatedir and --sysconfdir configure flags. Change-Id: I3e6edbbc1f2a342196e732e14257dbdf9a3f4303 --- doc/contributing.texi | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/doc/contributing.texi b/doc/contributing.texi index acdc303be6..d397410abe 100644 --- a/doc/contributing.texi +++ b/doc/contributing.texi @@ -240,12 +240,13 @@ Building from Git @end example @noindent -... where @file{/var} is the normal @code{localstatedir} value -(@pxref{The Store}, for information about this) and @file{/etc} is the -normal @code{sysconfdir} value. Note that you will probably not run -@command{make install} at the end (you don't have to) but it's still -important to pass the right @code{localstatedir} and @code{sysconfdir} -values, which get recorded in the @code{(guix config)} Guile module. +Optionally, @code{--localstatedir} and @code{--sysconfdir} can also be +provided as arguments. By default, @code{localstatedir} is @file{/var} +(@pxref{The Store}, for information about this) and @code{sysconfdir} is +@file{/etc}. Note that you will probably not run @command{make install} +at the end (you don't have to) but it's still important to pass the +right @code{localstatedir} and @code{sysconfdir} values, which get +recorded in the @code{(guix config)} Guile module. Finally, you can build Guix and, if you feel so inclined, run the tests (@pxref{Running the Test Suite}): base-commit: a9c33e9f688fce88aed610ab04c650efb71b4ce6 -- 2.45.2 From debbugs-submit-bounces@debbugs.gnu.org Fri Nov 01 06:18:04 2024 Received: (at 74093) by debbugs.gnu.org; 1 Nov 2024 10:18:04 +0000 Received: from localhost ([127.0.0.1]:48359 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1t6ojD-0002zE-TV for submit@debbugs.gnu.org; Fri, 01 Nov 2024 06:18:04 -0400 Received: from relay.yourmailgateway.de ([188.68.63.162]:56215) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1t6ojA-0002yl-Ho for 74093@debbugs.gnu.org; Fri, 01 Nov 2024 06:18:02 -0400 Received: from mors-relay-8201.netcup.net (localhost [127.0.0.1]) by mors-relay-8201.netcup.net (Postfix) with ESMTPS id 4Xfxd11j8Mz40rJ; Fri, 1 Nov 2024 11:17:41 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=pelzflorian.de; s=key2; t=1730456261; bh=O2Q8knhNm/EUIDwJLqZvf1gZLGblcPy7lFTyX+lw/o4=; h=From:To:Cc:Subject:In-Reply-To:References:Date:From; b=R15BgB8WYRyX3lfN7xIFIXRFqmeT/IdaQVHJsEUEuSu5+OrVw2Jecw3eKWkVeZIVE kR/BysOQZr6sHZctMjx/FQTT88Q5S8egxg9fUsBSP0Wb22M3uz1rJV7Uj1ypSl3M0H ocqWgsyQ6MZC30q9E0RdJX2cVEj9Nqd0U4cWg3FhYlTqGzxdF/ZGGXoup+IA7PX/Dd uj/LZJmt5RfR1aL7+I+PLR/rpuuHpVSlEKtcYMSTjCF58X1RoRk9YRiwy5VSb4UCc+ Oe/2R/yDTaZsfvbq9sG3xmmIiCJmKwCzOtpja4ab4w5kvVPv9TCZaekELRTYquXSq3 7b3aUblZEM/9w== Received: from policy01-mors.netcup.net (unknown [46.38.225.35]) by mors-relay-8201.netcup.net (Postfix) with ESMTPS id 4Xfxd0551Hz40rF; Fri, 1 Nov 2024 11:17:40 +0100 (CET) X-Virus-Scanned: Debian amavisd-new at policy01-mors.netcup.net X-Spam-Flag: NO X-Spam-Score: -2.897 X-Spam-Level: X-Spam-Status: No, score=-2.897 required=6.31 tests=[ALL_TRUSTED=-1, BAYES_00=-1.9, URIBL_BLOCKED=0.001, URIBL_DBL_BLOCKED_OPENDNS=0.001, URIBL_ZEN_BLOCKED_OPENDNS=0.001] autolearn=ham autolearn_force=no Received: from mxe217.netcup.net (unknown [10.243.12.53]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by policy01-mors.netcup.net (Postfix) with ESMTPS id 4Xfxd00JN0z8t4D; Fri, 1 Nov 2024 11:17:39 +0100 (CET) Received: from florianhp (ipb218687b.dynamic.kabel-deutschland.de [178.24.104.123]) by mxe217.netcup.net (Postfix) with ESMTPSA id 766CE83F0A; Fri, 1 Nov 2024 11:17:32 +0100 (CET) From: "pelzflorian (Florian Pelz)" To: Arun Isaac Subject: Re: [bug#74093] [PATCH] doc: Explicitly mention --localstatedir and --sysconfdir configure flags. In-Reply-To: <358ccb11770c4450cc21ddb9d20e10cbc3aee796.1730227831.git.arunisaac@systemreboot.net> (Arun Isaac's message of "Tue, 29 Oct 2024 18:50:57 +0000") References: <358ccb11770c4450cc21ddb9d20e10cbc3aee796.1730227831.git.arunisaac@systemreboot.net> Date: Fri, 01 Nov 2024 11:17:50 +0100 Message-ID: <877c9nw94h.fsf@pelzflorian.de> User-Agent: Gnus/5.13 (Gnus v5.13) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Rspamd-Queue-Id: 766CE83F0A X-Rspamd-Server: rspamd-worker-8404 X-NC-CID: GL+MnF8CG1IugqqHsLOd7VAESF2mZb8ZqWFS710Al4l1142MlD3wxhrN X-Spam-Score: 0.0 (/) X-Debbugs-Envelope-To: 74093 Cc: Ludovic =?utf-8?Q?Court=C3=A8s?= , 74093@debbugs.gnu.org, Maxim Cournoyer X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.0 (-) Hello Arun, Arun Isaac writes: > Prior to this commit, the terms localstatedir and sysconfdir were used wi= thout > being defined earlier. The word =E2=80=9Cearlier=E2=80=9D in the commit message is misleading, sin= ce Contributing is chapter 22 and localstatedir was mentioned in other sections if someone were to read chapter by chapter. But anyway, your contributing.texi=E2=80=99s new wording is much better! Please push. Regards, Florian From debbugs-submit-bounces@debbugs.gnu.org Fri Nov 01 07:49:55 2024 Received: (at 74093) by debbugs.gnu.org; 1 Nov 2024 11:49:55 +0000 Received: from localhost ([127.0.0.1]:48913 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1t6qA6-00067S-PM for submit@debbugs.gnu.org; Fri, 01 Nov 2024 07:49:54 -0400 Received: from mugam.systemreboot.net ([139.59.75.54]:57878) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1t6qA2-00067M-JB for 74093@debbugs.gnu.org; Fri, 01 Nov 2024 07:49:53 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=systemreboot.net; s=default; h=Content-Transfer-Encoding:Content-Type: MIME-Version:Message-ID:Date:References:In-Reply-To:Subject:Cc:To:From:Sender :Reply-To:Content-ID:Content-Description:Resent-Date:Resent-From: Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:List-Id:List-Help: List-Unsubscribe:List-Subscribe:List-Post:List-Owner:List-Archive; bh=E8m516oJvCGqxtiU5OUoxny/wMJYXfPPnisy0D2g/hg=; b=bM6LIBcLVwOxaexTVzdUlaXA9d gYzeLz11uOiTwOoUIfBpiuP7HTyLMiG3JlblMjDZNO5tPHYjOWBBrCmPbmSvp/4NQjdNLdGgRd1x+ Zndekus2QTDKqUXnyQzymQqScd80gbcf3Gpl2nQ529hB1T/h5kuO7LCeY936cFcL6QkMhmgjbhIIR GM89q+8CBWTGVOI2DpJJYYEDRxvJuK+xvSu0uwXrZOVZB6afzkLUWReowPqVAU2oCQuMO4moWSntN WV7rv0bIH6fbLY5mW5XWESTMLA0RmrUVQ5KwsjBLf+Iyd/etYvEyaA7/kMIxEH8VK+4D1PF1PP4Wk ZK1Dl5Bw==; Received: from [192.168.2.1] (port=42510 helo=localhost) by systemreboot.net with esmtpsa (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.98) (envelope-from ) id 1t6q3W-000000008HP-0lHu; Fri, 01 Nov 2024 11:43:06 +0000 From: Arun Isaac To: "pelzflorian (Florian Pelz)" Subject: Re: [bug#74093] [PATCH] doc: Explicitly mention --localstatedir and --sysconfdir configure flags. In-Reply-To: <877c9nw94h.fsf@pelzflorian.de> References: <358ccb11770c4450cc21ddb9d20e10cbc3aee796.1730227831.git.arunisaac@systemreboot.net> <877c9nw94h.fsf@pelzflorian.de> Date: Fri, 01 Nov 2024 11:49:38 +0000 Message-ID: <87zfmj41il.fsf@systemreboot.net> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Spam-Score: 0.0 (/) X-Debbugs-Envelope-To: 74093 Cc: Ludovic =?utf-8?Q?Court=C3=A8s?= , 74093@debbugs.gnu.org, Maxim Cournoyer X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.0 (-) Hi Florian, >> Prior to this commit, the terms localstatedir and sysconfdir were used w= ithout >> being defined earlier. > > The word =E2=80=9Cearlier=E2=80=9D in the commit message is misleading, s= ince > Contributing is chapter 22 and localstatedir was mentioned in other > sections if someone were to read chapter by chapter. Good point. How about I say "without being defined earlier in this section"? Regards, Arun From debbugs-submit-bounces@debbugs.gnu.org Fri Nov 01 08:07:06 2024 Received: (at 74093) by debbugs.gnu.org; 1 Nov 2024 12:07:06 +0000 Received: from localhost ([127.0.0.1]:49005 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1t6qQj-0006kB-W7 for submit@debbugs.gnu.org; Fri, 01 Nov 2024 08:07:06 -0400 Received: from relay.yourmailgateway.de ([188.68.61.103]:54617) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1t6qQg-0006jk-Js for 74093@debbugs.gnu.org; Fri, 01 Nov 2024 08:07:04 -0400 Received: from mors-relay-8403.netcup.net (localhost [127.0.0.1]) by mors-relay-8403.netcup.net (Postfix) with ESMTPS id 4Xg0391xvgz8CxN; Fri, 1 Nov 2024 13:07:01 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=pelzflorian.de; s=key2; t=1730462821; bh=H+g89yR9UIUxXwEw7D5vP57C/+6vzsy5QybvGSCqINo=; h=From:To:Cc:Subject:In-Reply-To:References:Date:From; b=DViMoRDIVJvUpLhYridKwO5Zq3ROk54bmG8uKx45PRlgsX4ClO/8UQs0Z4Qacr9eb GenZpEKMtzkTcs2YrDMacNGTmr1uuuEFWUCBNgFemj4y+DXVipncZpqk5t/7/zAtsj Jgn/5TaMbUI9rUF/yJL5BKmxfNdwXjp6I5z+5AUgwqszRbrHWCqo0G6DIeI+9cgjDE TCLdsTWBAe7u1iJVMmJq+rFCS1/6/HF7uvO3jCqFjSBuZt48oa73rPUiaynv8iSGly TdqR7NWC9AWEMYaRzcE5TqSwXEBJvMsxwpVuv2RhvHl/aDtJKrK1KzYPdcwP2E31Q3 tIgQmJ3DrhD/Q== Received: from policy02-mors.netcup.net (unknown [46.38.225.35]) by mors-relay-8403.netcup.net (Postfix) with ESMTPS id 4Xg0391b3gz8Cx8; Fri, 1 Nov 2024 13:07:01 +0100 (CET) Received: from mxe217.netcup.net (unknown [10.243.12.53]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by policy02-mors.netcup.net (Postfix) with ESMTPS id 4Xg038056Cz8sgw; Fri, 1 Nov 2024 13:06:59 +0100 (CET) Received: from florianhp (ipb218687b.dynamic.kabel-deutschland.de [178.24.104.123]) by mxe217.netcup.net (Postfix) with ESMTPSA id 758CF8423E; Fri, 1 Nov 2024 13:06:52 +0100 (CET) From: "pelzflorian (Florian Pelz)" To: Arun Isaac Subject: Re: [bug#74093] [PATCH] doc: Explicitly mention --localstatedir and --sysconfdir configure flags. In-Reply-To: <87zfmj41il.fsf@systemreboot.net> (Arun Isaac's message of "Fri, 01 Nov 2024 11:49:38 +0000") References: <358ccb11770c4450cc21ddb9d20e10cbc3aee796.1730227831.git.arunisaac@systemreboot.net> <877c9nw94h.fsf@pelzflorian.de> <87zfmj41il.fsf@systemreboot.net> Date: Fri, 01 Nov 2024 13:07:10 +0100 Message-ID: <87plnf40pd.fsf@pelzflorian.de> User-Agent: Gnus/5.13 (Gnus v5.13) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Rspamd-Queue-Id: 758CF8423E X-Rspamd-Server: rspamd-worker-8404 X-NC-CID: Bf8Tr3Zq93fglDN7MpSpEHEfzbdoNyP8J6UpxVw4ykStjFxJ/f+HFfIe X-Spam-Score: 0.0 (/) X-Debbugs-Envelope-To: 74093 Cc: Ludovic =?utf-8?Q?Court=C3=A8s?= , 74093@debbugs.gnu.org, Maxim Cournoyer X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.0 (-) Arun Isaac writes: > Good point. How about I say "without being defined earlier in this > section"? Yes, that I understand. The alternative I had thought of was removing the word =E2=80=9Cearlier=E2=80=9D, but that would actually be not true, be= cause of sections Invoking guix pack and The Store, which you reference. Regards, Florian From debbugs-submit-bounces@debbugs.gnu.org Tue Nov 05 17:51:45 2024 Received: (at 74093-done) by debbugs.gnu.org; 5 Nov 2024 22:51:45 +0000 Received: from localhost ([127.0.0.1]:38295 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1t8SOn-0003DE-Hd for submit@debbugs.gnu.org; Tue, 05 Nov 2024 17:51:45 -0500 Received: from mugam.systemreboot.net ([139.59.75.54]:56760) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1t8SOj-0003D0-9y for 74093-done@debbugs.gnu.org; Tue, 05 Nov 2024 17:51:43 -0500 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=systemreboot.net; s=default; h=Content-Type:MIME-Version:Message-ID:Date: In-Reply-To:Subject:Cc:To:From:Sender:Reply-To:Content-Transfer-Encoding: Content-ID:Content-Description:Resent-Date:Resent-From:Resent-Sender: Resent-To:Resent-Cc:Resent-Message-ID:References:List-Id:List-Help: List-Unsubscribe:List-Subscribe:List-Post:List-Owner:List-Archive; bh=2KTQT9Ih8mabdfaa7qYfRfoGfIHHFcxm9n15+pLG4vk=; b=kxGLxqjOwXRmtEfz1kARkO2zza zi2wJi7+Fz1kMu+HGnzDccclsyeF5jNC4Pj3oF8uthjJwdMc+ZVPc4Z9vClI/pXXjlVZVi64gj3Rm 6RuMYtgxkZ/TCaTq8FS6CoL/S85cI2aw3e28w53ybcSJ8vXIbarRu9r8W3QiKJiI8+onaOoH8ScfW 3HBtPKZyQYCJNLQETZkNfcJRJEqf0yafVs/WIdYanPVH+pjbEXvgE2shJ5kZ5TdOTnyzONgJbY0rI LYLTNAbfARGyGA3Hd47MvxJlLjE19PWtOX8hEh6iKwFYNq/YSFlqoXJhrj8MsIv1p05G0jv/gl011 CUFL658g==; Received: from [192.168.2.1] (port=24242 helo=localhost) by systemreboot.net with esmtpsa (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.98) (envelope-from ) id 1t8SI3-000000007Xm-31zI; Tue, 05 Nov 2024 22:44:48 +0000 From: Arun Isaac To: 74093-done@debbugs.gnu.org Subject: Re: [PATCH] doc: Explicitly mention --localstatedir and --sysconfdir configure flags. In-Reply-To: <87plnf40pd.fsf@pelzflorian.de> Date: Tue, 05 Nov 2024 22:51:30 +0000 Message-ID: <877c9hthu5.fsf@systemreboot.net> MIME-Version: 1.0 Content-Type: text/plain X-Spam-Score: 0.0 (/) X-Debbugs-Envelope-To: 74093-done Cc: Arun Isaac , pelzflorian X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.0 (-) Pushed, thanks! From unknown Sat Jun 21 05:17:06 2025 Received: (at fakecontrol) by fakecontrolmessage; To: internal_control@debbugs.gnu.org From: Debbugs Internal Request Subject: Internal Control Message-Id: bug archived. Date: Wed, 04 Dec 2024 12:24:11 +0000 User-Agent: Fakemail v42.6.9 # This is a fake control message. # # The action: # bug archived. thanks # This fakemail brought to you by your local debbugs # administrator