diff options
author | Mike Gilbert <floppym@gentoo.org> | 2018-06-04 11:06:37 -0400 |
---|---|---|
committer | Mike Gilbert <floppym@gentoo.org> | 2018-06-04 11:06:37 -0400 |
commit | cc97247f11197802e32003228380bfb014f7d115 (patch) | |
tree | 30fc7d5d669a1d1c2e9f155f6308b59cd581b703 /sys-apps/systemd | |
parent | media-tv/kodi: 17 cannot be built without X so remove the use flag (diff) | |
download | gentoo-cc97247f11197802e32003228380bfb014f7d115.tar.gz gentoo-cc97247f11197802e32003228380bfb014f7d115.tar.bz2 gentoo-cc97247f11197802e32003228380bfb014f7d115.zip |
sys-apps/systemd: replace 'compat' with 'files' in nsswitch.conf sample
Diffstat (limited to 'sys-apps/systemd')
-rw-r--r-- | sys-apps/systemd/files/nsswitch.conf | 6 |
1 files 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 |