diff options
author | Bertrand Jacquin <bertrand@jacquin.bzh> | 2019-09-29 01:46:52 +0100 |
---|---|---|
committer | Bertrand Jacquin <bertrand@jacquin.bzh> | 2019-09-29 01:46:52 +0100 |
commit | 7c8d3d93c1423543356ce54ac5eee45fb311b4ff (patch) | |
tree | 9fc5069ce40f0aff081c2643ecf2e8b0074c53fe | |
parent | factory-default/sys-apps/baselayout: set net.ipv4.tcp_rfc1337=1 (diff) | |
download | portage-7c8d3d93c1423543356ce54ac5eee45fb311b4ff.tar.xz |
factory-default/sys-libs/glibc: use myhostname to resolve hosts
-rw-r--r-- | factory-default/sys-libs/glibc/etc/nsswitch.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/factory-default/sys-libs/glibc/etc/nsswitch.conf b/factory-default/sys-libs/glibc/etc/nsswitch.conf index 089a1fbb..d1625a6b 100644 --- a/factory-default/sys-libs/glibc/etc/nsswitch.conf +++ b/factory-default/sys-libs/glibc/etc/nsswitch.conf @@ -4,7 +4,7 @@ passwd: files shadow: files group: files -hosts: files resolve [!UNAVAIL=return] dns +hosts: files resolve [!UNAVAIL=return] dns myhostname networks: files dns services: db files |