mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-24 11:16:51 +00:00
eglibc: add host.conf. update nsswitch.conf
This commit is contained in:
parent
5b732555a9
commit
f12563c251
1
packages/toolchain/devel/eglibc/config/host.conf
Normal file
1
packages/toolchain/devel/eglibc/config/host.conf
Normal file
@ -0,0 +1 @@
|
||||
multi on
|
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user