From 5238ad5a0c4a9e1c8cd036f5de4055e39bd71297 Mon Sep 17 00:00:00 2001 From: Manuel Traut Date: Fri, 29 Apr 2011 09:09:27 +0200 Subject: added debootstrap stuff Signed-off-by: Manuel Traut --- beagle/debian-rfs/usr/share/base-files/nsswitch.conf | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 beagle/debian-rfs/usr/share/base-files/nsswitch.conf (limited to 'beagle/debian-rfs/usr/share/base-files/nsswitch.conf') diff --git a/beagle/debian-rfs/usr/share/base-files/nsswitch.conf b/beagle/debian-rfs/usr/share/base-files/nsswitch.conf new file mode 100644 index 0000000..d2f03b0 --- /dev/null +++ b/beagle/debian-rfs/usr/share/base-files/nsswitch.conf @@ -0,0 +1,19 @@ +# /etc/nsswitch.conf +# +# Example configuration of GNU Name Service Switch functionality. +# If you have the `glibc-doc-reference' and `info' packages installed, try: +# `info libc "Name Service Switch"' for information about this file. + +passwd: compat +group: compat +shadow: compat + +hosts: files dns +networks: files + +protocols: db files +services: db files +ethers: db files +rpc: db files + +netgroup: nis -- cgit v1.2.3