commit: cc97247f11197802e32003228380bfb014f7d115 Author: Mike Gilbert <floppym <AT> gentoo <DOT> org> AuthorDate: Mon Jun 4 15:06:37 2018 +0000 Commit: Mike Gilbert <floppym <AT> gentoo <DOT> org> CommitDate: Mon Jun 4 15:06:37 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cc97247f
sys-apps/systemd: replace 'compat' with 'files' in nsswitch.conf sample sys-apps/systemd/files/nsswitch.conf | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/sys-apps/systemd/files/nsswitch.conf b/sys-apps/systemd/files/nsswitch.conf index 00667c0c088..ebef9ace965 100644 --- a/sys-apps/systemd/files/nsswitch.conf +++ b/sys-apps/systemd/files/nsswitch.conf @@ -7,9 +7,9 @@ # nss-resolve - host resolution using resolved # nss-systemd - dynamic user/group resolution (DynamicUser in unit files) -passwd: compat mymachines systemd -shadow: compat -group: compat mymachines systemd +passwd: files mymachines systemd +shadow: files +group: files mymachines systemd gshadow: files hosts: files mymachines resolve [!UNAVAIL=return] dns myhostname
