]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
factory/locale.conf: mention systemd ownership 21868/head
authorLuca BRUNO <luca.bruno@coreos.com>
Thu, 23 Dec 2021 12:35:26 +0000 (12:35 +0000)
committerLuca BRUNO <luca.bruno@coreos.com>
Thu, 23 Dec 2021 14:18:02 +0000 (14:18 +0000)
This explicitly mentions that comments and empty lines are supported
(and ignored) in /etc/locale.conf. It then adds ownership reference
to the factory default.

factory/templates/locale.conf.in
man/locale.conf.xml

index 421fd569a9faf0338adc7f8e376ee8037fd9395f..af93d043ec6b18ae1c39c24ccae3aca3a1d99328 100644 (file)
@@ -1 +1,3 @@
+# This is the fallback locale configuration provided by systemd.
+
 LANG="{{ SYSTEMD_DEFAULT_LOCALE }}"
index fe263fcfd845f5c4f19c2d5af68bd7c9596d64ec..df19f1a4356f6f2113af298769fbf109e06f5bf6 100644 (file)
@@ -32,7 +32,8 @@
 
     <para>The basic file format of <filename>locale.conf</filename> is
     a newline-separated list of environment-like shell-compatible
-    variable assignments. It is possible to source the configuration
+    variable assignments, ignoring comments and empty lines.
+    It is possible to source the configuration
     from shell scripts, however, beyond mere variable assignments, no
     shell features are supported, allowing applications to read the
     file without implementing a shell compatible execution
 
       <para><filename>/etc/locale.conf</filename>:</para>
 
-      <programlisting>LANG=de_DE.UTF-8
+      <programlisting># Custom settings
+
+LANG=de_DE.UTF-8
 LC_MESSAGES=en_US.UTF-8</programlisting>
     </example>