diff options
author | 2018-11-27 17:02:20 +0100 | |
---|---|---|
committer | 2018-11-27 22:35:02 +0100 | |
commit | 94f760ec9d03737da8799739635b25d7ee6c637c (patch) | |
tree | f0ce63e75f9bde421289b5c42066ec2b01a29cac /man | |
parent | Merge pull request #10955 from keszybz/rc-local-more-info (diff) | |
download | systemd-94f760ec9d03737da8799739635b25d7ee6c637c.tar.gz systemd-94f760ec9d03737da8799739635b25d7ee6c637c.tar.bz2 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')
-rw-r--r-- | man/nss-myhostname.xml | 1 | ||||
-rw-r--r-- | man/nss-mymachines.xml | 1 | ||||
-rw-r--r-- | man/nss-resolve.xml | 1 | ||||
-rw-r--r-- | man/nss-systemd.xml | 1 |
4 files changed, 4 insertions, 0 deletions
diff --git a/man/nss-myhostname.xml b/man/nss-myhostname.xml index 18a6f5f66..e447420f5 100644 --- a/man/nss-myhostname.xml +++ b/man/nss-myhostname.xml @@ -81,6 +81,7 @@ <para>Here is an example <filename>/etc/nsswitch.conf</filename> file that enables <command>nss-myhostname</command> correctly:</para> + <!-- synchronize with other nss-* man pages and factory/etc/nsswitch.conf --> <programlisting>passwd: compat mymachines systemd group: compat mymachines systemd shadow: compat diff --git a/man/nss-mymachines.xml b/man/nss-mymachines.xml index d9811b24c..a0a0f9968 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 diff --git a/man/nss-resolve.xml b/man/nss-resolve.xml index d747e0b1e..960d58000 100644 --- a/man/nss-resolve.xml +++ b/man/nss-resolve.xml @@ -64,6 +64,7 @@ <para>Here is an example <filename>/etc/nsswitch.conf</filename> file that enables <command>nss-resolve</command> correctly:</para> + <!-- synchronize with other nss-* man pages and factory/etc/nsswitch.conf --> <programlisting>passwd: compat mymachines systemd group: compat mymachines systemd shadow: compat diff --git a/man/nss-systemd.xml b/man/nss-systemd.xml index 323f9ab86..d3d68437d 100644 --- a/man/nss-systemd.xml +++ b/man/nss-systemd.xml @@ -55,6 +55,7 @@ <para>Here is an example <filename>/etc/nsswitch.conf</filename> file that enables <command>nss-systemd</command> correctly:</para> + <!-- synchronize with other nss-* man pages and factory/etc/nsswitch.conf --> <programlisting>passwd: compat mymachines <command>systemd</command> group: compat mymachines <command>systemd</command> shadow: compat |