diff options
author | Thierry N <thierryn1 at hispeed dot ch> | 2009-08-07 13:27:55 +0200 |
---|---|---|
committer | Thierry N <thierryn1 at hispeed dot ch> | 2009-08-07 13:27:55 +0200 |
commit | e4062154162bbf08fa4fd243a1d754d1d75b8fd7 (patch) | |
tree | c34fb7cfc42342cfdfa6031605f9235a15426c2b /base/glibc/nsswitch.conf | |
parent | 31cae2538311f58c8bba5441313d041436f11ce6 (diff) | |
download | nutyx-pakxe-e4062154162bbf08fa4fd243a1d754d1d75b8fd7.tar.gz nutyx-pakxe-e4062154162bbf08fa4fd243a1d754d1d75b8fd7.tar.bz2 nutyx-pakxe-e4062154162bbf08fa4fd243a1d754d1d75b8fd7.tar.xz nutyx-pakxe-e4062154162bbf08fa4fd243a1d754d1d75b8fd7.zip |
Ajout de glibc-2.10.1-1
Diffstat (limited to 'base/glibc/nsswitch.conf')
-rw-r--r-- | base/glibc/nsswitch.conf | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/base/glibc/nsswitch.conf b/base/glibc/nsswitch.conf new file mode 100644 index 000000000..f3ccfa659 --- /dev/null +++ b/base/glibc/nsswitch.conf @@ -0,0 +1,15 @@ +# Begin /etc/nsswitch.conf + +passwd: files +group: files +shadow: files + +hosts: files dns +network: files + +protocols: files +services: files +ethers: files +rpc: files + +# End of /etc/nsswitch.conf |