From unknown Sun Aug 17 10:17:55 2025 X-Loop: help-debbugs@gnu.org Subject: [bug#78350] [PATCH] doc: Add missing heading and fix accidental duplication. Resent-From: Evgeny Pisemsky Original-Sender: "Debbugs-submit" Resent-CC: gabriel@erlikon.ch, ludo@gnu.org, maxim.cournoyer@gmail.com, guix-patches@gnu.org Resent-Date: Sat, 10 May 2025 09:04:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: report 78350 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: 78350@debbugs.gnu.org Cc: Gabriel Wicki , Ludovic =?UTF-8?Q?Court=C3=A8s?= , Maxim Cournoyer X-Debbugs-Original-To: guix-patches@gnu.org X-Debbugs-Original-Xcc: Gabriel Wicki , Ludovic =?UTF-8?Q?Court=C3=A8s?= , Maxim Cournoyer Received: via spool by submit@debbugs.gnu.org id=B.174686781213962 (code B ref -1); Sat, 10 May 2025 09:04:01 +0000 Received: (at submit) by debbugs.gnu.org; 10 May 2025 09:03:32 +0000 Received: from localhost ([127.0.0.1]:43678 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1uDg7I-0003d7-1m for submit@debbugs.gnu.org; Sat, 10 May 2025 05:03:32 -0400 Received: from lists.gnu.org ([2001:470:142::17]:42362) by debbugs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.84_2) (envelope-from ) id 1uDg7E-0003cq-8U for submit@debbugs.gnu.org; Sat, 10 May 2025 05:03:29 -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 1uDg78-0002ie-M3 for guix-patches@gnu.org; Sat, 10 May 2025 05:03:22 -0400 Received: from pisemsky.site ([103.54.19.55]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1uDg76-0006aI-2I for guix-patches@gnu.org; Sat, 10 May 2025 05:03:22 -0400 Received: from localhost.localdomain ( [212.233.87.58]) by pisemsky.site (OpenSMTPD) with ESMTPSA id 69f94f4f (TLSv1.3:TLS_AES_256_GCM_SHA384:256:NO) for ; Sat, 10 May 2025 09:02:50 +0000 (UTC) From: Evgeny Pisemsky Date: Sat, 10 May 2025 12:03:04 +0300 Message-ID: <4ab20700c002e56755c993fd4041bde99ca5529e.1746867784.git.mail@pisemsky.site> X-Mailer: git-send-email 2.49.0 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Received-SPF: pass client-ip=103.54.19.55; envelope-from=mail@pisemsky.site; helo=pisemsky.site X-Spam_score_int: -18 X-Spam_score: -1.9 X-Spam_bar: - X-Spam_report: (-1.9 / 5.0 requ) BAYES_00=-1.9, RCVD_IN_VALIDITY_CERTIFIED_BLOCKED=0.001, RCVD_IN_VALIDITY_RPBL_BLOCKED=0.001, SPF_HELO_PASS=-0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-Spam-Score: 1.0 (+) 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: -0.0 (/) * doc/guix.texi: Add missing heading for Snuik Service, fix accidental duplication of sections for Mosquitto Service. Change-Id: Id3e3a80da70e6eb47ee9c5afa69d3c48efea4754 --- doc/guix.texi | 64 ++------------------------------------------------- 1 file changed, 2 insertions(+), 62 deletions(-) diff --git a/doc/guix.texi b/doc/guix.texi index cbc4dd0fc9..ce37c80f17 100644 --- a/doc/guix.texi +++ b/doc/guix.texi @@ -31247,6 +31247,8 @@ Messaging Services @end table @end deftp +@subsubheading Snuik Service + @cindex irc-bot @cindex snuik The @uref{https://gitlab.com/janneke/snuik, Snuik IRC bot} can be run as @@ -31335,68 +31337,6 @@ Messaging Services @end table @end deftp -@subsubheading Mosquitto Service - -@url{https://mosquitto.org/,Mosquitto} is a lightweight message broker -that implements the MQTT protocol versions 5.0, 3.1.1 and 3.1. It is -suitable for use on all devices from low power single board computers to -full servers. - -@defvar mosquitto-service-type -This is the service type for the @url{https://mosquitto.org/,Mosquitto} -MQTT broker. Its value is a @code{mosquitto-configuration} (see below). -@end defvar - -@deftp {Data Type} mosquitto-configuration -This is the configuration for Mosquitto, with the following fields: - -@table @asis -@item @code{package} (default: @code{mosquitto}) -The Mosquitto package to use. - -@item @code{config-file} (default: @code{#f}) -The Mosquitto configuration file as a file-like object or the value -@code{#f} to use the default configuration. - -@item @code{user} (default: @code{"mosquitto"}) -Owner of the broker process. - -@item @code{group} (default: @code{"mosquitto"}) -Owner's group of the broker process. -@end table -@end deftp - -@subsubheading Mosquitto Service - -@url{https://mosquitto.org/,Mosquitto} is a lightweight message broker -that implements the MQTT protocol versions 5.0, 3.1.1 and 3.1. It is -suitable for use on all devices from low power single board computers to -full servers. - -@defvar mosquitto-service-type -This is the service type for the @url{https://mosquitto.org/,Mosquitto} -MQTT broker. Its value is a @code{mosquitto-configuration} (see below). -@end defvar - -@deftp {Data Type} mosquitto-configuration -This is the configuration for Mosquitto, with the following fields: - -@table @asis -@item @code{package} (default: @code{mosquitto}) -The Mosquitto package to use. - -@item @code{config-file} (default: @code{#f}) -The Mosquitto configuration file as a file-like object or the value -@code{#f} to use the default configuration. - -@item @code{user} (default: @code{"mosquitto"}) -Owner of the broker process. - -@item @code{group} (default: @code{"mosquitto"}) -Owner's group of the broker process. -@end table -@end deftp - @node Telephony Services @subsection Telephony Services base-commit: 4dc097364762e680f0be5666fa41704975d5eb31 -- 2.49.0 From unknown Sun Aug 17 10:17:55 2025 MIME-Version: 1.0 X-Mailer: MIME-tools 5.505 (Entity 5.505) X-Loop: help-debbugs@gnu.org From: help-debbugs@gnu.org (GNU bug Tracking System) To: Evgeny Pisemsky Subject: bug#78350: closed (Re: [bug#78350] [PATCH] doc: Add missing heading and fix accidental duplication.) Message-ID: References: <87h61qs59u.fsf@gmail.com> <4ab20700c002e56755c993fd4041bde99ca5529e.1746867784.git.mail@pisemsky.site> X-Gnu-PR-Message: they-closed 78350 X-Gnu-PR-Package: guix-patches X-Gnu-PR-Keywords: patch Reply-To: 78350@debbugs.gnu.org Date: Mon, 12 May 2025 06:39:02 +0000 Content-Type: multipart/mixed; boundary="----------=_1747031942-18652-1" This is a multi-part message in MIME format... ------------=_1747031942-18652-1 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="utf-8" Your bug report #78350: [PATCH] doc: Add missing heading and fix accidental duplication. which was filed against the guix-patches package, has been closed. The explanation is attached below, along with your original report. If you require more details, please reply to 78350@debbugs.gnu.org. --=20 78350: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=3D78350 GNU Bug Tracking System Contact help-debbugs@gnu.org with problems ------------=_1747031942-18652-1 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at 78350-done) by debbugs.gnu.org; 12 May 2025 06:38:18 +0000 Received: from localhost ([127.0.0.1]:49428 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1uEMnp-0004pS-LE for submit@debbugs.gnu.org; Mon, 12 May 2025 02:38:17 -0400 Received: from mail-pg1-x52f.google.com ([2607:f8b0:4864:20::52f]:58759) by debbugs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.84_2) (envelope-from ) id 1uEMnm-0004pB-TL for 78350-done@debbugs.gnu.org; Mon, 12 May 2025 02:38:15 -0400 Received: by mail-pg1-x52f.google.com with SMTP id 41be03b00d2f7-b1ffeda9363so4018823a12.1 for <78350-done@debbugs.gnu.org>; Sun, 11 May 2025 23:38:14 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20230601; t=1747031889; x=1747636689; darn=debbugs.gnu.org; h=mime-version:user-agent:message-id:date:references:in-reply-to :subject:cc:to:from:from:to:cc:subject:date:message-id:reply-to; bh=sQZWhZGO749p76JfJ+CVEXUk01GsvU0FVsvsV9xZXcw=; b=a4hBUfCbjMqc3IqdfvGq3qoklhXRidQaPqM0tVs6F3VMT9iX4v9RVe+Szzl2K0ToZm ja7xx69Bky9fj8jvzbA0j/ZWRbeuhCcVOGKv4Z4IlNRQkrfvusIYwJBNI9ibf9VBLcTv 2kJ9sywlvMmAzXHvvB9ks4W6IrdPaDrg+ajRH8BOFhKjXCpraetImE0HAu6yhGVKcsKy TV8Q1d53B2HJIeb2Fm3yEwTx4pdtAsgOutdm6MTAY734uHbSeqCYyZ4FnI+KosDaHOqM xAUw9AJFbiqvmY0IVSaQSavFH221gS80ilXy7JGqzWfVXepcqFjdV8xyEDfEH93nVbVG BQQA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1747031889; x=1747636689; h=mime-version:user-agent:message-id:date:references:in-reply-to :subject:cc:to:from:x-gm-message-state:from:to:cc:subject:date :message-id:reply-to; bh=sQZWhZGO749p76JfJ+CVEXUk01GsvU0FVsvsV9xZXcw=; b=r8TRVYXdtBJJNATTllZavqnzk1Rqdg/Nid6HEHJaXh4iVuN+KjXBI3gkOlLsiUAJCP xP/13i7EytqgeO9R35fmdkdjq48fMWp8HyANafolutuYSuHmOifLJUOjXFBfScj8QV8P TaZSfoEe1PYmU03fpLhvO+G6vTOFjE8hp1o5pcZO6PYq+MGnD6zvWW8h/O5moaj0VnTr xoPMHTwlK1EdkV/UV50ieT5KAu38ZIQoeZqGomdeBeVQnCglXFuNPtlAA/IHtylIpEl+ 3xwqFWjMWoX2OWpDJwB+qgS3tm5JC68rCa9xg05LoQfpU+TxdgBOXvN7DGcwhx1GnYfn LDTg== X-Gm-Message-State: AOJu0Yxu1Apr0/kA5j3bTUIrlZXsd/fqaZtUH9/RttDt0otukKlGis82 TC2VW3Ce8+A1Fzy/nZXI1zm7fnOFV6dy2IfkgrsmpUDgn3hgFLTM X-Gm-Gg: ASbGnctU9dTtrgkZwYJMjmq1Gk8No2conwsxouAvejEi20ZqGw+zz3TtvGlu1rMIHc4 Rj48adODy9f7LeXkkG4sTS4sTN/hf5JjILCp033cLeTBFRKCCz/iMhGUfAIPZpVx+cbAptZsLhG FMDGcLlXLAZggONlZhccG6rHg1cTsS9dwdcMJ2DLEnU62re4JwMYC8VU08tPEkVXzIkvq4uD8jP sfddIck/If1nAWwzm7ZogaLGeBoXVmi9LV/RMUvGHgWQM15haIuY/Rys2DAmfG+QN4nbnb/T+D5 MbbDasNg1aTSRJfzEGvxN1OGPVqmy2DK2JffBVns0mwuWLUEeA== X-Google-Smtp-Source: AGHT+IG4P7aDi4x0bC/YNkISuGz6ub9yVaDfoeCH5jo7ieACu/Ih5JLIUIM0oOCz0Jogr/RXEMLT4w== X-Received: by 2002:a17:903:32d2:b0:220:e5be:29c7 with SMTP id d9443c01a7336-22fc91a1e83mr149298185ad.39.1747031888612; Sun, 11 May 2025 23:38:08 -0700 (PDT) Received: from terra ([2405:6586:be0:0:83c8:d31d:2cec:f542]) by smtp.gmail.com with ESMTPSA id d9443c01a7336-22fc829f1c4sm55757755ad.206.2025.05.11.23.38.06 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Sun, 11 May 2025 23:38:08 -0700 (PDT) From: Maxim Cournoyer To: Evgeny Pisemsky Subject: Re: [bug#78350] [PATCH] doc: Add missing heading and fix accidental duplication. In-Reply-To: <4ab20700c002e56755c993fd4041bde99ca5529e.1746867784.git.mail@pisemsky.site> (Evgeny Pisemsky's message of "Sat, 10 May 2025 12:03:04 +0300") References: <4ab20700c002e56755c993fd4041bde99ca5529e.1746867784.git.mail@pisemsky.site> Date: Mon, 12 May 2025 15:38:05 +0900 Message-ID: <87h61qs59u.fsf@gmail.com> User-Agent: Gnus/5.13 (Gnus v5.13) MIME-Version: 1.0 Content-Type: text/plain X-Spam-Score: 0.0 (/) X-Debbugs-Envelope-To: 78350-done Cc: Ludovic =?utf-8?Q?Court=C3=A8s?= , Gabriel Wicki , 78350-done@debbugs.gnu.org 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, Evgeny Pisemsky writes: > * doc/guix.texi: Add missing heading for Snuik Service, fix accidental > duplication of sections for Mosquitto Service. Pushed, thank you. -- Thanks, Maxim ------------=_1747031942-18652-1 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at submit) by debbugs.gnu.org; 10 May 2025 09:03:32 +0000 Received: from localhost ([127.0.0.1]:43678 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1uDg7I-0003d7-1m for submit@debbugs.gnu.org; Sat, 10 May 2025 05:03:32 -0400 Received: from lists.gnu.org ([2001:470:142::17]:42362) by debbugs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.84_2) (envelope-from ) id 1uDg7E-0003cq-8U for submit@debbugs.gnu.org; Sat, 10 May 2025 05:03:29 -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 1uDg78-0002ie-M3 for guix-patches@gnu.org; Sat, 10 May 2025 05:03:22 -0400 Received: from pisemsky.site ([103.54.19.55]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1uDg76-0006aI-2I for guix-patches@gnu.org; Sat, 10 May 2025 05:03:22 -0400 Received: from localhost.localdomain ( [212.233.87.58]) by pisemsky.site (OpenSMTPD) with ESMTPSA id 69f94f4f (TLSv1.3:TLS_AES_256_GCM_SHA384:256:NO) for ; Sat, 10 May 2025 09:02:50 +0000 (UTC) From: Evgeny Pisemsky To: guix-patches@gnu.org Subject: [PATCH] doc: Add missing heading and fix accidental duplication. Date: Sat, 10 May 2025 12:03:04 +0300 Message-ID: <4ab20700c002e56755c993fd4041bde99ca5529e.1746867784.git.mail@pisemsky.site> X-Mailer: git-send-email 2.49.0 MIME-Version: 1.0 X-Debbugs-Cc: Gabriel Wicki , Ludovic Courtès , Maxim Cournoyer Content-Transfer-Encoding: 8bit Received-SPF: pass client-ip=103.54.19.55; envelope-from=mail@pisemsky.site; helo=pisemsky.site X-Spam_score_int: -18 X-Spam_score: -1.9 X-Spam_bar: - X-Spam_report: (-1.9 / 5.0 requ) BAYES_00=-1.9, RCVD_IN_VALIDITY_CERTIFIED_BLOCKED=0.001, RCVD_IN_VALIDITY_RPBL_BLOCKED=0.001, SPF_HELO_PASS=-0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-Spam-Score: 1.0 (+) X-Debbugs-Envelope-To: submit 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: -0.0 (/) * doc/guix.texi: Add missing heading for Snuik Service, fix accidental duplication of sections for Mosquitto Service. Change-Id: Id3e3a80da70e6eb47ee9c5afa69d3c48efea4754 --- doc/guix.texi | 64 ++------------------------------------------------- 1 file changed, 2 insertions(+), 62 deletions(-) diff --git a/doc/guix.texi b/doc/guix.texi index cbc4dd0fc9..ce37c80f17 100644 --- a/doc/guix.texi +++ b/doc/guix.texi @@ -31247,6 +31247,8 @@ Messaging Services @end table @end deftp +@subsubheading Snuik Service + @cindex irc-bot @cindex snuik The @uref{https://gitlab.com/janneke/snuik, Snuik IRC bot} can be run as @@ -31335,68 +31337,6 @@ Messaging Services @end table @end deftp -@subsubheading Mosquitto Service - -@url{https://mosquitto.org/,Mosquitto} is a lightweight message broker -that implements the MQTT protocol versions 5.0, 3.1.1 and 3.1. It is -suitable for use on all devices from low power single board computers to -full servers. - -@defvar mosquitto-service-type -This is the service type for the @url{https://mosquitto.org/,Mosquitto} -MQTT broker. Its value is a @code{mosquitto-configuration} (see below). -@end defvar - -@deftp {Data Type} mosquitto-configuration -This is the configuration for Mosquitto, with the following fields: - -@table @asis -@item @code{package} (default: @code{mosquitto}) -The Mosquitto package to use. - -@item @code{config-file} (default: @code{#f}) -The Mosquitto configuration file as a file-like object or the value -@code{#f} to use the default configuration. - -@item @code{user} (default: @code{"mosquitto"}) -Owner of the broker process. - -@item @code{group} (default: @code{"mosquitto"}) -Owner's group of the broker process. -@end table -@end deftp - -@subsubheading Mosquitto Service - -@url{https://mosquitto.org/,Mosquitto} is a lightweight message broker -that implements the MQTT protocol versions 5.0, 3.1.1 and 3.1. It is -suitable for use on all devices from low power single board computers to -full servers. - -@defvar mosquitto-service-type -This is the service type for the @url{https://mosquitto.org/,Mosquitto} -MQTT broker. Its value is a @code{mosquitto-configuration} (see below). -@end defvar - -@deftp {Data Type} mosquitto-configuration -This is the configuration for Mosquitto, with the following fields: - -@table @asis -@item @code{package} (default: @code{mosquitto}) -The Mosquitto package to use. - -@item @code{config-file} (default: @code{#f}) -The Mosquitto configuration file as a file-like object or the value -@code{#f} to use the default configuration. - -@item @code{user} (default: @code{"mosquitto"}) -Owner of the broker process. - -@item @code{group} (default: @code{"mosquitto"}) -Owner's group of the broker process. -@end table -@end deftp - @node Telephony Services @subsection Telephony Services base-commit: 4dc097364762e680f0be5666fa41704975d5eb31 -- 2.49.0 ------------=_1747031942-18652-1--