From f2f366e2d56f4a9858eb3b9a2154313a45549c76 Mon Sep 17 00:00:00 2001 From: Yingjie Wang Date: Tue, 12 Nov 2024 16:24:19 -0500 Subject: [PATCH] new: sys/glibc-2.40/nsswitch.conf --- sys/glibc-2.40/nsswitch.conf | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 sys/glibc-2.40/nsswitch.conf diff --git a/sys/glibc-2.40/nsswitch.conf b/sys/glibc-2.40/nsswitch.conf new file mode 100644 index 0000000..20b2db3 --- /dev/null +++ b/sys/glibc-2.40/nsswitch.conf @@ -0,0 +1,15 @@ +# Begin /etc/nsswitch.conf + +passwd: files systemd +group: files systemd +shadow: files systemd + +hosts: mymachines resolve [!UNAVAIL=return] files myhostname dns +networks: files + +protocols: files +services: files +ethers: files +rpc: files + +# End /etc/nsswitch.conf