gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] [gnunet] branch master updated: contrib: Add nssswitch.conf


From: gnunet
Subject: [GNUnet-SVN] [gnunet] branch master updated: contrib: Add nssswitch.conf as used by the Gentoo ebuild.
Date: Fri, 08 Sep 2017 00:23:20 +0200

This is an automated email from the git hooks/post-receive script.

ng0 pushed a commit to branch master
in repository gnunet.

The following commit(s) were added to refs/heads/master by this push:
     new e475309e4 contrib: Add nssswitch.conf as used by the Gentoo ebuild.
e475309e4 is described below

commit e475309e41e4734e5ad6a687c985599036868135
Author: ng0 <address@hidden>
AuthorDate: Thu Sep 7 22:22:18 2017 +0000

    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(+)

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

-- 
To stop receiving notification emails like this one, please contact
address@hidden



reply via email to

[Prev in Thread] Current Thread [Next in Thread]