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 /factory | |
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 'factory')
-rw-r--r-- | factory/etc/nsswitch.conf | 17 |
1 files changed, 13 insertions, 4 deletions
diff --git a/factory/etc/nsswitch.conf b/factory/etc/nsswitch.conf index 5f2984e77..5470993e3 100644 --- a/factory/etc/nsswitch.conf +++ b/factory/etc/nsswitch.conf @@ -1,6 +1,15 @@ # This file is part of systemd. -passwd: files -shadow: files -group: files -hosts: files mymachines resolve myhostname +passwd: compat mymachines systemd +group: compat mymachines systemd +shadow: compat + +hosts: files mymachines resolve [!UNAVAIL=return] dns myhostname +networks: files + +protocols: db files +services: db files +ethers: db files +rpc: db files + +netgroup: nis |