eglibc: add host.conf. update nsswitch.conf

This commit is contained in:
Stefan Saraev 2013-09-20 21:07:30 +03:00 committed by Stephan Raue
parent 5b732555a9
commit f12563c251
3 changed files with 10 additions and 8 deletions

View File

@ -0,0 +1 @@
multi on

View File

@ -3,17 +3,17 @@
# Example configuration of GNU Name Service Switch functionality.
#
passwd: db files
group: db files
shadow: db files
passwd: files
group: files
shadow: files
gshadow: files
hosts: files dns
networks: files dns
protocols: db files
services: db files
ethers: db files
rpc: db files
protocols: files
services: files
ethers: files
rpc: files
netgroup: db files
netgroup: files

View File

@ -59,5 +59,6 @@ mkdir -p $INSTALL/usr/bin
mkdir -p $INSTALL/etc
cp $PKG_DIR/config/nsswitch.conf $INSTALL/etc
cp $PKG_DIR/config/host.conf $INSTALL/etc
cp $PKG_DIR/config/gai.conf $INSTALL/etc
cp $PKG_BUILD/sunrpc/etc.rpc $INSTALL/etc/rpc