From e475309e41e4734e5ad6a687c985599036868135 Mon Sep 17 00:00:00 2001 From: ng0 Date: Thu, 7 Sep 2017 22:22:18 +0000 Subject: [PATCH] contrib: Add nssswitch.conf as used by the Gentoo ebuild. https://gnunet.org/git/youbroketheinternet-overlay.git/commit/?id=049ab14cb32bdc0cdfd57282d31ee475b0ab8680 --- contrib/Makefile.am | 1 + contrib/nssswitch.conf | 25 +++++++++++++++++++++++++ 2 files changed, 26 insertions(+) create mode 100644 contrib/nssswitch.conf diff --git a/contrib/Makefile.am b/contrib/Makefile.am index 9ce4b019d..07cff424c 100644 --- a/contrib/Makefile.am +++ b/contrib/Makefile.am @@ -48,6 +48,7 @@ EXTRA_DIST = \ no_forcestart.conf \ no_autostart_above_core.conf \ coverage.sh \ + nssswitch.conf \ report.sh \ terminate.py.in \ gnunet_pyexpect.py.in \ diff --git a/contrib/nssswitch.conf b/contrib/nssswitch.conf new file mode 100644 index 000000000..89af6471e --- /dev/null +++ b/contrib/nssswitch.conf @@ -0,0 +1,25 @@ +# /etc/nsswitch.conf +# Modified to support GNUnet's GNS (.gnu, .zkey etc) +# Compare with your distributions' "nsswitch.conf" file. + +passwd: compat +shadow: compat +group: compat + +# passwd: db files nis +# shadow: db files nis +# group: db files nis + +hosts: files gns [NOTFOUND=return] dns +networks: files dns + +services: db files +protocols: db files +rpc: db files +ethers: db files +netmasks: files +netgroup: files +bootparams: files + +automount: files +aliases: files \ No newline at end of file -- 2.25.1