no_forcestart.conf \
no_autostart_above_core.conf \
coverage.sh \
+ nssswitch.conf \
report.sh \
terminate.py.in \
gnunet_pyexpect.py.in \
--- /dev/null
+# /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