From debbugs-submit-bounces@debbugs.gnu.org Fri Apr 01 15:46:41 2022 Received: (at 54674) by debbugs.gnu.org; 1 Apr 2022 19:46:41 +0000 Received: from localhost ([127.0.0.1]:43504 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1naNEG-0006Cp-Vn for submit@debbugs.gnu.org; Fri, 01 Apr 2022 15:46:41 -0400 Received: from andre.telenet-ops.be ([195.130.132.53]:58732) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1naNEF-0006Ch-La for 54674@debbugs.gnu.org; Fri, 01 Apr 2022 15:46:40 -0400 Received: from ptr-bvsjgyhxw7psv60dyze.18120a2.ip6.access.telenet.be ([IPv6:2a02:1811:8c09:9d00:3c5f:2eff:feb0:ba5a]) by andre.telenet-ops.be with bizsmtp id DXme270014UW6Th01Xme5a; Fri, 01 Apr 2022 21:46:38 +0200 Message-ID: Subject: Re: [bug#54674] [PATCH] services: configuration: Use *unspecified* instead of 'disabled. From: Maxime Devos To: Attila Lendvai , 54674@debbugs.gnu.org Date: Fri, 01 Apr 2022 21:46:37 +0200 In-Reply-To: <20220401191957.16624-1-attila@lendvai.name> References: <20220401191957.16624-1-attila@lendvai.name> Content-Type: multipart/signed; micalg="pgp-sha512"; protocol="application/pgp-signature"; boundary="=-ejd8r1ac0OalP6BK5cbw" User-Agent: Evolution 3.38.3-1 MIME-Version: 1.0 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=telenet.be; s=r22; t=1648842398; bh=qLQNIzK1vWplf/yqYFMaAQgE71tS6pogrG4F2RYH4l4=; h=Subject:From:To:Date:In-Reply-To:References; b=fjOclAo+gOazCXJbORVdtW9W/8/0CKJsKcW2z/udB45eTf0zTeF8voMVVoBDFdSqc A79QFKoF91i4C5+oIs14dLrOwQVvDaKn41pxhTwR5qQ1N5AEGkF6ZxRVD0+e5pAZ0m 8se5G/JKm01biLWzTHqSgjlpXr03e2RTcQP9KhaBUn19erIpxZ/p1FBCbQEhoIm7vX sXcB0PzrelYYA9GZrgySk4dHWaBvsISe5tpU3BhpteMiTET7IX7OLxX/DcsPNWrf+9 YJ2sSXZTqxp/JkvwcNR4wg/3y70i8fj5LwQ6osciv/YphQk92bExro6qlGkSqZrCv/ yKV4J1JR1akHQ== X-Spam-Score: -0.7 (/) X-Debbugs-Envelope-To: 54674 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.7 (-) --=-ejd8r1ac0OalP6BK5cbw Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable Attila Lendvai schreef op vr 01-04-2022 om 21:19 [+0200]: > ...as a marker for field values that have not been set. Rationale: 'disab= led > may easily [...], is confusing Exactly, example: > --- a/gnu/services/authentication.scm > +++ b/gnu/services/authentication.scm > @@ -218,7 +218,7 @@ (define-configuration nslcd-configuration > =C2=A0 > =C2=A0=C2=A0 ;; Runtime options > =C2=A0=C2=A0 (threads > -=C2=A0=C2=A0 (maybe-number 'disabled) > +=C2=A0=C2=A0 (maybe-number) > =C2=A0=C2=A0=C2=A0 "The number of threads to start that can handle reques= ts and perform LDAP > =C2=A0queries.=C2=A0 Each thread opens a separate connection to the LDAP = server.=C2=A0 The > =C2=A0default is to start 5 threads.") (threads 'disabled) did not actually disable multi-threading. FWIW, in this particular case, it could be (threads (number 5) ...) instead (not using 'disabled' or *unspecified*), but that seems somewhat a separate matter to me. Greetings, Maxime. --=-ejd8r1ac0OalP6BK5cbw Content-Type: application/pgp-signature; name="signature.asc" Content-Description: This is a digitally signed message part Content-Transfer-Encoding: 7bit -----BEGIN PGP SIGNATURE----- iI0EABYKADUWIQTB8z7iDFKP233XAR9J4+4iGRcl7gUCYkdWnRccbWF4aW1lZGV2 b3NAdGVsZW5ldC5iZQAKCRBJ4+4iGRcl7s00AP42ASOIOhCuGAWIiiVEy3KCOTPz n5CDAWoME+pAUua/rwD/dNU8/58YsSjx0aleSNOcAMe8Kfl423cogn5THlfqiw8= =xddh -----END PGP SIGNATURE----- --=-ejd8r1ac0OalP6BK5cbw--