diff options
author | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2018-11-27 17:02:20 +0100 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2018-11-27 22:35:02 +0100 |
commit | 94f760ec9d03737da8799739635b25d7ee6c637c (patch) | |
tree | f0ce63e75f9bde421289b5c42066ec2b01a29cac /man/nss-mymachines.xml | |
parent | Merge pull request #10955 from keszybz/rc-local-more-info (diff) | |
download | systemd-94f760ec9d03737da8799739635b25d7ee6c637c.tar.xz systemd-94f760ec9d03737da8799739635b25d7ee6c637c.zip |
man,factory: update factory config for nsswitch.conf to match the man pages
Also add a note in the man pages to remind people to adjust the factory config
and other man pages at the same time.
Diffstat (limited to 'man/nss-mymachines.xml')
-rw-r--r-- | man/nss-mymachines.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/man/nss-mymachines.xml b/man/nss-mymachines.xml index d9811b24cc..a0a0f99684 100644 --- a/man/nss-mymachines.xml +++ b/man/nss-mymachines.xml @@ -58,6 +58,7 @@ <para>Here is an example <filename>/etc/nsswitch.conf</filename> file that enables <command>nss-mymachines</command> correctly:</para> + <!-- synchronize with other nss-* man pages and factory/etc/nsswitch.conf --> <programlisting>passwd: compat <command>mymachines</command> systemd group: compat <command>mymachines</command> systemd shadow: compat |