[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#77001] [PATCH v2 2/8] services: krb5-realm: Unify style of document
From: |
Tomas Volf |
Subject: |
[bug#77001] [PATCH v2 2/8] services: krb5-realm: Unify style of documentation strings. |
Date: |
Wed, 19 Mar 2025 17:24:28 +0100 |
* gnu/services/kerberos.scm (krb5-realm): Add trailing periods where missing.
Remove double space.
Change-Id: I5dc47326c598548075f13a5ec48c24a0886a9a69
---
gnu/services/kerberos.scm | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/gnu/services/kerberos.scm b/gnu/services/kerberos.scm
index e93f4bc648..ee0deec2e4 100644
--- a/gnu/services/kerberos.scm
+++ b/gnu/services/kerberos.scm
@@ -215,7 +215,7 @@ (define-configuration krb5-realm
(default-domain
(string/unset unset-field)
"The domain used to expand host names when translating Kerberos 4 service
-principals to Kerberos 5 principals")
+principals to Kerberos 5 principals.")
(v4-instance-convert
(free-form-fields '())
@@ -223,8 +223,8 @@ (define-configuration krb5-realm
(v4-realm
(string/unset unset-field)
- "Used when the V4 realm name and the V5 realm name are not the same, but
-still share the same principal names and passwords"))
+ "Used when the V4 realm name and the V5 realm name are not the same, but
+still share the same principal names and passwords."))
--
2.48.1
- [bug#77001] [PATCH 1/8] services: krb5-realm: Delete trailing whitespace., (continued)
- [bug#77001] [PATCH 1/8] services: krb5-realm: Delete trailing whitespace., Tomas Volf, 2025/03/13
- [bug#77001] [PATCH 3/8] services: krb5-realm: Add default-principal-flags field., Tomas Volf, 2025/03/13
- [bug#77001] [PATCH 6/8] services: krb5-configuration: Add dns-lookup-realm? field., Tomas Volf, 2025/03/13
- [bug#77001] [PATCH 4/8] services: krb5-configuration: Fix indentation., Tomas Volf, 2025/03/13
- [bug#77001] [PATCH 7/8] services: kerberos: Fix order of definitions., Tomas Volf, 2025/03/13
- [bug#77001] [PATCH 2/8] services: krb5-realm: Unify style of documentation strings., Tomas Volf, 2025/03/13
- [bug#77001] [PATCH 8/8] services: krb5-service-type: Support launching KDC daemon., Tomas Volf, 2025/03/13
- [bug#77001] [PATCH 5/8] services: krb5-configuration: Unify style of documentation strings., Tomas Volf, 2025/03/13
- [bug#77001] [PATCH v2 1/8] services: krb5-realm: Delete trailing whitespace., Tomas Volf, 2025/03/19
- [bug#77001] [PATCH v2 5/8] services: krb5-configuration: Unify style of documentation strings., Tomas Volf, 2025/03/19
- [bug#77001] [PATCH v2 2/8] services: krb5-realm: Unify style of documentation strings.,
Tomas Volf <=
- [bug#77001] [PATCH v2 3/8] services: krb5-realm: Add default-principal-flags field., Tomas Volf, 2025/03/19
- [bug#77001] [PATCH v2 7/8] services: kerberos: Fix order of definitions., Tomas Volf, 2025/03/19
- [bug#77001] [PATCH v2 6/8] services: krb5-configuration: Add dns-lookup-realm? field., Tomas Volf, 2025/03/19
- [bug#77001] [PATCH v2 4/8] services: krb5-configuration: Fix indentation., Tomas Volf, 2025/03/19
- [bug#77001] [PATCH v2 8/8] services: krb5-service-type: Support launching KDC daemon., Tomas Volf, 2025/03/19