diff options
author | Mike Gilbert <floppym@gentoo.org> | 2018-06-04 11:09:16 -0400 |
---|---|---|
committer | Mike Gilbert <floppym@gentoo.org> | 2018-06-04 11:09:16 -0400 |
commit | 11c8c4fe228402c3ded8863ad95d91bf9eb0d0d6 (patch) | |
tree | a5d1c711d025ce09ffd0b8131e104a55de3bf4ed /sys-apps/systemd | |
parent | sys-apps/systemd: replace 'compat' with 'files' in nsswitch.conf sample (diff) | |
download | gentoo-11c8c4fe228402c3ded8863ad95d91bf9eb0d0d6.tar.gz gentoo-11c8c4fe228402c3ded8863ad95d91bf9eb0d0d6.tar.bz2 gentoo-11c8c4fe228402c3ded8863ad95d91bf9eb0d0d6.zip |
sys-apps/systemd: replace tabs with spaces in nsswitch.conf sample
Diffstat (limited to 'sys-apps/systemd')
-rw-r--r-- | sys-apps/systemd/files/nsswitch.conf | 30 |
1 files changed, 15 insertions, 15 deletions
diff --git a/sys-apps/systemd/files/nsswitch.conf b/sys-apps/systemd/files/nsswitch.conf index ebef9ace965e..91dbe757f9f3 100644 --- a/sys-apps/systemd/files/nsswitch.conf +++ b/sys-apps/systemd/files/nsswitch.conf @@ -7,21 +7,21 @@ # nss-resolve - host resolution using resolved # nss-systemd - dynamic user/group resolution (DynamicUser in unit files) -passwd: files mymachines systemd -shadow: files -group: files mymachines systemd -gshadow: files +passwd: files mymachines systemd +shadow: files +group: files mymachines systemd +gshadow: files -hosts: files mymachines resolve [!UNAVAIL=return] dns myhostname -networks: files +hosts: files mymachines resolve [!UNAVAIL=return] dns myhostname +networks: files -services: db files -protocols: db files -rpc: db files -ethers: db files -netmasks: files -netgroup: files -bootparams: files +services: db files +protocols: db files +rpc: db files +ethers: db files +netmasks: files +netgroup: files +bootparams: files -automount: files -aliases: files +automount: files +aliases: files |