mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-28 13:16:41 +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.
|
# Example configuration of GNU Name Service Switch functionality.
|
||||||
#
|
#
|
||||||
|
|
||||||
passwd: db files
|
passwd: files
|
||||||
group: db files
|
group: files
|
||||||
shadow: db files
|
shadow: files
|
||||||
gshadow: files
|
gshadow: files
|
||||||
|
|
||||||
hosts: files dns
|
hosts: files dns
|
||||||
networks: files dns
|
networks: files dns
|
||||||
|
|
||||||
protocols: db files
|
protocols: files
|
||||||
services: db files
|
services: files
|
||||||
ethers: db files
|
ethers: files
|
||||||
rpc: db files
|
rpc: files
|
||||||
|
|
||||||
netgroup: db files
|
netgroup: files
|
||||||
|
@ -59,5 +59,6 @@ mkdir -p $INSTALL/usr/bin
|
|||||||
|
|
||||||
mkdir -p $INSTALL/etc
|
mkdir -p $INSTALL/etc
|
||||||
cp $PKG_DIR/config/nsswitch.conf $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_DIR/config/gai.conf $INSTALL/etc
|
||||||
cp $PKG_BUILD/sunrpc/etc.rpc $INSTALL/etc/rpc
|
cp $PKG_BUILD/sunrpc/etc.rpc $INSTALL/etc/rpc
|
||||||
|
Loading…
x
Reference in New Issue
Block a user