commit: 11c8c4fe228402c3ded8863ad95d91bf9eb0d0d6 Author: Mike Gilbert <floppym <AT> gentoo <DOT> org> AuthorDate: Mon Jun 4 15:09:16 2018 +0000 Commit: Mike Gilbert <floppym <AT> gentoo <DOT> org> CommitDate: Mon Jun 4 15:09:16 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=11c8c4fe
sys-apps/systemd: replace tabs with spaces in nsswitch.conf sample sys-apps/systemd/files/nsswitch.conf | 30 +++++++++++++++--------------- 1 file changed, 15 insertions(+), 15 deletions(-) diff --git a/sys-apps/systemd/files/nsswitch.conf b/sys-apps/systemd/files/nsswitch.conf index ebef9ace965..91dbe757f9f 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
