From cc97247f11197802e32003228380bfb014f7d115 Mon Sep 17 00:00:00 2001 From: Mike Gilbert Date: Mon, 4 Jun 2018 11:06:37 -0400 Subject: [PATCH] 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 00667c0c088e..ebef9ace965e 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 -- 2.26.2