1
0
mirror of https://github.com/systemd/systemd.git synced 2025-03-22 06:50:18 +03:00

factory/locale.conf: mention systemd ownership

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.
This commit is contained in:
Luca BRUNO 2021-12-23 12:35:26 +00:00
parent 623370e643
commit 8e85924fd6
No known key found for this signature in database
GPG Key ID: A9834A2252078E4E
2 changed files with 7 additions and 2 deletions

View File

@ -1 +1,3 @@
# This is the fallback locale configuration provided by systemd.
LANG="{{ SYSTEMD_DEFAULT_LOCALE }}"

View 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
@ -107,7 +108,9 @@
<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>